mirror of https://github.com/ARMmbed/mbed-os.git
a2c4426965
Some devices have RAM memory split into two sections. This becames a problem for GCC based toolchains as they don't support splitting .bss or .data sections into two memory parts. When we run out of memory from .bss sections, allocating the stack by malloc() allows it to be moved to .data section which might already be in the second memory section. For example KW24D platform. |
||
---|---|---|
.. | ||
FEATURE_ETHERNET_HOST | ||
FEATURE_LOWPAN_BORDER_ROUTER | ||
FEATURE_LOWPAN_HOST | ||
FEATURE_LOWPAN_ROUTER | ||
FEATURE_NANOSTACK | ||
FEATURE_NANOSTACK_FULL | ||
FEATURE_THREAD_BORDER_ROUTER | ||
FEATURE_THREAD_END_DEVICE | ||
FEATURE_THREAD_ROUTER | ||
CONTRIBUTING.md | ||
LICENSE | ||
LICENSE-permissive-binary-license-1.0.txt |