mbed-os/libraries
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
..
USBDevice add readable(), writeable() and settings changed callback to USBSerial 2013-11-01 12:38:27 +08:00
USBHost Modifications for compatibility with GCC 2013-10-17 10:34:07 +03:00
doc Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
dsp Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
fs fs: Silence GCC signed/unsigned warnings 2013-08-19 22:53:49 -07:00
mbed Removed redundant label TARGET_LPC81X_COMMON 2013-11-11 13:28:18 +02:00
net lwip: Stop dropping long TCP segments 2013-10-29 23:41:21 -07:00
rpc Added LPC1114 and target for some test cases 2013-08-16 00:24:09 +09:00
rtos Increase available RAM for RTX on LPC11U24 2013-11-19 00:38:12 -08:00
tests Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00