mbed-os/libraries/rtos
Adam Green 10126e0b2f Increase available RAM for RTX on LPC11U24
The INITIAL_SP value used by RTX was originally at the 4k limit instead
of at the 8k limit.  The HEAP_START macro was defined to __HeapLimit
but the heap really starts at __end__.  __HeapLimit is just used for
some link time sanity checks to verify that the heap and stack can
grow a bit without colliding.
2013-11-19 00:38:12 -08:00
..
rtos Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
rtx Increase available RAM for RTX on LPC11U24 2013-11-19 00:38:12 -08:00