mbed-os/features/nanostack
Seppo Takalo a2c4426965 Allow using of malloc() for reserving the Nanostack's heap.
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.
2017-08-08 11:20:22 +03:00
..
FEATURE_ETHERNET_HOST Update Nanostack to v6.1.0 2017-05-18 11:51:14 +03:00
FEATURE_LOWPAN_BORDER_ROUTER Update Nanostack to v6.1.0 2017-05-18 11:51:14 +03:00
FEATURE_LOWPAN_HOST Update Nanostack to v6.1.0 2017-05-18 11:51:14 +03:00
FEATURE_LOWPAN_ROUTER Update Nanostack to v6.1.0 2017-05-18 11:51:14 +03:00
FEATURE_NANOSTACK Allow using of malloc() for reserving the Nanostack's heap. 2017-08-08 11:20:22 +03:00
FEATURE_NANOSTACK_FULL Update Nanostack to v6.1.0 2017-05-18 11:51:14 +03:00
FEATURE_THREAD_BORDER_ROUTER Update Nanostack to v6.1.0 2017-05-18 11:51:14 +03:00
FEATURE_THREAD_END_DEVICE Update Nanostack to v6.1.0 2017-05-18 11:51:14 +03:00
FEATURE_THREAD_ROUTER Update Nanostack to v6.1.0 2017-05-18 11:51:14 +03:00
CONTRIBUTING.md ONME-2822 Binary build script mod 2016-10-14 12:38:13 +03:00
LICENSE ONME-2822 Binary build script mod 2016-10-14 12:38:13 +03:00
LICENSE-permissive-binary-license-1.0.txt ONME-2822 Binary build script mod 2016-10-14 12:38:13 +03:00