Initial commit
This commit is contained in:
21
Cargo.toml
Normal file
21
Cargo.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[package]
|
||||
name = "picorom-rs"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[[bin]]
|
||||
name = "picorom-rs"
|
||||
test = false
|
||||
bench = false
|
||||
|
||||
[dependencies]
|
||||
cortex-m = "0.7"
|
||||
cortex-m-rt = "0.7"
|
||||
panic-probe = { version = "1.0", features = ["print-defmt", "defmt-error"] }
|
||||
rp-pico = "0.9"
|
||||
embedded-hal = "1.0"
|
||||
pio = "0.2"
|
||||
pio-proc = "0.2"
|
||||
|
||||
defmt = "1.0"
|
||||
defmt-rtt = "1.1"
|
||||
Reference in New Issue
Block a user