summaryrefslogtreecommitdiffstats
path: root/bsps/sh/gensh2/console/config.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.
* bsps/sh/gensh2: Change license to BSD-2Joel Sherrill2022-07-121-3/+22
| | | | Updates #3053.
* bsps: Move console drivers to bspsSebastian Huber2018-04-201-0/+130
This patch is a part of the BSP source reorganization. Update #3285.