summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/gen5200/console/console.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libio: Clean up usage of rtems_termios_device_modeKinsey Moore2024-01-101-2/+2
| | | | | | | | | | | | This cleans up outputUsesInterrupts usage with rtems_termios_device_mode enum values. The outputUsesInterrupts member was typed as an int, named as if it were a boolean value, and used as if it were a rtems_termios_device_mode enum. In this patch, values assigned to outputUsesInterrupts have been converted to the corresponding rtems_termios_device_mode enum value, conversions from deviceOutputUsesInterrupts have been made explicit, and uses of rtems_termios_device_mode enum values with deviceOutputUsesInterrupts have been converted to booleans.
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* Update Eric Norum contact info and start to normalize file headersJoel Sherrill2022-03-241-2/+1
|
* bsps/powerpc/gen5200: Manual Header clean upChristian Mauderer2022-03-101-96/+39
| | | | Update #4625.
* bsps/powerpc/: Scripted embedded brains header file clean upJoel Sherrill2022-03-101-2/+2
| | | | Updates #4625.
* bsps: Move console drivers to bspsSebastian Huber2018-04-201-0/+835
This patch is a part of the BSP source reorganization. Update #3285.