2024-09-17 18:07:45 +02:00
|
|
|
[package]
|
|
|
|
name = "rtic-example"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
cortex-m = { version = "0.7", features = ["critical-section-single-core"] }
|
|
|
|
cortex-m-rt = "0.7"
|
|
|
|
embedded-hal = "1"
|
2025-02-18 16:55:08 +01:00
|
|
|
rtt-target = { version = "0.6" }
|
2024-09-17 18:07:45 +02:00
|
|
|
rtic-sync = { version = "1.3", features = ["defmt-03"] }
|
2025-02-18 16:55:08 +01:00
|
|
|
panic-rtt-target = { version = "0.2" }
|
2024-09-17 18:07:45 +02:00
|
|
|
|
2025-02-18 16:55:08 +01:00
|
|
|
va416xx-hal = { version = "0.4", features = ["va41630"] }
|
2024-09-17 18:07:45 +02:00
|
|
|
|
|
|
|
[dependencies.rtic]
|
|
|
|
version = "2"
|
|
|
|
features = ["thumbv7-backend"]
|
|
|
|
|
|
|
|
[dependencies.rtic-monotonics]
|
|
|
|
version = "2"
|
|
|
|
features = ["cortex-m-systick"]
|