cyw43: adapt build to main embassy repo.

This commit is contained in:
Dario Nieuwenhuis
2023-05-30 23:22:34 +02:00
parent b3bbe5eb2d
commit 3f35a8876e
12 changed files with 32 additions and 1890 deletions

View File

@ -9,9 +9,9 @@ edition = "2021"
overclock = []
[dependencies]
cyw43 = { path = "../cyw43" }
embassy-rp = { version = "0.1.0", features = ["unstable-traits", "nightly", "unstable-pac", "time-driver"] }
cyw43 = { version = "0.1.0", path = "../cyw43" }
embassy-rp = { version = "0.1.0", path = "../embassy-rp" }
pio-proc = "0.2"
pio = "0.2.1"
fixed = "1.23.1"
defmt = { version = "0.3", optional = true }
defmt = { version = "0.3", optional = true }