TheNuclearDart / bringup

STM32F7 discovery board bringup
GNU Affero General Public License v3.0
0 stars 0 forks source link

Decouple print class from UART #28

Open TheNuclearDart opened 5 months ago

TheNuclearDart commented 5 months ago

Currently, the Print class is hardcoded to queue messages to the UART task, but it's probably possible to decouple this. A benefit of this would be that we could probably redirect printing to logging or some other task, depending on who creates the Print object.