The official mbed C/C SDK provides the software platform and libraries to build your applications.
Fork of mbed by
TARGET_RZ_A1H/TOOLCHAIN_ARM_STD/MBRZA1H.sct@93:e188a91d3eaa, 2015-02-03 (annotated)
- Committer:
- Kojto
- Date:
- Tue Feb 03 15:31:20 2015 +0000
- Revision:
- 93:e188a91d3eaa
- Parent:
- 92:4fc01daae5a5
Release 93 of the mbed library
Main changes:
- Renesas RZ_A1H bugfixes - i2c, ticker
- new targets - Nucleo F303RE, Nucleo F070RB, BLE SMURFS,
Dragonfly 411RE,
- BusXXX - is connected method, plus operators addition
- LPC8xx - I2c fixes
- timestamp_t reverted to uint32_t
- RTX - fixes regarding stack (alignment, magic word)
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bogdanm | 92:4fc01daae5a5 | 1 | |
bogdanm | 92:4fc01daae5a5 | 2 | |
bogdanm | 92:4fc01daae5a5 | 3 | LOAD_TTB 0x20000000 0x00004000 ; Page 0 of On-Chip Data Retention RAM |
bogdanm | 92:4fc01daae5a5 | 4 | { |
bogdanm | 92:4fc01daae5a5 | 5 | TTB +0 EMPTY 0x4000 |
bogdanm | 92:4fc01daae5a5 | 6 | { } ; Level-1 Translation Table for MMU |
bogdanm | 92:4fc01daae5a5 | 7 | } |
bogdanm | 92:4fc01daae5a5 | 8 | |
bogdanm | 92:4fc01daae5a5 | 9 | SFLASH 0x18000000 (0x08000000) |
bogdanm | 92:4fc01daae5a5 | 10 | { |
bogdanm | 92:4fc01daae5a5 | 11 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
bogdanm | 92:4fc01daae5a5 | 12 | ; S-Flash ROM : Executable cached region |
bogdanm | 92:4fc01daae5a5 | 13 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
bogdanm | 92:4fc01daae5a5 | 14 | |
bogdanm | 92:4fc01daae5a5 | 15 | BOOT_LOADER_BEGIN 0x18000000 FIXED |
bogdanm | 92:4fc01daae5a5 | 16 | { |
bogdanm | 92:4fc01daae5a5 | 17 | * ( BOOT_LOADER ) |
bogdanm | 92:4fc01daae5a5 | 18 | } |
bogdanm | 92:4fc01daae5a5 | 19 | |
bogdanm | 92:4fc01daae5a5 | 20 | VECTORS 0x18004000 FIXED |
bogdanm | 92:4fc01daae5a5 | 21 | { |
bogdanm | 92:4fc01daae5a5 | 22 | * (RESET, +FIRST) ; Vector table and other (assembler) startup code |
bogdanm | 92:4fc01daae5a5 | 23 | * (InRoot$$Sections) ; All (library) code that must be in a root region |
bogdanm | 92:4fc01daae5a5 | 24 | * (+RO-CODE) ; Application RO code (.text) |
bogdanm | 92:4fc01daae5a5 | 25 | } |
bogdanm | 92:4fc01daae5a5 | 26 | |
Kojto | 93:e188a91d3eaa | 27 | RO_DATA +0 |
bogdanm | 92:4fc01daae5a5 | 28 | { * (+RO-DATA) } ; Application RO data (.constdata) |
bogdanm | 92:4fc01daae5a5 | 29 | |
Kojto | 93:e188a91d3eaa | 30 | RW_DATA 0x20020000 |
bogdanm | 92:4fc01daae5a5 | 31 | { * (+RW) } ; Application RW data (.data) |
bogdanm | 92:4fc01daae5a5 | 32 | |
Kojto | 93:e188a91d3eaa | 33 | ZI_DATA +0 ALIGN 0x400 |
bogdanm | 92:4fc01daae5a5 | 34 | { * (+ZI) } ; Application ZI data (.bss) |
bogdanm | 92:4fc01daae5a5 | 35 | |
bogdanm | 92:4fc01daae5a5 | 36 | RW_DATA_NC 0x60900000 0x00100000 |
bogdanm | 92:4fc01daae5a5 | 37 | { * (NC_DATA) } ; Application RW data Non cached area |
bogdanm | 92:4fc01daae5a5 | 38 | |
bogdanm | 92:4fc01daae5a5 | 39 | ZI_DATA_NC +0 |
bogdanm | 92:4fc01daae5a5 | 40 | { * (NC_BSS) } ; Application ZI data Non cached area |
bogdanm | 92:4fc01daae5a5 | 41 | } |
bogdanm | 92:4fc01daae5a5 | 42 | |
bogdanm | 92:4fc01daae5a5 | 43 |