mbed-os/features/nanostack/FEATURE_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
..
coap-service Separating CoAP library from mbed-client-c 2017-02-16 19:08:28 +02:00
mbed-mesh-api Allow using of malloc() for reserving the Nanostack's heap. 2017-08-08 11:20:22 +03:00
nanostack-interface ONME-3113: Fix GCC_ARM and ARM compiler warnings from mbed-mesh-api 2017-07-11 15:56:08 +03:00
sal-stack-nanostack Update Nanostack to v6.1.0 2017-05-18 11:51:14 +03:00
targets Fix compilation for NCS36510 RF driver. 2017-06-08 13:54:33 +03:00
clone_nanostack.sh Nanostack v5.0.7 2016-11-09 15:42:41 +02:00