init basic examples and setup
This commit is contained in:
24
Cargo.toml
Normal file
24
Cargo.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"examples/blinky-basic",
|
||||
"examples/blinky-timer",
|
||||
"examples/button-input",
|
||||
"examples/embassy-blinky",
|
||||
"examples/embassy-button",
|
||||
]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
edition = "2024"
|
||||
|
||||
[workspace.dependencies]
|
||||
cortex-m = { version = "=0.7.7", features = ["critical-section-single-core"] }
|
||||
cortex-m-rt = "=0.7.5"
|
||||
defmt = "=1.1.0"
|
||||
defmt-rtt = "=1.2.0"
|
||||
embassy-executor = "=0.10.0"
|
||||
embassy-stm32 = "=0.6.0"
|
||||
embassy-time = "=0.5.1"
|
||||
nb = "=1.1.0"
|
||||
panic-probe = { version = "=1.0.0", features = ["print-defmt"] }
|
||||
stm32f1xx-hal = "=0.11.0"
|
||||
Reference in New Issue
Block a user