summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-13 15:36:17 +0700
committerhathach <[email protected]>2014-03-13 15:36:17 +0700
commit8e2d26374253b7349784a9c33a86fc8d5b1c7100 (patch)
treeea6000b49b42df32a55ec8d231a0013f59cb8d8f
parentfa83ba32a537f566a41885730e6a79c7167f5d11 (diff)
clean up
-rw-r--r--demos/host/host_freertos/keil_ram.ini11
1 files changed, 0 insertions, 11 deletions
diff --git a/demos/host/host_freertos/keil_ram.ini b/demos/host/host_freertos/keil_ram.ini
deleted file mode 100644
index 8d7116082..000000000
--- a/demos/host/host_freertos/keil_ram.ini
+++ /dev/null
@@ -1,11 +0,0 @@
-
-FUNC void Setup (unsigned int region) {
- region &= 0xFFFF0000;
- SP = _RDWORD(region); // Setup Stack Pointer
- PC = _RDWORD(region + 4); // Setup Program Counter
- _WDWORD(0xE000ED08, region); // Setup Vector Table Offset Register
-}
-
-//LOAD "Board NGX4330\\host_os_none.axf" INCREMENTAL
-LOAD %L INCREMENTAL
-Setup(__scatterload); // Get ready to execute image in SRAM or whatever region it is in g,main