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:
Wed May 10 11:31:27 2017 +0100
Revision:
142:4eea097334d6
Release 142 of the mbed library

Ports for Upcoming Targets


Fixes and Changes

4059: [Silicon Labs] Rename targets https://github.com/ARMmbed/mbed-os/pull/4059
4187: [NCS36510] Reduce default heap size allocated by IAR to 1/4 of RAM https://github.com/ARMmbed/mbed-os/pull/4187
4225: fixed missing device_name for xDot and removed progen https://github.com/ARMmbed/mbed-os/pull/4225
4251: Fix C++11 build error w/ u-blox EVK-ODIN-W2 https://github.com/ARMmbed/mbed-os/pull/4251
4236: STM32 Fixed warning related to __packed redefinition https://github.com/ARMmbed/mbed-os/pull/4236
4190: LPC4088: Enable LWIP feature https://github.com/ARMmbed/mbed-os/pull/4190
4260: Inherit Xadow M0 target from LPC11U35_501 https://github.com/ARMmbed/mbed-os/pull/4260
4249: Add consistent button names across targets https://github.com/ARMmbed/mbed-os/pull/4249

Who changed what in which revision?

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