mbed library sources

Dependents:   frdm_kl05z_gpio_test

Fork of mbed-src by mbed official

Revision:
119:063a65f72629
Parent:
103:9b881da47c92
--- a/targets/cmsis/TARGET_NXP/TARGET_LPC15XX/TOOLCHAIN_ARM_MICRO/startup_LPC15xx.s	Fri Mar 14 10:00:07 2014 +0000
+++ b/targets/cmsis/TARGET_NXP/TARGET_LPC15XX/TOOLCHAIN_ARM_MICRO/startup_LPC15xx.s	Fri Mar 14 15:15:06 2014 +0000
@@ -31,8 +31,9 @@
 Stack_Size      EQU     0x00000200
 
                 AREA    STACK, NOINIT, READWRITE, ALIGN=3
-Stack_Mem       SPACE   Stack_Size
-__initial_sp
+                EXPORT  __initial_sp
+
+__initial_sp        EQU     0x02009000  ; Top of RAM from LPC1549
 
 
 ; <h> Heap Configuration