Remove defmt
This commit is contained in:
parent
78cb2dd146
commit
a4e228bdd6
6 changed files with 93 additions and 100 deletions
14
Cargo.toml
14
Cargo.toml
|
|
@ -6,14 +6,12 @@ license = "MIT"
|
|||
|
||||
[dependencies]
|
||||
cortex-m-rt = "*"
|
||||
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", "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"] }
|
||||
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 = "*"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue