summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mpc55xxevb/console/console-esci.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-20bsps: Move console drivers to bspsSebastian Huber1-354/+0
This patch is a part of the BSP source reorganization. Update #3285.
2017-04-03bsps: Fix baud settingsSebastian Huber1-1/+1
Update #2897.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-02-19score: Add RTEMS_FATAL_SOURCE_BSPSebastian Huber1-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.
2013-07-05bsp/mpc55xx: Update due to API changesSebastian Huber1-6/+5
Termios notifies now the driver about an inactive transmit with the length argument set to zero.
2013-02-06bsp/mpc55xx: Add and use BSP specific fatal codesSebastian Huber1-3/+3
2012-10-02bsp/mpc55xx: PR2077: Add BSP_DEFAULT_BAUD_RATEPeter Dufault1-1/+1
2012-07-18bsp/mpc55xx: Add ESCI_C and ESCI_D supportSebastian Huber1-4/+19
2012-01-23Support for MPC5643L.Sebastian Huber1-0/+339
Rework of the start sequence to reduce the amount assembler code and to support configuration tables which may be provided by the application.