19 lines
798 B
TOML
19 lines
798 B
TOML
[package]
|
|
name = "commonsense-sw"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
cortex-m = { version = "0.7.7", features = ["inline-asm", "critical-section-single-core"] }
|
|
cortex-m-rt = "0.7.3"
|
|
defmt = "0.3.8"
|
|
defmt-rtt = "0.4.1"
|
|
embassy-executor = { version = "0.6.1", features = ["task-arena-size-8192", "arch-cortex-m", "executor-thread", "executor-interrupt", "defmt", "integrated-timers"] }
|
|
embassy-futures = "0.1.1"
|
|
embassy-nrf = { version = "0.2.0", features = ["defmt", "nrf52810", "time-driver-rtc1", "gpiote", "unstable-pac", "time"] }
|
|
embassy-sync = { version = "0.6.0", features = ["defmt"] }
|
|
embassy-time = { version = "0.3.2", features = ["defmt", "defmt-timestamp-uptime"] }
|
|
fixed = "1.28.0"
|
|
panic-probe = { version = "0.3.2", features = ["print-defmt"] }
|
|
static_cell = "2.1.0"
|