|
distortos
v0.7.0
object-oriented C++ RTOS for microcontrollers
|
getMainStack() implementation for ARMv6-M and ARMv7-M More...
#include "distortos/architecture/getMainStack.hpp"Namespaces | |
| distortos | |
| Top-level namespace of distortos project. | |
| distortos::architecture | |
| Architecture-related code of distortos project. | |
Functions | |
| std::pair< void *, size_t > | distortos::architecture::getMainStack () |
| Gets the stack used to run main(). More... | |
Variables | |
| char | distortos::architecture::__process_stack_start [] |
| beginning of process stack - imported from linker script More... | |
| char | distortos::architecture::__process_stack_size [] |
| size of process stack, bytes - imported from linker script More... | |
getMainStack() implementation for ARMv6-M and ARMv7-M