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

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Committer:
Anna Bridge
Date:
Fri Apr 20 11:08:29 2018 +0100
Revision:
166:5aab5a7997ee
Parent:
122:f9eeca106725
Child:
170:e95d10626187
Updating mbed 2 version number

Who changed what in which revision?

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