Mouse code for the MacroRat

Dependencies:   ITG3200 QEI

Revision:
18:6a4db94011d3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed-dev/targets/TARGET_ONSEMI/TARGET_NCS36510/device/TOOLCHAIN_ARM/NCS36510.sct	Sun May 14 23:18:57 2017 +0000
@@ -0,0 +1,16 @@
+#! armcc -E
+
+LR_IROM1 0x00003000 0x0004F000  {    ; load region size_region
+  ER_IROM1 0x00003000 0x0004F000  {  ; load address = execution address
+   *.o (RESET, +First)
+   *(InRoot$$Sections)
+   .ANY (*)
+  }
+
+  ; no uvisor support at this time
+
+  RW_IRAM1 0x3FFF4000 {
+    .ANY(+RW +ZI)
+  }
+  ARM_LIB_HEAP AlignExpr(+0, 8) ALIGN 8 EMPTY (0x3FFF4000 + 0xC000 - AlignExpr(ImageLimit(RW_IRAM1),8) ) {}
+}