Release 0.5 of teensy4-bsp removes the integrated USB logger. Users should bring their own text or defmt logger into their projects. Closes #150.
In this repo, there's one example that shows how to use imxrt-log for text logging, and another example that shows how to build your own USB logger with defmt. The template project uses imxrt-log by default.
This PR also updates all RTIC examples from v1 to v2.
Release 0.5 of teensy4-bsp removes the integrated USB logger. Users should bring their own text or
defmt
logger into their projects. Closes #150.In this repo, there's one example that shows how to use
imxrt-log
for text logging, and another example that shows how to build your own USB logger withdefmt
. The template project usesimxrt-log
by default.This PR also updates all RTIC examples from v1 to v2.