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 Jul 19 16:46:19 2017 +0100
Revision:
147:a97add6d7e64
Parent:
99:dbbf35b96557
Release 147 of the mbed library.

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 99:dbbf35b96557 15 LR_IROM1 0x1C000 0x0024000 {
Kojto 99:dbbf35b96557 16 ER_IROM1 0x1C000 0x0024000 {
Kojto 93:e188a91d3eaa 17 *.o (RESET, +First)
Kojto 93:e188a91d3eaa 18 *(InRoot$$Sections)
Kojto 93:e188a91d3eaa 19 .ANY (+RO)
Kojto 93:e188a91d3eaa 20 }
Kojto 99:dbbf35b96557 21 RW_IRAM1 0x20002800 0x00001800 {
Kojto 93:e188a91d3eaa 22 .ANY (+RW +ZI)
Kojto 93:e188a91d3eaa 23 }
Kojto 93:e188a91d3eaa 24 }