larus-breeze / sw_sensor

Firmware for Larus sensor MK1 and MK2
3 stars 3 forks source link

CDC_Transmit_FS needs a Queing mechanism. #1

Closed MaxBaex closed 2 years ago

MaxBaex commented 3 years ago

CDC_Transmit sends a string of bytes via USB. The functions does not check if the previous transfer has finished. A propper FreeRTOS Queue is required feed the USB driver with new print outs.

MaxBaex commented 2 years ago

The USB Interface is not used by default as a NMEA source.