mirror of https://github.com/ARMmbed/mbed-os.git
The INITIAL_SP value used by RTX was originally at the 4k limit instead of at the 8k limit. The HEAP_START macro was defined to __HeapLimit but the heap really starts at __end__. __HeapLimit is just used for some link time sanity checks to verify that the heap and stack can grow a bit without colliding. |
||
---|---|---|
.. | ||
rtos | ||
rtx |