defmt-serial
A defmt target for logging over a serial
port. Messages can e.g. be read using socat and passed through defmt-print,
see example-artemis or example-pi-pico for how to do that. You can also try it out in a hosted environment: example-std.
!
Remember to set the DEFMT_LOG variable when testing, e.g.:
$ cd example-std/
$ DEFMT_LOG=debug cargo run