Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-src by
Revision 379:e5bab8ece707, committed 2014-11-03
- Comitter:
- mbed_official
- Date:
- Mon Nov 03 10:00:07 2014 +0000
- Parent:
- 378:be043393235b
- Child:
- 380:510f0c3515e3
- Commit message:
- Synchronized with git revision b148c0120d891e79f06a40574bef1c58f279200b
Full URL: https://github.com/mbedmicro/mbed/commit/b148c0120d891e79f06a40574bef1c58f279200b/
Changed in this revision
--- a/targets/cmsis/TARGET_NXP/TARGET_LPC11UXX/TOOLCHAIN_ARM_MICRO/TARGET_OC_MBUINO/startup_LPC11xx.s Fri Oct 31 13:45:07 2014 +0000
+++ b/targets/cmsis/TARGET_NXP/TARGET_LPC11UXX/TOOLCHAIN_ARM_MICRO/TARGET_OC_MBUINO/startup_LPC11xx.s Mon Nov 03 10:00:07 2014 +0000
@@ -25,7 +25,7 @@
EXPORT __initial_sp
Stack_Mem SPACE Stack_Size
-__initial_sp EQU 0x10002000 ; Top of RAM from LPC11U
+__initial_sp EQU 0x10001800 ; Top of RAM from LPC11U
Heap_Size EQU 0x00000000
--- a/targets/cmsis/TARGET_NXP/TARGET_LPC11UXX/TOOLCHAIN_ARM_STD/TARGET_OC_MBUINO/startup_LPC11xx.s Fri Oct 31 13:45:07 2014 +0000
+++ b/targets/cmsis/TARGET_NXP/TARGET_LPC11UXX/TOOLCHAIN_ARM_STD/TARGET_OC_MBUINO/startup_LPC11xx.s Mon Nov 03 10:00:07 2014 +0000
@@ -19,7 +19,7 @@
; *
; *****************************************************************************/
-__initial_sp EQU 0x10002000 ; Top of RAM from LPC11U
+__initial_sp EQU 0x10001800 ; Top of RAM from LPC11U
PRESERVE8
THUMB
