The scheduler utilizes a dedicated stack to prevent it from consuming task stack space when preemption occurs. This constant defines the size of the scheduler stack, which is set to 512 bytes by default. The actual stack space required by the scheduler varies depending on the hardware platform. The default value is sufficient for all port files provided by SpaceShadow.
| Version: | 1.0 |
|---|---|
| See also: | port files, scheduling |