mbed-os/targets/TARGET_Freescale
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_K20XX Platform: Add sleep/deepsleep user facing functions 2017-01-19 09:39:29 +00:00
TARGET_KLXX Platform: Add sleep/deepsleep user facing functions 2017-01-19 09:39:29 +00:00
TARGET_MCUXpresso_MCUS uVisor: Standardize available legacy heap and stack 2017-02-07 16:46:38 +00:00
mbed_rtx.h Add support for FRDM-KW41 2016-11-15 08:13:03 -06:00