d-ronin / openlager

STM32F4 based logging dongle for HIGH RATE logging
96 stars 25 forks source link

Should also have a "max receive" in the usart stuff #37

Closed mlyle closed 8 years ago

mlyle commented 8 years ago

After all, if the buffer is 4/5 full, we don't really want for them to write all of it before freeing up any buf.. we want the benefit of sequential writes, but within limits..