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 Aug 05 13:16:35 2015 +0100
Revision:
104:b9ad9a133dc7
Parent:
101:7cff1c4259d7
Release 104 of the mbed library:

Changes:
- new platforms: nrf51 microbit
- MAXxxx - fix pwm array search
- LPC8xx - usart enable fix

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kojto 101:7cff1c4259d7 1 ;WITHOUT SOFTDEVICE:
Kojto 101:7cff1c4259d7 2 ;LR_IROM1 0x00000000 0x00040000 {
Kojto 101:7cff1c4259d7 3 ; ER_IROM1 0x00000000 0x00040000 {
Kojto 101:7cff1c4259d7 4 ; *.o (RESET, +First)
Kojto 101:7cff1c4259d7 5 ; *(InRoot$$Sections)
Kojto 101:7cff1c4259d7 6 ; .ANY (+RO)
Kojto 101:7cff1c4259d7 7 ; }
Kojto 104:b9ad9a133dc7 8 ; RW_IRAM1 0x20000000 0x00008000 {
Kojto 101:7cff1c4259d7 9 ; .ANY (+RW +ZI)
Kojto 101:7cff1c4259d7 10 ; }
Kojto 101:7cff1c4259d7 11 ;}
Kojto 101:7cff1c4259d7 12 ;
Kojto 101:7cff1c4259d7 13 ;WITH SOFTDEVICE:
Kojto 101:7cff1c4259d7 14
Kojto 101:7cff1c4259d7 15 LR_IROM1 0x1C000 0x0024000 {
Kojto 101:7cff1c4259d7 16 ER_IROM1 0x1C000 0x0024000 {
Kojto 101:7cff1c4259d7 17 *.o (RESET, +First)
Kojto 101:7cff1c4259d7 18 *(InRoot$$Sections)
Kojto 101:7cff1c4259d7 19 .ANY (+RO)
Kojto 101:7cff1c4259d7 20 }
Kojto 104:b9ad9a133dc7 21 RW_IRAM1 0x20002800 0x00005800 {
Kojto 101:7cff1c4259d7 22 .ANY (+RW +ZI)
Kojto 101:7cff1c4259d7 23 }
Kojto 101:7cff1c4259d7 24 }