Log via USB

This commit is contained in:
Invariantspace 2024-10-12 20:39:28 -07:00
parent a4e228bdd6
commit 62d50fd739
No known key found for this signature in database
GPG key ID: EBC4A20067373921
3 changed files with 279 additions and 20 deletions

View file

@ -11,6 +11,8 @@ 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 = "*"
embassy-usb-logger = "*"
log ="*"
panic-halt = "*"
portable-atomic = { version = "*", features = ["critical-section"] }
static_cell = "*"