summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* config: Modify CONFIGURE_INTERRUPT_STACK_SIZESebastian Huber2018-10-242-1/+33
| | | | | | | Use CPU_STACK_MINIMUM_SIZE instead of CONFIGURE_MINIMUM_TASK_STACK_SIZE to set the default value. Close #3480.
* posix: Provide simple thread functions by defaultSebastian Huber2018-10-241-9/+7
| | | | Update #2514.
* posix: Provide get thread attributes by defaultSebastian Huber2018-10-243-5/+13
| | | | Update #2514.
* malloctest: Hide NULL pointer from compilerSebastian Huber2018-10-241-6/+5
Disabling a warning does not prevent the compiler from reasoning what it is supposed to do with a somewhat undefined function call.