Compare commits

..

No commits in common. "822dbd797b92a706097f4e7f7d00a2275f245569" and "3abf6362bedd57a34c1c54be6a6db3f1f2bb2d70" have entirely different histories.

View file

@ -14,7 +14,7 @@ categories = ["embedded", "hardware-support", "no-std"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
embassy-rp = { version = "0.4.0", features = ["unstable-pac", "time-driver", "critical-section-impl"] }
embassy-rp = { version = "0.3.0", features = ["unstable-pac", "time-driver", "critical-section-impl"] }
embassy-time = { version = "0.4.0" }
cortex-m = { version = "0.7.6", features = ["inline-asm"] }
cortex-m-rt = "0.7.3"