meh

Fork of mbed by mbed official

Committer:
ricardobtez
Date:
Tue Apr 05 23:51:21 2016 +0000
Revision:
118:16969dd821af
Parent:
78:ed8466a608b4
dgdgr

Who changed what in which revision?

UserRevisionLine numberNew contents of line
emilmont 78:ed8466a608b4 1 LR_IROM1 0x00000000 0x8000 { ; load region size_region (32k)
emilmont 78:ed8466a608b4 2 ER_IROM1 0x00000000 0x8000 { ; load address = execution address
emilmont 78:ed8466a608b4 3 *.o (RESET, +First)
emilmont 78:ed8466a608b4 4 *(InRoot$$Sections)
emilmont 78:ed8466a608b4 5 .ANY (+RO)
emilmont 78:ed8466a608b4 6 }
emilmont 78:ed8466a608b4 7 ; 8_byte_aligned(48 vect * 4 bytes) = 8_byte_aligned(0xC0) = 0xC0
emilmont 78:ed8466a608b4 8 ; 0x1000 - 0xC0 = 0xF40
emilmont 78:ed8466a608b4 9 RW_IRAM1 0x1FFFFCC0 0xF40 {
emilmont 78:ed8466a608b4 10 .ANY (+RW +ZI)
emilmont 78:ed8466a608b4 11 }
emilmont 78:ed8466a608b4 12 }