mciantyre / teensy4-rs

Rust support for the Teensy 4
Apache License 2.0
290 stars 32 forks source link

Remove logger from BSP #158

Closed mciantyre closed 6 months ago

mciantyre commented 6 months ago

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.