Compare commits

..

2 commits

Author SHA1 Message Date
4c281b0c0d Merge pull request 'Update Rust crate embassy-rp to 0.4.0' (#6) from renovate/embassy-rp-0.x into master
Some checks failed
Build on master branch / Build (push) Has been cancelled
Reviewed-on: #6
2025-03-31 12:54:40 +00:00
29a4e2701a Update Rust crate embassy-rp to 0.4.0
Some checks failed
Build on feature branch / Build (push) Failing after 19m28s
2025-03-13 15:04:09 +00:00

View file

@ -12,7 +12,7 @@ embassy-executor = { version = "0.7.0", features = [
"executor-thread", "executor-thread",
"executor-interrupt", "executor-interrupt",
] } ] }
embassy-rp = { version = "0.3.1", features = [ embassy-rp = { version = "0.4.0", features = [
"unstable-pac", "unstable-pac",
"time-driver", "time-driver",
"critical-section-impl", "critical-section-impl",