summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/consolesimpletask.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* consolesimpletask.c: Fix Two Unchecked Return Values (CID #1437625 and #1472765)Ryan Long2021-02-121-2/+5
| | | | | | | CID 1437625: Unchecked return value from call to rtems_task_create(). CID 1472765: Unchecked return value from call to rtems_task_start(). Closes #4237.
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* console: Use IMFS_add_node() for simple task consSebastian Huber2020-03-041-20/+50
| | | | | | | Change license to BSD-2-Clause according to file history. Update #3053. Update #3894.
* console: Add missing return statusSebastian Huber2018-06-271-0/+2
| | | | Update #3320.
* Add a simple task console driverSebastian Huber2018-03-061-0/+218
Close #3320.