Mouse code for the MacroRat

Dependencies:   ITG3200 QEI

Committer:
sahilmgandhi
Date:
Sun May 14 23:18:57 2017 +0000
Revision:
18:6a4db94011d3
Publishing again

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sahilmgandhi 18:6a4db94011d3 1 #! armcc -E
sahilmgandhi 18:6a4db94011d3 2
sahilmgandhi 18:6a4db94011d3 3 LR_IROM1 0x00003000 0x0004F000 { ; load region size_region
sahilmgandhi 18:6a4db94011d3 4 ER_IROM1 0x00003000 0x0004F000 { ; load address = execution address
sahilmgandhi 18:6a4db94011d3 5 *.o (RESET, +First)
sahilmgandhi 18:6a4db94011d3 6 *(InRoot$$Sections)
sahilmgandhi 18:6a4db94011d3 7 .ANY (*)
sahilmgandhi 18:6a4db94011d3 8 }
sahilmgandhi 18:6a4db94011d3 9
sahilmgandhi 18:6a4db94011d3 10 ; no uvisor support at this time
sahilmgandhi 18:6a4db94011d3 11
sahilmgandhi 18:6a4db94011d3 12 RW_IRAM1 0x3FFF4000 {
sahilmgandhi 18:6a4db94011d3 13 .ANY(+RW +ZI)
sahilmgandhi 18:6a4db94011d3 14 }
sahilmgandhi 18:6a4db94011d3 15 ARM_LIB_HEAP AlignExpr(+0, 8) ALIGN 8 EMPTY (0x3FFF4000 + 0xC000 - AlignExpr(ImageLimit(RW_IRAM1),8) ) {}
sahilmgandhi 18:6a4db94011d3 16 }