mbed-os/features/nanostack/FEATURE_NANOSTACK/mbed-mesh-api/source
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
..
include ONME-3113: Fix GCC_ARM and ARM compiler warnings from mbed-mesh-api 2017-07-11 15:56:08 +03:00
CallbackHandler.cpp Get rid of Mesh6LoWPAN_ND and MeshThread classes. 2016-11-15 13:12:18 +02:00
LoWPANNDInterface.cpp ONME-3113: Fix GCC_ARM and ARM compiler warnings from mbed-mesh-api 2017-07-11 15:56:08 +03:00
MeshInterfaceNanostack.cpp Rename NanostackRfPhy to NanostackPhy 2016-11-15 13:12:18 +02:00
NanostackEthernetInterface.cpp Implement Ethernet interface for Nanostack. 2016-11-15 13:15:52 +02:00
ThreadInterface.cpp Adjust Thread interface connect timeout 2017-05-17 12:45:52 +03:00
ethernet_tasklet.c -useless static_config.h removed 2017-03-28 11:46:40 +03:00
mesh_system.c Allow using of malloc() for reserving the Nanostack's heap. 2017-08-08 11:20:22 +03:00
nd_tasklet.c -useless static_config.h removed 2017-03-28 11:46:40 +03:00
thread_tasklet.c Thread minimal end device operating mode added 2017-05-19 11:30:11 +03:00