![]() |
RTEMS 7.0-rc1
|
Support for polled prints on STM32U5. More...
#include <bsp.h>#include <bsp/fatal.h>#include <rtems/bspIo.h>#include <rtems/sysinit.h>#include <stm32u5/hal.h>Functions | |
| RTEMS_SYSINIT_ITEM (stm32u5_output_char_init, RTEMS_SYSINIT_BSP_START, RTEMS_SYSINIT_ORDER_LAST_BUT_5) | |
Variables | |
| BSP_output_char_function_type | BSP_output_char = stm32u5_output_char_init_early |
| This function pointer references the kernel character output implementation. | |
| BSP_polling_getchar_function_type | BSP_poll_char = stm32u5_poll_char |
| This function pointer may reference the kernel character input implementation. | |
Support for polled prints on STM32U5.
Implementation of the STM32U5 printk (polled) output.