Files
pico-transistor-tester/Cargo.toml
JP Stringham 1d6ac5e58a initial commit
2026-01-20 21:10:57 -05:00

17 lines
386 B
TOML

[package]
name = "pico-transistor-tester"
version = "0.1.0"
edition = "2024"
[dependencies]
cortex-m = { version = "0.7.7", features = [ "critical-section-single-core" ] }
cortex-m-rt = "0.7.5"
defmt = "1.0.1"
defmt-rtt = "1.0.0"
embedded-hal = "1.0.0"
panic-probe = { version = "1.0.0", features = [ "print-rtt" ]}
rp2040-boot2 = "0.3.0"
rp2040-hal = "0.11.0"
[features]
logging = []