summaryrefslogtreecommitdiff
path: root/cpukit/libcsupport/src/consolesimpletask.c (follow)
AgeCommit message (Collapse)Author
2020-04-16Canonicalize config.h includeSebastian Huber
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2020-03-04console: Use IMFS_add_node() for simple task consSebastian Huber
Change license to BSD-2-Clause according to file history. Update #3053. Update #3894.
2018-06-27console: Add missing return statusSebastian Huber
Update #3320.
2018-03-06Add a simple task console driverSebastian Huber
Close #3320.