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:
AnnaBridge
Date:
Thu Sep 06 13:39:34 2018 +0100
Revision:
170:e95d10626187
Parent:
122:f9eeca106725
mbed library. Release version 163

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)
AnnaBridge 170:e95d10626187 3
Kojto 122:f9eeca106725 4 ER_IROM1 0x00000000 0x8000 { ; load address = execution address
Kojto 122:f9eeca106725 5 *.o (RESET, +First)
Kojto 122:f9eeca106725 6 *(InRoot$$Sections)
Kojto 122:f9eeca106725 7 .ANY (+RO)
Kojto 122:f9eeca106725 8 }
AnnaBridge 170:e95d10626187 9
AnnaBridge 170:e95d10626187 10 ; 48 vectors * 4 bytes = 0xC0 for remap
AnnaBridge 170:e95d10626187 11 RW_IRAM1 (0x10000000+0xC0) (0x1000-0xC0) {
Kojto 122:f9eeca106725 12 .ANY (+RW +ZI)
Kojto 122:f9eeca106725 13 }
AnnaBridge 170:e95d10626187 14
Kojto 122:f9eeca106725 15 }
Kojto 122:f9eeca106725 16