adds deffmt with

based on:
https://defmt.ferrous-systems.com/setup
This commit is contained in:
Robert Schauklies 2026-01-08 22:09:17 +01:00
parent e3fd07a28e
commit cb95755998
3 changed files with 9 additions and 8 deletions

View file

@ -17,6 +17,8 @@ esp-bootloader-esp-idf = { version = "0.4.0", features = ["esp32c6"] }
critical-section = "1.2.0"
esp-alloc = "0.9.0"
rtt-target = "0.6.2"
embedded-hal = "1.0.0"
esp-backtrace = {version = "0.18.1",features = ["esp32c6","defmt"]}
[profile.dev]