Support for MSP430 launchpad.

Fork of mbed by mbed official

Committer:
bogdanm
Date:
Mon Dec 09 18:43:03 2013 +0200
Revision:
73:1efda918f0ba
Release 73 of the mbed library

Main changes:

- added support for KL46Z and NUCLEO_F103RB
- STM32 USB device support
- various bug fixes

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bogdanm 73:1efda918f0ba 1
bogdanm 73:1efda918f0ba 2 LR_IROM1 0x00000000 0x40000 { ; load region size_region (256k)
bogdanm 73:1efda918f0ba 3 ER_IROM1 0x00000000 0x40000 { ; load address = execution address
bogdanm 73:1efda918f0ba 4 *.o (RESET, +First)
bogdanm 73:1efda918f0ba 5 *(InRoot$$Sections)
bogdanm 73:1efda918f0ba 6 .ANY (+RO)
bogdanm 73:1efda918f0ba 7 }
bogdanm 73:1efda918f0ba 8 ; 8_byte_aligned(48 vect * 4 bytes) = 8_byte_aligned(0xC0) = 0xC0
bogdanm 73:1efda918f0ba 9 ; 0x8000 - 0xC0 = 0x7F40
bogdanm 73:1efda918f0ba 10 RW_IRAM1 0x1FFFE0C0 0x7F40 {
bogdanm 73:1efda918f0ba 11 .ANY (+RW +ZI)
bogdanm 73:1efda918f0ba 12 }
bogdanm 73:1efda918f0ba 13 }
bogdanm 73:1efda918f0ba 14