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:
bogdanm
Date:
Fri Jul 25 09:46:51 2014 +0100
Revision:
87:6213f644d804
Child:
98:8ab26030e058
Release 87 of the mbed library

Main changes:

- error.h renamed to mbed_error.h to avoid name clashes
- upgraded to V7 of the nRF51822 soft-device 110
- New targets: HRM107
- Improved test infrastructure
- Bug fixes on various targets

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bogdanm 87:6213f644d804 1 ;WITHOUT SOFTDEVICE:
bogdanm 87:6213f644d804 2 ;LR_IROM1 0x00000000 0x00040000 {
bogdanm 87:6213f644d804 3 ; ER_IROM1 0x00000000 0x00040000 {
bogdanm 87:6213f644d804 4 ; *.o (RESET, +First)
bogdanm 87:6213f644d804 5 ; *(InRoot$$Sections)
bogdanm 87:6213f644d804 6 ; .ANY (+RO)
bogdanm 87:6213f644d804 7 ; }
bogdanm 87:6213f644d804 8 ; RW_IRAM1 0x20000000 0x00004000 {
bogdanm 87:6213f644d804 9 ; .ANY (+RW +ZI)
bogdanm 87:6213f644d804 10 ; }
bogdanm 87:6213f644d804 11 ;}
bogdanm 87:6213f644d804 12 ;
bogdanm 87:6213f644d804 13 ;WITH SOFTDEVICE:
bogdanm 87:6213f644d804 14
bogdanm 87:6213f644d804 15 LR_IROM1 0x16000 0x002A000 {
bogdanm 87:6213f644d804 16 ER_IROM1 0x16000 0x002A000 {
bogdanm 87:6213f644d804 17 *.o (RESET, +First)
bogdanm 87:6213f644d804 18 *(InRoot$$Sections)
bogdanm 87:6213f644d804 19 .ANY (+RO)
bogdanm 87:6213f644d804 20 }
bogdanm 87:6213f644d804 21 RW_IRAM1 0x20002000 0x00002000 {
bogdanm 87:6213f644d804 22 .ANY (+RW +ZI)
bogdanm 87:6213f644d804 23 }
bogdanm 87:6213f644d804 24 }
bogdanm 87:6213f644d804 25
bogdanm 87:6213f644d804 26
bogdanm 87:6213f644d804 27