Add initial project structure and implement async main for Pico W

This commit is contained in:
2026-06-04 14:46:22 -05:00
parent 688e5b404b
commit b1d9594b25
15 changed files with 79 additions and 9 deletions
+11
View File
@@ -18,5 +18,16 @@ cortex-m-rt = "0.7.5"
panic-probe = { version = "0.3.2", features = ["print-defmt"] }
defmt = "0.3.10"
defmt-rtt = "0.4.1"
defmt-test = "0.3.0"
static_cell = "2.1.0"
portable-atomic = { version = "1.11.0", features = ["critical-section"] }
[lib]
harness = false
[[bin]]
name = "rusty-dog"
test = false
path = "src/main.rs"
[[test]]
name = "example_test"
harness = false