Much better logging, graphing html tool

This commit is contained in:
JP Stringham
2026-01-21 09:47:01 -05:00
parent 1d6ac5e58a
commit af707ac266
3 changed files with 302 additions and 58 deletions

View File

@@ -32,4 +32,8 @@ rustflags = [
# This runner will find a supported SWD debug probe and flash your RP2040 over
# SWD:
runner = "probe-rs run --chip RP2040 --protocol swd"
runner = "probe-rs run --chip RP2040 --protocol swd"
[env]
DEFMT_RTT_BUFFER_SIZE = { value = "4096", force = true }
DEFMT_LOG = { value = "info", force = true }