mbed-os/targets/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFM32GG
Jaeden Amero 378655f40c uVisor: Standardize available legacy heap and stack
With the RTOS, the STACK_SIZE specified here is unrelated to the stack
size available for the main thread (that runs pre_main). Save memory by
reducing the stack size to a more reasonable amount.

On uVisor, HEAP_SIZE is both a minimum available and maximum available
heap size. The heap can't grow beyond the end of the heap into the
neighboring stack. On all uVisor-supported platforms, guarantee at least
0x6000 bytes of heap space. This increases the portability of uVisor
applications as the memory available for legacy heap allocations is
guaranteed. This helps to avoid out of memory errors on platforms that
were previously guaranteeing less memory.
2017-02-07 16:46:38 +00:00
..
TARGET_EFM32GG_STK3700 [EFM32] Move board controller pin setting to config system 2016-10-27 23:21:39 -07:00
device uVisor: Standardize available legacy heap and stack 2017-02-07 16:46:38 +00:00
PeripheralNames.h [EFM32] Use targets.json to improve directory structure 2016-10-24 18:24:49 +02:00
PeripheralPins.c [EFM32] Use targets.json to improve directory structure 2016-10-24 18:24:49 +02:00
PeripheralPins.h [EFM32] Use targets.json to improve directory structure 2016-10-24 18:24:49 +02:00