This file contains macros and function prototypes for SIO handling.
Functions | |
void | sio_write (uint8_t *message) |
Function to write messages into UART/USB, used to send assert messages. More... | |
UART COMMUNICATION FRAMING | |
void | init_sio (void) |
This function does the initialization of the Serial handler state Machine. More... | |
void | serial_data_handler (void) |
Function to handle the state machine serial data exchange. More... | |