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 Apr 29 10:16:23 2015 +0100
Revision:
98:8ab26030e058
Parent:
94:9ad691361fac
Child:
99:dbbf35b96557
Release 98 of the mbed library

Changes:
- Silabs new targets (Giant, Zero, Happy, Leopard, Wonder Geckos)
- Asynchronous SPI, I2C, Serial
- LowPower classes
- Nordic - nordic SDK v8.0 update
- Teensy - gcc arm fix for startup
- Nucleo F411 - usb freq fix

Who changed what in which revision?

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