Blink!
This commit is contained in:
parent
72b0d3811d
commit
78cb2dd146
2 changed files with 7 additions and 3 deletions
|
|
@ -2,14 +2,15 @@
|
|||
name = "picow"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
cortex-m-rt = "*"
|
||||
cyw43 = "*"
|
||||
cyw43-pio = "*"
|
||||
cyw43 = { version = "*", features = ["defmt", "firmware-logs"] }
|
||||
cyw43-pio = { version = "*", features = ["defmt"] }
|
||||
defmt = "*"
|
||||
defmt-rtt = "*"
|
||||
embassy-executor = { version = "*", features = ["arch-cortex-m", "defmt", "executor-interrupt", "executor-thread", "integrated-timers"] }
|
||||
embassy-executor = { version = "*", features = ["arch-cortex-m", "defmt", "executor-interrupt", "executor-thread", "integrated-timers", "task-arena-size-98304"] }
|
||||
embassy-rp = { version = "*", features = ["critical-section-impl", "defmt", "time-driver"] }
|
||||
embassy-time = { version = "*", features = ["defmt", "defmt-timestamp-uptime"] }
|
||||
panic-probe = { version = "*", features = ["print-defmt"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue