mbed library sources. Supersedes mbed-src.
Fork of mbed-dev by
Revision 26:a457b7fe77eb, committed 2015-11-24
- Comitter:
- mbed_official
- Date:
- Tue Nov 24 08:30:11 2015 +0000
- Parent:
- 25:ac5b0a371348
- Child:
- 27:affb46b27b47
- Commit message:
- Synchronized with git revision ef1d2ef01efdaf454a7dbdcb7ea225d1f6699ff5
Full URL: https://github.com/mbedmicro/mbed/commit/ef1d2ef01efdaf454a7dbdcb7ea225d1f6699ff5/
NUCLEO_L476RG - Add exporters for Nucleo_L476RG
Changed in this revision
targets/cmsis/TARGET_STM/TARGET_STM32L4/TARGET_NUCLEO_L476RG/TOOLCHAIN_IAR/stm32l476xx.icf | Show annotated file Show diff for this revision Revisions of this file |
--- a/targets/cmsis/TARGET_STM/TARGET_STM32L4/TARGET_NUCLEO_L476RG/TOOLCHAIN_IAR/stm32l476xx.icf Fri Nov 20 10:00:12 2015 +0000 +++ b/targets/cmsis/TARGET_STM/TARGET_STM32L4/TARGET_NUCLEO_L476RG/TOOLCHAIN_IAR/stm32l476xx.icf Tue Nov 24 08:30:11 2015 +0000 @@ -31,5 +31,5 @@ place at address mem:__intvec_start__ { readonly section .intvec }; place in ROM_region { readonly }; -place in SRAM2_region { readwrite, block STACKHEAP }; -place in SRAM1_region { }; +place in SRAM1_region { readwrite, block STACKHEAP }; +place in SRAM2_region { };