mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-28 12:50:53 +00:00

* Move exception handler from esp-backtrace to esp-hal * CHANGELOG.md * Fix * Only use defmt compatible display hints * Workaround xtensa-lx-rt and riscv-rt not implementing defmt::Format * Add `defmt` feature to xtensa-lx-rt and esp-riscv-rt * Favor feature gates over random `allow`s - remove unnecessary `allow`s