mbed library sources

Dependents:   Encrypted my_mbed lklk CyaSSL_DTLS_Cellular ... more

Superseded

This library was superseded by mbed-dev - https://os.mbed.com/users/mbed_official/code/mbed-dev/.

Development branch of the mbed library sources. This library is kept in synch with the latest changes from the mbed SDK and it is not guaranteed to work.

If you are looking for a stable and tested release, please import one of the official mbed library releases:

Import librarymbed

The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Revision:
500:04797f1feae2
Parent:
482:d9a48e768ce0
Child:
502:542898c8d189
--- a/targets/cmsis/TARGET_RENESAS/TARGET_RZ_A1H/TOOLCHAIN_GCC_ARM/startup_RZ1AH.s	Sat Mar 28 08:15:07 2015 +0000
+++ b/targets/cmsis/TARGET_RENESAS/TARGET_RZ_A1H/TOOLCHAIN_GCC_ARM/startup_RZ1AH.s	Tue Mar 31 16:15:13 2015 +0100
@@ -173,7 +173,7 @@
  
 @ Setup Stack for each exceptional mode 
 /*    ldr     r0, =__StackTop  */
-    ldr     r0, =__initial_sp
+    ldr     r0, =(__StackTop - USR_Stack_Size)
 
 @ Enter Undefined Instruction Mode and set its Stack Pointer 
     msr     cpsr_c, #(Mode_UND | I_Bit | F_Bit)
@@ -521,9 +521,9 @@
 __user_initial_stackheap:
 
                 LDR     R0, =  __HeapBase
-                LDR     R1, =(__StackLimit + USR_Stack_Size)
+                LDR     R1, =(__StackTop)
                 LDR     R2, = (__HeapBase +  Heap_Size)
-                LDR     R3, = __StackLimit
+                LDR     R3, = (__StackTop - USR_Stack_Size)
                 BX      LR
 
                 .endif