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:
Fri Aug 12 13:04:35 2016 +0200
Revision:
123:b0220dba8be7
Child:
128:9bcdf88f62b0
Release 123 of the mbed library

Changes:
- new targets: nucleo_f207zg, beetle, nrf51_dk, hexiwear,
nuvoton nuc472, vk rz a1h
- ST - fix timer interrupt handler, sleep api fix
- NXP - lpc15xx us ticker fix
- Nordic - analogin fixes, LF clock init addition, enable i2c async

Who changed what in which revision?

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