mbed library sources that still uses the stm standard peripheral library

Fork of mbed-src by Reinhold Schaefer

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Wed Dec 03 13:15:07 2014 +0000
Parent:
426:91481e778ca2
Child:
428:8eeb5157dee4
Commit message:
Synchronized with git revision 4d1fc24b2e1739bb7c49a97a8b63f48a535568ab

Full URL: https://github.com/mbedmicro/mbed/commit/4d1fc24b2e1739bb7c49a97a8b63f48a535568ab/

RTOS: IAR support for M0, M0+ and M4

Changed in this revision

targets/cmsis/TARGET_Freescale/TARGET_KLXX/TARGET_KL25Z/TOOLCHAIN_IAR/MKL25Z4.icf Show annotated file Show diff for this revision Revisions of this file
targets/cmsis/TARGET_NXP/TARGET_LPC11UXX/TOOLCHAIN_IAR/TARGET_LPC11U24_401/LPC11U24.icf Show annotated file Show diff for this revision Revisions of this file
--- a/targets/cmsis/TARGET_Freescale/TARGET_KLXX/TARGET_KL25Z/TOOLCHAIN_IAR/MKL25Z4.icf	Wed Dec 03 09:45:08 2014 +0000
+++ b/targets/cmsis/TARGET_Freescale/TARGET_KLXX/TARGET_KL25Z/TOOLCHAIN_IAR/MKL25Z4.icf	Wed Dec 03 13:15:07 2014 +0000
@@ -12,7 +12,7 @@
 define symbol __ICFEDIT_region_RAM_end__   = 0x1fffffff;
 /*-Sizes-*/
 define symbol __ICFEDIT_size_cstack__ = 0x400;
-define symbol __ICFEDIT_size_heap__   = 0x800;
+define symbol __ICFEDIT_size_heap__   = 0xA00;
 /**** End of ICF editor section. ###ICF###*/
 
 define symbol __region_RAM2_start__ 		= 0x20000000;
--- a/targets/cmsis/TARGET_NXP/TARGET_LPC11UXX/TOOLCHAIN_IAR/TARGET_LPC11U24_401/LPC11U24.icf	Wed Dec 03 09:45:08 2014 +0000
+++ b/targets/cmsis/TARGET_NXP/TARGET_LPC11UXX/TOOLCHAIN_IAR/TARGET_LPC11U24_401/LPC11U24.icf	Wed Dec 03 13:15:07 2014 +0000
@@ -12,7 +12,7 @@
 define symbol __ICFEDIT_region_RAM_end__     = 0x10001FDF;
 /*-Sizes-*/
 define symbol __ICFEDIT_size_cstack__   = 0x400;
-define symbol __ICFEDIT_size_heap__     = 0x800;
+define symbol __ICFEDIT_size_heap__     = 0xA00;
 /**** End of ICF editor section. ###ICF###*/
 
 define symbol __CRP_start__   = 0x000002FC;