|
STM32 Bootloader
Customizable Bootloader for STM32 microcontrollers
|
Functions | |
| void | LogInit (void) |
| Initialize the UART peripheral used for logging. | |
| void | LogDeInit (void) |
| De-initialize the UART peripheral used for logging. | |
| void | LogPrint (const char *format,...) |
| Print a formatted log message over the UART interface. More... | |
Variables | |
| static UART_HandleTypeDef | vcpUart |
| void LogPrint | ( | const char * | format, |
| ... | |||
| ) |