mbed library sources

Dependents:   Encrypted my_mbed lklk CyaSSL_DTLS_Cellular ... more

Superseded

This library was superseded by mbed-dev - https://os.mbed.com/users/mbed_official/code/mbed-dev/.

Development branch of the mbed library sources. This library is kept in synch with the latest changes from the mbed SDK and it is not guaranteed to work.

If you are looking for a stable and tested release, please import one of the official mbed library releases:

Import librarymbed

The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Committer:
mbed_official
Date:
Tue Mar 04 10:30:06 2014 +0000
Revision:
110:410346174f7a
Synchronized with git revision 6d794061129a95b908b534cbddf5e6fe741b5ced

Full URL: https://github.com/mbedmicro/mbed/commit/6d794061129a95b908b534cbddf5e6fe741b5ced/

Added LPC11U35_501 target support

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 110:410346174f7a 1
mbed_official 110:410346174f7a 2 LR_IROM1 0x00000000 0x10000 { ; load region size_region (64k)
mbed_official 110:410346174f7a 3 ER_IROM1 0x00000000 0x10000 { ; load address = execution address
mbed_official 110:410346174f7a 4 *.o (RESET, +First)
mbed_official 110:410346174f7a 5 *(InRoot$$Sections)
mbed_official 110:410346174f7a 6 .ANY (+RO)
mbed_official 110:410346174f7a 7 }
mbed_official 110:410346174f7a 8 ; 8_byte_aligned(48 vect * 4 bytes) = 8_byte_aligned(0xC0) = 0xC0
mbed_official 110:410346174f7a 9 ; 8KB - 0xC0 = 0x1F40
mbed_official 110:410346174f7a 10 RW_IRAM1 0x100000C0 0x1F40 {
mbed_official 110:410346174f7a 11 .ANY (+RW +ZI)
mbed_official 110:410346174f7a 12 }
mbed_official 110:410346174f7a 13 RW_IRAM2 0x20000000 0x800 { ; RW data, I/O Handler RAM
mbed_official 110:410346174f7a 14 .ANY (IOHANDLER_RAM)
mbed_official 110:410346174f7a 15 }
mbed_official 110:410346174f7a 16 RW_IRAM3 0x20004000 0x800 { ; RW data, USB RAM
mbed_official 110:410346174f7a 17 .ANY (USBRAM)
mbed_official 110:410346174f7a 18 }
mbed_official 110:410346174f7a 19 }
mbed_official 110:410346174f7a 20