renamed example to examples
This commit is contained in:
23
examples/rp2040_embassy/Cargo.toml
Normal file
23
examples/rp2040_embassy/Cargo.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[package]
|
||||
name = "rp2040_embassy"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
embassy-embedded-hal = { version = "0.5.0" }
|
||||
embassy-sync = { version = "0.7.2", features = ["log"] }
|
||||
embassy-executor = { version = "0.9.1" , features = ["arch-cortex-m", "executor-thread", "executor-interrupt", "log"] }
|
||||
embassy-time = { version = "0.5.0", features = ["log"] }
|
||||
embassy-rp = { version = "0.9.0" , features = ["log", "time-driver", "critical-section-impl", "rp2040"] }
|
||||
embassy-futures = { version = "0.1.2" }
|
||||
embassy-usb-logger = { version = "0.5.1" }
|
||||
embassy-usb = { version = "0.5.1", features = ["log"] }
|
||||
|
||||
cortex-m = { version = "0.7.7", features = ["inline-asm"] }
|
||||
cortex-m-rt = "0.7.5"
|
||||
critical-section = "1.2.0"
|
||||
heapless = "0.9.2"
|
||||
|
||||
log = "0.4"
|
||||
|
||||
mmc56x3 = { path = "../../" }
|
||||
Reference in New Issue
Block a user