Merge pull request #1506 from embassy-rs/ci-fixes

ci: fix nrf, rp tests.
This commit is contained in:
Dario Nieuwenhuis
2023-05-29 20:07:28 +00:00
committed by GitHub
14 changed files with 98 additions and 36 deletions

View File

@ -17,7 +17,7 @@ target = "thumbv7em-none-eabi"
defmt = { version = "0.3", optional = true }
embassy-sync = { path = "../../embassy-sync" }
embassy-nrf = { path = "../../embassy-nrf", default-features = false }
embassy-nrf = { path = "../../embassy-nrf" }
embassy-boot = { path = "../boot", default-features = false }
cortex-m = { version = "0.7.6" }
cortex-m-rt = { version = "0.7" }