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 427:712edee6295a, committed 2014-12-03
- 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
--- 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;
