RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Macros | Functions | Variables
printk-support.c File Reference

This source file contains the definition of BSP_output_char and BSP_poll_char. More...

#include <rtems/bspIo.h>
#include <rtems/sysinit.h>
#include <stdint.h>
#include <string.h>
#include <bsp/tms570-sci-driver.h>

Macros

#define TMS570_CONSOLE   (&driver_context_table[0])
 

Functions

 RTEMS_SYSINIT_ITEM (tms570_debug_console_init, RTEMS_SYSINIT_BSP_START, RTEMS_SYSINIT_ORDER_LAST_BUT_5)
 

Variables

BSP_output_char_function_type BSP_output_char
 This function pointer references the kernel character output implementation.
 
BSP_polling_getchar_function_type BSP_poll_char = tms570_debug_console_in
 This function pointer may reference the kernel character input implementation.
 

Detailed Description

This source file contains the definition of BSP_output_char and BSP_poll_char.