|
STM32 Bootloader
Customizable Bootloader for STM32 microcontrollers
|
This file contains the UART-based logging function prototypes for the debug output. More...
Go to the source code of this file.
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... | |
This file contains the UART-based logging function prototypes for the debug output.
STM32 Bootloader
Definition in file log.h.