summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/printer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtems/printer.h Fix build warnings -Wclass-memaccessAschref Ben Thabet2020-08-171-1/+5
|
* Remove explicit file names from @fileSebastian Huber2019-02-281-1/+1
| | | | | | This makes the @file documentation independent of the actual file name. Update #3707.
* printer: Fix Doxygen commentsSebastian Huber2018-09-271-5/+1
|
* rtems: Add rtems_print_printer_fprintf_putc()Sebastian Huber2017-10-281-11/+14
| | | | | Update #3170. Update #3199.
* Include missing <string.h>Sebastian Huber2017-08-251-0/+1
| | | | Update #2133.
* Add printer taskSebastian Huber2016-06-221-0/+106
|
* Move printer initialization to separate headerSebastian Huber2016-06-221-0/+119
The RTEMS print user need to know nothing about a particular printer implementation. In particular get rid of the <stdio.h> include which would be visible via <rtems.h>.