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:
Kojto
Date:
Wed Jul 08 11:22:30 2015 +0100
Revision:
102:da0ca467f8b5
Parent:
TARGET_APPNEARME_MICRONFCBOARD/TOOLCHAIN_ARM_MICRO/LPC11U34.sct@101:7cff1c4259d7
Release 102 of the mbed library

Changes:
- new platform: MPS2
- K64f - mac address fix
- Freescale Kinetis - Serial NC handling fix
- Asynch constnes fixes
- startup files .s - change extension to .S
- APPNEARME_MICRONFCBOARD rename to MICRONFCBOARD

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kojto 101:7cff1c4259d7 1
Kojto 101:7cff1c4259d7 2 LR_IROM1 0x00000000 0xC000 { ; load region size_region (48k)
Kojto 101:7cff1c4259d7 3 ER_IROM1 0x00000000 0xC000 { ; load address = execution address
Kojto 101:7cff1c4259d7 4 *.o (RESET, +First)
Kojto 101:7cff1c4259d7 5 *(InRoot$$Sections)
Kojto 101:7cff1c4259d7 6 .ANY (+RO)
Kojto 101:7cff1c4259d7 7 }
Kojto 101:7cff1c4259d7 8 ; 8_byte_aligned(48 vect * 4 bytes) = 8_byte_aligned(0xC0) = 0xC0
Kojto 101:7cff1c4259d7 9 ; 8KB - 0xC0 = 0x1F40
Kojto 101:7cff1c4259d7 10 RW_IRAM1 0x100000C0 0x1F40 {
Kojto 101:7cff1c4259d7 11 .ANY (+RW +ZI)
Kojto 101:7cff1c4259d7 12 }
Kojto 101:7cff1c4259d7 13 RW_IRAM2 0x20004000 0x800 { ; RW data, USB RAM
Kojto 101:7cff1c4259d7 14 .ANY (USBRAM)
Kojto 101:7cff1c4259d7 15 }
Kojto 101:7cff1c4259d7 16 }
Kojto 101:7cff1c4259d7 17