summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mpc55xxevb/console/console-generic.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Move console drivers to bspsSebastian Huber2018-04-201-168/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* Simplify and unify BSP_output_charSebastian Huber2017-09-121-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.
* bsps: Include missing <rtems/bspIo.h>Sebastian Huber2016-06-241-0/+1
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* score: Add RTEMS_FATAL_SOURCE_BSPSebastian Huber2014-02-191-3/+4
| | | | | | Merge RTEMS_FATAL_SOURCE_BSP_GENERIC and RTEMS_FATAL_SOURCE_BSP_SPECIFIC into new fatal source RTEMS_FATAL_SOURCE_BSP. This makes it easier to figure out the code position given a fatal source and code.
* bsp/mpc55xx: Add and use BSP specific fatal codesSebastian Huber2013-02-061-3/+3
|
* bsp/mpc55xx: PR2077: Add BSP_DEFAULT_BAUD_RATEPeter Dufault2012-10-021-1/+4
|
* Support for MPC5643L.Sebastian Huber2012-01-231-0/+167
Rework of the start sequence to reduce the amount assembler code and to support configuration tables which may be provided by the application.