Update embassy; use crates.io
This commit is contained in:
@ -15,13 +15,13 @@ usbd-hid = "0.6.1"
|
||||
static_cell = "1.0.0"
|
||||
embedded-io-async = "*"
|
||||
futures = { version = "0.3", default-features = false, features = ["async-await"] }
|
||||
embassy-executor = { git = "https://github.com/embassy-rs/embassy.git", features = ["log", "executor-thread", "nightly", "integrated-timers" ] }
|
||||
embassy-sync = { git = "https://github.com/embassy-rs/embassy.git", features = ["log"] }
|
||||
embassy-time = { git = "https://github.com/embassy-rs/embassy.git", features = ["log"] }
|
||||
embassy-futures = { git = "https://github.com/embassy-rs/embassy.git", features = ["log"] }
|
||||
embassy-usb = { git = "https://github.com/embassy-rs/embassy.git", features = ["usbd-hid"] }
|
||||
embassy-usb-logger = { git = "https://github.com/embassy-rs/embassy.git", features = [] }
|
||||
embassy-usb-driver = { git = "https://github.com/embassy-rs/embassy.git", features = [] }
|
||||
embassy-executor = { version = "0.5.0", features = ["nightly", "nightly", "executor-thread", "integrated-timers"] }
|
||||
embassy-sync = "0.5.0"
|
||||
embassy-time = "0.3.0"
|
||||
embassy-futures = "0.1.1"
|
||||
embassy-usb = { version = "0.1.0", features = ["usbd-hid"] }
|
||||
embassy-usb-logger = "0.1.0"
|
||||
embassy-usb-driver = "0.1.0"
|
||||
log = "0.4.17"
|
||||
pio = "0.2.1"
|
||||
pio-proc = "0.2.1"
|
||||
@ -39,13 +39,13 @@ serde = { version = "1.0.163", default-features = false, features = ["derive"] }
|
||||
bytemuck = { version = "1.13.1", features = ["derive"] }
|
||||
|
||||
[target.'cfg(target_arch = "x86_64")'.dependencies]
|
||||
embassy-executor = { git = "https://github.com/embassy-rs/embassy.git", features = ["arch-std"] }
|
||||
embassy-time = { git = "https://github.com/embassy-rs/embassy.git", features = ["std", "generic-queue"] }
|
||||
embassy-executor = { version = "0.5.0", features = ["arch-std"] }
|
||||
embassy-time = { version = "0.3.0", features = ["std", "generic-queue"] }
|
||||
simple_logger = "4"
|
||||
|
||||
[target.thumbv6m-none-eabi.dependencies]
|
||||
embassy-rp = { git = "https://github.com/embassy-rs/embassy.git", features = ["log", "unstable-pac", "time-driver", "critical-section-impl"] }
|
||||
embassy-executor = { git = "https://github.com/embassy-rs/embassy.git", features = ["arch-cortex-m"] }
|
||||
embassy-rp = { version = "0.1.0", features = ["time-driver", "critical-section-impl"] }
|
||||
embassy-executor = { version = "0.5.0", features = ["arch-cortex-m"] }
|
||||
|
||||
[build-dependencies]
|
||||
tgnt = { git = "https://git.nubo.sh/hulthe/tgnt.git", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user