STM32 Bootloader
Customizable Bootloader for STM32 microcontrollers
log.h File Reference

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...
 

Detailed Description

This file contains the UART-based logging function prototypes for the debug output.

STM32 Bootloader

Author
Akos Pasztor

Definition in file log.h.