FreeRTOS port on GAP8/RISC-V
|
Functions | |
void | printf_uart_init (uint8_t uart_id) |
Initialize printf via uart. More... | |
void | system_exit_printf_flush () |
Flush printf buffer before exit. More... | |
void printf_uart_init | ( | uint8_t | uart_id | ) |
This function initializes a UART device to enable printing through it.
Referenced by system_init().
void system_exit_printf_flush | ( | ) |
This function is called before leaving platform/interrupting runtime to flush current output buffer if it has been filled.
References pi_uart_close().
Referenced by system_exit().