stm32l4xx-hal icon indicating copy to clipboard operation
stm32l4xx-hal copied to clipboard

#294 rtt logging

Open Crzyrndm opened this issue 2 years ago • 1 comments

Uses probe-run / defmt as the runner/logger combo for all examples. I see (after making all the changes...) probe-run now supports rtt-target so if that would be preferred I can update

Additionally, did a bit of clean up on the examples, mostly just merging imports and removing "extern crate" and similar

probe-run is a very minimal runner which should make it easier to make the examples the focus. I did consider cargo-embed, but by default it does not open an RTT session like probe-run does

Crzyrndm avatar Mar 06 '22 01:03 Crzyrndm

Hi, could you look into rebasing this PR? It was unfortunate it was left for so long.

korken89 avatar Apr 28 '22 07:04 korken89