RTEMS
5.0.0
|
Stub printk() support. More...
Variables | |
BSP_output_char_function_type | BSP_output_char = BSP_output_char_f |
BSP_polling_getchar_function_type | BSP_poll_char = NULL |
Stub printk() support.
This file contains a stub for the required printk() support. It is NOT functional!!!
BSP_output_char_function_type BSP_output_char = BSP_output_char_f |
This variable points to the BSP provided method to output a character for the purposes of debug output.
It must output only the specific character. It must not perform character translations, e.g. "\n" to "\r\n".
BSP_polling_getchar_function_type BSP_poll_char = NULL |
This variable points to the BSP provided method to input a character for the purposes of debug input.