|
|
|
|
|
by davidhyde
1281 days ago
|
|
Great writeup! The defmt logging crate uses a linker script to extract debug symbols so that you get nicely formatted stack traces on embedded systems. It works on linux, macos and windows. I wonder if the same technique can be applied to this project. It needs a runner though so may not be the right approach. https://github.com/knurling-rs/defmt |
|