my fork
Fork of mbed by
TARGET_K64F/TOOLCHAIN_ARM_STD/MK64F.sct@82:6473597d706e, 2014-04-07 (annotated)
- Committer:
- bogdanm
- Date:
- Mon Apr 07 18:28:36 2014 +0100
- Revision:
- 82:6473597d706e
Release 82 of the mbed library
Main changes:
- support for K64F
- Revisited Nordic code structure
- Test infrastructure improvements
- various bug fixes
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bogdanm | 82:6473597d706e | 1 | |
bogdanm | 82:6473597d706e | 2 | LR_IROM1 0x00000000 0x100000 { ; load region size_region (1000k) |
bogdanm | 82:6473597d706e | 3 | ER_IROM1 0x00000000 0x100000 { ; load address = execution address |
bogdanm | 82:6473597d706e | 4 | *.o (RESET, +First) |
bogdanm | 82:6473597d706e | 5 | *(InRoot$$Sections) |
bogdanm | 82:6473597d706e | 6 | .ANY (+RO) |
bogdanm | 82:6473597d706e | 7 | } |
bogdanm | 82:6473597d706e | 8 | ; 8_byte_aligned(62 vect * 4 bytes) = 8_byte_aligned(0x194) = 0x198 |
bogdanm | 82:6473597d706e | 9 | ; 0x40000 - 0x198 = 0x3FE68 |
bogdanm | 82:6473597d706e | 10 | RW_IRAM1 0x1FFF0198 0x3FE68 { |
bogdanm | 82:6473597d706e | 11 | .ANY (+RW +ZI) |
bogdanm | 82:6473597d706e | 12 | } |
bogdanm | 82:6473597d706e | 13 | } |
bogdanm | 82:6473597d706e | 14 |