defmt 0.3.6

A highly efficient logging framework that targets resource-constrained devices, like microcontrollers
Documentation
1
2
3
4
5
error: `#[panic_handler]` attribute cannot be used together with `#[export_name]`
 --> $DIR/panic-handler-export-name.rs:5:1
  |
5 | #[export_name = "hello"]
  | ^^^^^^^^^^^^^^^^^^^^^^^^