mbed-os/libraries
Adam Green 5eb976a088 Fix _sbrk() implementation for Cortex-M parts.
A recent commit, 43acaa4166, to get _sbrk() to build successfully for
LPC2368 broke the Cortex-M implementation.  __get_MSP() isn't ever
defined as a macro, it is an inline function.  This means that the
code would always be compiled to use SP instead of MSP on Cortex-M
parts.  I switched the code to instead use the TARGET_ARM7 define
to choose which stack pointer to utilize.

I tested this fix by making sure that the LPC2368 version of the mbed
SDK would still build successfully with the Python scripts and that the
NET1 test still built and ran successfully on my mbed-LPC1768 device.
2013-09-17 04:29:35 -07:00
..
USBDevice USBDevice memory leaks fixes 2013-09-12 16:35:52 +03:00
USBHost usbhost: USBHost::fileControlBuf() handle alignment and endianness 2013-09-01 12:19:59 -07:00
doc Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
dsp Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
fs fs: Silence GCC signed/unsigned warnings 2013-08-19 22:53:49 -07:00
mbed Fix _sbrk() implementation for Cortex-M parts. 2013-09-17 04:29:35 -07:00
net Asm versions of netstack memcpy() and lwip_standard_chksum() 2013-08-30 06:09:16 -07:00
rpc Added LPC1114 and target for some test cases 2013-08-16 00:24:09 +09:00
rtos [LPC812] Added RTOS support 2013-09-11 02:30:27 +09:00
tests Fixed problem in PWMOUT mapping table 2013-09-09 18:15:51 +09:00