summaryrefslogtreecommitdiffstats
path: root/bsps/arm/imx/console/console-config.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2022-07-08bsps/arm/imx: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2022-03-10bsps/arm/: Scripted embedded brains header file clean upJoel Sherrill1-6/+0
Updates #4625.
2020-02-11bsp/imx: Use muxed mode for serials.Christian Mauderer1-0/+1
Update #3869.
2020-02-04Use RTEMS_SYSINIT_ORDER_LAST_BUT_5Sebastian Huber1-1/+1
Use RTEMS_SYSINIT_ORDER_LAST_BUT_5 instead of RTEMS_SYSINIT_ORDER_LAST to allow applications and support functions to place system initialization handlers behind the standard handlers. Update #3838.
2018-10-17bsp/imx7: Add getchark() supportSebastian Huber1-16/+20
2018-04-20bsps: Move console drivers to bspsSebastian Huber1-0/+0
This patch is a part of the BSP source reorganization. Update #3285.
2017-11-08bsp/imx: Add UART baud changeSebastian Huber1-0/+19
Update #3090.
2017-11-08bsp/imx: Better utilize UART transmit FIFOSebastian Huber1-7/+18
Update #3090.
2017-11-02bsp/imx: Drain console before resetSebastian Huber1-0/+13
Update #3090.
2017-10-02bsp/imx: Add imx_get_reg_of_node()Sebastian Huber1-9/+1
Update #3090.
2017-10-02bsp/imx: Add imx_get_irq_of_node()Sebastian Huber1-6/+1
Update #3090.
2017-09-26bsp/imx: Provide a default consoleSebastian Huber1-1/+1
Update #3090.
2017-09-22bsps: Generalize bsp_fdt_map_intr()Sebastian Huber1-1/+3
Pass all interrupt cells to bsp_fdt_map_intr() since some platforms use an array to describe an interrupt. Update #3090.
2017-09-12Simplify and unify BSP_output_charSebastian Huber1-9/+1
The BSP_output_char should output a char and not mingle with high level processing, e.g. '\n' to '\r\n' translation. Move this translation to rtems_putc(). Remove it from all the BSP_output_char implementations. Close #3122.
2017-08-04bsp/imx: Fix UART interruptSebastian Huber1-0/+2
Update #3090.
2017-08-04bsp/imx: New BSPSebastian Huber1-0/+356
Update #3090.