Changeset c15842d in rtems for bsps/arm/xilinx-zynq
- Timestamp:
- 06/28/22 14:16:57 (11 months ago)
- Branches:
- master
- Children:
- d07d6498
- Parents:
- 00f3977
- git-author:
- Sebastian Huber <sebastian.huber@…> (06/28/22 14:16:57)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (07/01/22 04:50:16)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/arm/xilinx-zynq/console/debug-console.c
r00f3977 rc15842d 53 53 static void zynq_debug_console_early_init(char c) 54 54 { 55 rtems_termios_device_context *base = 56 &zynq_uart_instances[BSP_CONSOLE_MINOR].base; 57 58 zynq_uart_initialize(base); 55 zynq_debug_console_init(); 59 56 zynq_debug_console_out(c); 60 57 }
Note: See TracChangeset
for help on using the changeset viewer.