summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/mpc55xxevb/console/console-linflex.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-20Update company nameSebastian Huber1-1/+1
The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
2022-07-12bsps/powerpc/mpc55xxevb: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2022-03-10bsps/powerpc/: Scripted embedded brains header file clean upJoel Sherrill1-6/+0
Updates #4625.
2018-04-20bsps: Move console drivers to bspsSebastian Huber1-0/+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-10-10bsp/mpc55xxevb: Fix warningsSebastian Huber1-5/+5
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-02-19score: Add RTEMS_FATAL_SOURCE_BSPSebastian Huber1-8/+9
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-10/+7
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-8/+8
2012-10-02bsp/mpc55xx: PR2077: Add BSP_DEFAULT_BAUD_RATEPeter Dufault1-1/+1
2012-01-23Support for MPC5643L.Sebastian Huber1-0/+419
Rework of the start sequence to reduce the amount assembler code and to support configuration tables which may be provided by the application.