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:
Tue Jun 09 14:29:26 2015 +0100
Revision:
101:7cff1c4259d7
Child:
104:b9ad9a133dc7
Release 101 of the mbed library

Changes:
- new platform: APPNEARME_MICRONFCBOARD, MTS_DRAGONFLY_F411RE, MAX32600MBED, WIZwiki_W7500
- Silabs memory optimization in gpio, pwm fixes
- SPI - ssel documentation fixes and its use

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 101:7cff1c4259d7 8 ; RW_IRAM1 0x20000000 0x00004000 {
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 101:7cff1c4259d7 21 RW_IRAM1 0x20002800 0x00001800 {
Kojto 101:7cff1c4259d7 22 .ANY (+RW +ZI)
Kojto 101:7cff1c4259d7 23 }
Kojto 101:7cff1c4259d7 24 }