carstenscharlemann / Climb-Obc-Hardwaretest

Hardware-tests for Development Boards and different versions of Flight hardware
MIT License
0 stars 0 forks source link

Feature/i54 uartlayer1 #56

Closed RobertK66 closed 4 years ago

RobertK66 commented 4 years ago

This prepares the uart layer1 module to be used for COM-Tests with stacie. Thruster module template now uses TX ringbuffer. fix #54

RobertK66 commented 4 years ago

the 4 UART IRQ handlers are only used if you register a callback with the Init function. If you keep this paramter 0 then no IRQ is enabled and the wrapper code in uart.c does nothing.