RTEMS 6.1-rc1
Functions | Variables
printk_support.c File Reference

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

#include <bsp.h>
#include <bsp/leon3.h>
#include <rtems/bspIo.h>
#include <rtems/sysinit.h>
#include <grlib/apbuart.h>
#include <grlib/io.h>
#include <grlib/ambapp.h>

Functions

int leon3_debug_uart_index __attribute__ ((weak))=0
 Zynq UltraScale+ MPSoC specific set up of a management console. More...
 
 RTEMS_SYSINIT_ITEM (bsp_debug_uart_init, RTEMS_SYSINIT_BSP_START, RTEMS_SYSINIT_ORDER_FOURTH)
 

Variables

apbuartleon3_debug_uart = NULL
 This pointer provides the debug APBUART register block address.
 
BSP_output_char_function_type BSP_output_char = bsp_debug_uart_pre_init_out
 This function pointer references the kernel character output implementation. More...
 
BSP_polling_getchar_function_type BSP_poll_char
 This function pointer may reference the kernel character input implementation. More...
 

Detailed Description

This source file contains the definition of BSP_output_char and BSP_poll_char.