Skip to content
Snippets Groups Projects
Cargo.toml 670 B
Newer Older
[package]
name = "companion-software"
version = "0.1.0"
edition = "2021"

Stephen D's avatar
Stephen D committed
[profile.release]
debug = true

[dependencies]
cortex-m = "0.7.7"
embedded-hal = { version = "0.2.7", features = ["unproven"] }
fugit = "0.3.7"
rp2040-hal = { version = "0.10", features = ["rt", "rtic-monotonic", "critical-section-impl"] }
cortex-m-rtic = { version = "1" }
rtic-monotonics = { version = "2", features = ["rp2040"] }
Stephen D's avatar
Stephen D committed
#panic-probe = "0.3.1"
Stephen D's avatar
Stephen D committed
rp2040-boot2 = "0.3.0"
usb-device = "0.2.9"
usbd-serial = "0.1"
heapless = "0.8.0"
rtt-target = "0.5.0"
panic-rtt-target = "0.1.3"
Stephen D's avatar
Stephen D committed
embedded-text = "0.7.1"
Stephen D's avatar
Stephen D committed
crc = "3.2.1"
Stephen D's avatar
Stephen D committed
sectorize = "0.1.0"