mbed-os/features
Seppo Takalo 79ca5bdc6d 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-25 11:53:03 +01:00
..
FEATURE_BLE Update BLE, fix sleep and open-drain LEDs in MAX326xx 2017-08-11 14:16:32 +01:00
FEATURE_COMMON_PAL Updating mbed-coap to version 4.0.8 2017-08-11 14:16:33 +01:00
FEATURE_LWIP Fix compile warnings with IAR toolchain 2017-08-25 11:53:02 +01:00
FEATURE_UVISOR uVisor: Import v0.29.0 2017-07-31 13:37:31 +01:00
TESTS/filesystem Merge pull request #3936 from geky/bd-mbr 2017-05-30 13:04:50 -05:00
filesystem fatfs: Fix unaligned access in disk_ioctl 2017-07-14 15:13:32 +01:00
frameworks Added copyright header to all tests 2017-08-11 14:16:33 +01:00
mbedtls Conform to mbed TLS H/W acceleration support 2017-08-25 11:53:03 +01:00
nanostack Allow using of malloc() for reserving the Nanostack's heap. 2017-08-25 11:53:03 +01:00
netsocket Cellular: not-supported error if MODEM_ON_BOARD not defined 2017-07-14 15:13:29 +01:00
storage/FEATURE_STORAGE Typecasting to int to resolve warning:#68-D: integer conversion resulted in a change of sign 2017-07-14 15:13:30 +01:00
unsupported DISCO_L475VG_IOT01A: Add support of USBHost 2017-08-11 14:16:33 +01:00