summaryrefslogtreecommitdiff
path: root/demos/host
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-11 17:24:30 +0700
committerhathach <[email protected]>2014-03-11 17:24:30 +0700
commitd2ee92da48633330cbb9dc3b6f957bc140fbce7f (patch)
tree92dfd4cabe217aaa7680d546de2ccac168d03224 /demos/host
parent52785c9fd659ff02a108e4e95145a3f2cd527de5 (diff)
move keil_ram.ini to bsp/lpc43xx/keil_ram.ini
device os none for NGX4330 work with keil
Diffstat (limited to 'demos/host')
-rw-r--r--demos/host/host_os_none/keil_ram.ini11
1 files changed, 0 insertions, 11 deletions
diff --git a/demos/host/host_os_none/keil_ram.ini b/demos/host/host_os_none/keil_ram.ini
deleted file mode 100644
index 8d7116082..000000000
--- a/demos/host/host_os_none/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