summaryrefslogtreecommitdiffstats
path: root/bsps/arm/tms570/console (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use RTEMS_SYSINIT_ORDER_LAST_BUT_5Sebastian Huber2020-02-041-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.
* bsps: Adjust bsp.h Doxygen groupsSebastian Huber2019-03-082-2/+2
| | | | Update #3706.
* Remove explicit file names from @fileSebastian Huber2019-02-282-2/+2
| | | | | | This makes the @file documentation independent of the actual file name. Update #3707.
* bsp/tms570: correct baudrate calculation.Pavel Pisa2018-11-141-1/+1
|
* bsps: Move console drivers to bspsSebastian Huber2018-04-202-0/+768
This patch is a part of the BSP source reorganization. Update #3285.