Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.

Dependents:   1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB

Fork of mbed by mbed official

Committer:
elijahorr
Date:
Thu Apr 14 07:28:54 2016 +0000
Revision:
121:672067c3ada4
Parent:
78:ed8466a608b4
.

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 }