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 May 13 08:08:21 2015 +0200
Revision:
99:dbbf35b96557
Parent:
98:8ab26030e058
Release 99 of the mbed library

Changes:
- new targets - MAXWSNENV, DISCO_L053C8
- STM32F4xx - ST Cube driver
- KSDK mcu - SPI timing fix
- Nordic - update to softdevice s130

Who changed what in which revision?

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