Login
From:
ferrous-systems.com
(Uncensored)
subscribe
defmt-rtt linker error - Ferrous Systems
https://ferrous-systems.com/blog/defmt-rtt-linker-error/
links
backlinks
Roast topics
Find topics
Find it!
TL;DR Compiling a Rust project with defmt-rtt v0.3 fails with a linker error if an application author (this is you!) does not select a critical section implementation. To fix this do the following (taken from the critical-section docs): Add...