mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Committer:
<>
Date:
Fri Oct 28 11:17:30 2016 +0100
Revision:
149:156823d33999
Child:
151:5eaa88a5bcc7
This updates the lib to the mbed lib v128

NOTE: This release includes a restructuring of the file and directory locations and thus some
include paths in your code may need updating accordingly.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
<> 149:156823d33999 1
<> 149:156823d33999 2 LR_IROM1 0x00000000 {
<> 149:156823d33999 3 ER_IROM1 0x00000000 { ; load address = execution address
<> 149:156823d33999 4 *(RESET, +First)
<> 149:156823d33999 5 *(InRoot$$Sections)
<> 149:156823d33999 6 .ANY (+RO)
<> 149:156823d33999 7 }
<> 149:156823d33999 8
<> 149:156823d33999 9 ;UVISOR AlignExpr(+0, 16) { ; 16 byte-aligned
<> 149:156823d33999 10 ; uvisor-lib.a (+RW +ZI)
<> 149:156823d33999 11 ;}
<> 149:156823d33999 12
<> 149:156823d33999 13 ARM_LIB_STACK 0x20000000 EMPTY 0x1000 {
<> 149:156823d33999 14 }
<> 149:156823d33999 15
<> 149:156823d33999 16 ER_IRAMVEC 0x20001000 EMPTY (4*(16 + 64)) { ; Reserve for vectors
<> 149:156823d33999 17 }
<> 149:156823d33999 18
<> 149:156823d33999 19 RW_IRAM1 AlignExpr(+0, 16) { ; 16 byte-aligned
<> 149:156823d33999 20 .ANY (+RW +ZI)
<> 149:156823d33999 21 }
<> 149:156823d33999 22
<> 149:156823d33999 23 ARM_LIB_HEAP AlignExpr(+0, 16) EMPTY (0x20000000 + 0x8000 - AlignExpr(ImageLimit(RW_IRAM1), 16)) {
<> 149:156823d33999 24 }
<> 149:156823d33999 25 }
<> 149:156823d33999 26 ScatterAssert(LoadLimit(LR_IROM1) <= 0x00040000) ; 256 KB APROM
<> 149:156823d33999 27 ScatterAssert(ImageLimit(ARM_LIB_HEAP) <= 0x20008000) ; 32 KB SRAM
<> 149:156823d33999 28