Compare commits

...

1 commit

Author SHA1 Message Date
5f7a992dfa Update Rust crate embassy-rp to 0.6.0
Some checks failed
Build on feature branch / Build (push) Has been cancelled
2025-07-16 15:04:25 +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.4.0", features = [ embassy-rp = { version = "0.6.0", features = [
"unstable-pac", "unstable-pac",
"time-driver", "time-driver",
"critical-section-impl", "critical-section-impl",