The official mbed C/C SDK provides the software platform and libraries to build your applications.
Fork of mbed by
Diff: TARGET_RZ_A1H/TOOLCHAIN_ARM_STD/MBRZA1H.sct
- Revision:
- 93:e188a91d3eaa
- Parent:
- 92:4fc01daae5a5
--- a/TARGET_RZ_A1H/TOOLCHAIN_ARM_STD/MBRZA1H.sct Thu Nov 27 13:33:22 2014 +0000 +++ b/TARGET_RZ_A1H/TOOLCHAIN_ARM_STD/MBRZA1H.sct Tue Feb 03 15:31:20 2015 +0000 @@ -24,13 +24,13 @@ * (+RO-CODE) ; Application RO code (.text) } - RO_DATA +0 + RO_DATA +0 { * (+RO-DATA) } ; Application RO data (.constdata) - RW_DATA 0x20600000 0x00100000 ; Page 1 of On-Chip Large-Capacity RAM (0x20060000 to 0x206FFFFF) + RW_DATA 0x20020000 { * (+RW) } ; Application RW data (.data) - ZI_DATA 0x20100000 0x00100000 ; Page 1 of On-Chip Large-Capacity RAM (0x20010000 to 0x201FFFFF) + ZI_DATA +0 ALIGN 0x400 { * (+ZI) } ; Application ZI data (.bss) RW_DATA_NC 0x60900000 0x00100000 @@ -38,9 +38,6 @@ ZI_DATA_NC +0 { * (NC_BSS) } ; Application ZI data Non cached area - - ;HEAP 0x90000000 - ;{ * (HEAP) } }