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 471:36e91e24cc94, committed 2015-02-11
- Comitter:
- mbed_official
- Date:
- Wed Feb 11 15:45:07 2015 +0000
- Parent:
- 470:07f8455214b5
- Child:
- 472:7bbab527289d
- Commit message:
- Synchronized with git revision f3aa30531b1b61883d6343647afeb0d9f4e03005
Full URL: https://github.com/mbedmicro/mbed/commit/f3aa30531b1b61883d6343647afeb0d9f4e03005/
Fixed issue #903 IAR linker nrf51 rtos
Changed in this revision
| targets/cmsis/TARGET_NORDIC/TARGET_MCU_NRF51822/TOOLCHAIN_IAR/TARGET_MCU_NORDIC_16K/nRF51822_QFAA.icf | Show annotated file Show diff for this revision Revisions of this file |
--- a/targets/cmsis/TARGET_NORDIC/TARGET_MCU_NRF51822/TOOLCHAIN_IAR/TARGET_MCU_NORDIC_16K/nRF51822_QFAA.icf Wed Feb 11 08:30:07 2015 +0000 +++ b/targets/cmsis/TARGET_NORDIC/TARGET_MCU_NRF51822/TOOLCHAIN_IAR/TARGET_MCU_NORDIC_16K/nRF51822_QFAA.icf Wed Feb 11 15:45:07 2015 +0000 @@ -9,8 +9,8 @@ define symbol __ICFEDIT_region_RAM_start__ = 0x20002000; define symbol __ICFEDIT_region_RAM_end__ = 0x20003FFF; /*-Sizes-*/ -define symbol __ICFEDIT_size_cstack__ = 0x800; -define symbol __ICFEDIT_size_heap__ = 0xF00; +define symbol __ICFEDIT_size_cstack__ = 0x400; +define symbol __ICFEDIT_size_heap__ = 0x900; /**** End of ICF editor section. ###ICF###*/ define symbol __code_start_soft_device__ = 0x0;
