mciantyre / teensy4-rs

Rust support for the Teensy 4
Apache License 2.0
271 stars 31 forks source link

Remove logging from BSP #150

Closed mciantyre closed 3 months ago

mciantyre commented 9 months ago

This allows users to use their own logging systems without fiddling with teensy4-bsp default features. Removal also resolves issues like #130, and removes magic from firmware and the build.

I expect there's still a user group who wants USB logging out of the box. We could make it part of the application template, which is how it used to be implemented before the 0.4 release.