picow/Cargo.toml
2024-10-12 19:58:43 -07:00

21 lines
555 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 = "*"
panic-halt = "*"
portable-atomic = { version = "*", features = ["critical-section"] }
static_cell = "*"
[profile.release]
debug = 2
lto = true
opt-level = "z"