summaryrefslogtreecommitdiffstats
path: root/bsps/arm/tms570/console/printk-support.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsp/tms570: Optimize tms570_debug_console_out()Sebastian Huber2024-01-151-20/+21
| | | | | | Reduce number of interrupt disable/enable actions. Update #4982.
* bsp/tms570: Avoid errno for debug consoleSebastian Huber2024-01-151-1/+1
| | | | Update #4982.
* bsp/tms570: Relicense to BSD-2-ClauseSebastian Huber2024-01-151-7/+24
| | | | | | | | | Change license to BSD-2-Clause according to file history and contributor agreements. Add Doxygen file comments. Update #3053. Update #3707. Update #4982.
* bsp/tms570: Remove empty <bsp/tms570-sci.h>Sebastian Huber2024-01-151-1/+0
| | | | Update #4982.
* bsp/tms570: Fix debug console baud settingSebastian Huber2023-12-061-1/+1
|
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* 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-081-1/+1
| | | | Update #3706.
* Remove explicit file names from @fileSebastian Huber2019-02-281-1/+1
| | | | | | This makes the @file documentation independent of the actual file name. Update #3707.
* bsps: Move console drivers to bspsSebastian Huber2018-04-201-0/+126
This patch is a part of the BSP source reorganization. Update #3285.