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:
bogdanm
Date:
Mon Aug 19 18:17:02 2013 +0300
Revision:
19:398f4c622e1b
Child:
20:4263a77256ae
Sync with official mbed library release 66

Who changed what in which revision?

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