picow/Cargo.toml
2024-10-12 20:39:28 -07:00

23 lines
589 B
TOML

[package]
name = "picow"
version = "0.1.0"
edition = "2021"
license = "MIT"
[dependencies]
cortex-m-rt = "*"
cyw43 = "*"
cyw43-pio = "*"
embassy-executor = { version = "*", features = ["arch-cortex-m", "executor-interrupt", "executor-thread", "integrated-timers", "task-arena-size-98304"] }
embassy-rp = { version = "*", features = ["critical-section-impl", "time-driver"] }
embassy-time = "*"
embassy-usb-logger = "*"
log ="*"
panic-halt = "*"
portable-atomic = { version = "*", features = ["critical-section"] }
static_cell = "*"
[profile.release]
debug = 2
lto = true
opt-level = "z"