mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 22:05:37 +01:00
rp2040_local_i2c_init: update to latest version
This commit is contained in:
parent
5a9135961f
commit
dc02818ef1
2 changed files with 16 additions and 9 deletions
|
|
@ -6,14 +6,20 @@ license = "MIT OR Apache-2.0"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[workspace]
|
||||
|
||||
[dependencies.rtic]
|
||||
path = "../../rtic"
|
||||
version = "2.0.0-alpha.1"
|
||||
features = ["thumbv6-backend"]
|
||||
|
||||
[dependencies.rtic-monotonics]
|
||||
path = "../../rtic-monotonics"
|
||||
version = "1.0.0-alpha.1"
|
||||
features = ["rp2040"]
|
||||
|
||||
[dependencies]
|
||||
cortex-m = "0.7"
|
||||
rtic = { git = "https://github.com/rtic-rs/rtic", features = [
|
||||
"thumbv6-backend",
|
||||
] }
|
||||
rtic-monotonics = { git = "https://github.com/rtic-rs/rtic", features = [
|
||||
"rp2040",
|
||||
] }
|
||||
embedded-hal = { version = "0.2.7", features = ["unproven"] }
|
||||
fugit = "0.3"
|
||||
rp-pico = "0.7.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue