modm API documentation
|
#include <modm/processing/fiber/stack.hpp>
Friends | |
class | Task |
class | Scheduler |
Stack captures a memory area used as fiber stack with alignment and minimal size requirements. The stack is stored in the .bss
section by default, but may be placed in a .noinit
section using modm_section(".noinit")
. For available sections on your device, see modm:platform:core
.