Files
nuttx/include
Gregory Nutt 124e6ee53d sched/sched/sched_releasetcb.c: Handle custom stack allocations.
sched_releasetcb() will normally free the stack allocated for a task.  However, a task with a custom, user-managed stack may be created using nxtask_init() followed by nxtask_activer.  If such a custom stack is used then it must not be free in this many or a crash will most likely result.

This chagne addes a flag call TCB_FLAG_CUSTOM_STACK that may be passed in the the pre-allocted TCB to nxtask_init().  This flag is not used internally anywhere in the OS except that if set, it will prevent sched_releasetcb() from freeing that custom stack.
2020-05-27 20:00:14 +01:00
..
2020-04-11 21:19:47 +01:00
2020-04-30 08:46:21 -06:00
2020-04-30 08:46:21 -06:00
2020-03-16 07:54:49 -06:00
2020-04-11 21:19:47 +01:00
2020-05-27 05:40:37 -06:00
2020-04-02 22:08:41 +08:00
2020-04-11 21:19:47 +01:00
2020-05-11 11:32:55 -04:00