summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/smdk2410/console (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify and unify BSP_output_charSebastian Huber2017-09-121-3/+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.
* smdk2410: Resurrect missing gp32 filesJoel Sherrill2016-03-031-0/+245
When the gp32 BSP was obsoleted and removed, files were deleted that were actually used by the gp32. This was actually a violation of the expected directory structure and why it wasn't caught. Another example of why continuous integration testing -- even just building is important.