RTEMS 6.1-rc1
Macros | Functions | Variables
printk-support.c File Reference

definitions of serial line for debugging. More...

#include <rtems/bspIo.h>
#include <rtems/sysinit.h>
#include <stdint.h>
#include <string.h>
#include <bsp/tms570-sci.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. More...
 
BSP_polling_getchar_function_type BSP_poll_char = tms570_debug_console_in
 This function pointer may reference the kernel character input implementation. More...
 

Detailed Description

definitions of serial line for debugging.