summaryrefslogtreecommitdiffstats
path: root/bsps/arm/realview-pbx-a9/console/console-polled.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/realview-pbx-a9: 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.
2018-11-07bsp/realview-pbx-a9: Fix printk() supportSebastian Huber1-15/+19
Avoid dependencies on the Termios support in case only printk() is used by the application.
2018-04-20bsps: Move console drivers to bspsSebastian Huber1-0/+0
This patch is a part of the BSP source reorganization. Update #3285.
2017-09-12Simplify and unify BSP_output_charSebastian Huber1-4/+0
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.
2016-06-24bsps: Include missing <rtems/bspIo.h>Sebastian Huber1-0/+2
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-10-27bsps: Add simple console output charSebastian Huber1-0/+46