diff user/app.mmap @ 383:173e20a47fda

Added linker description loader
author Windel Bouwman
date Sun, 27 Apr 2014 17:40:39 +0200
parents 9667d78ba79e
children
line wrap: on
line diff
--- a/user/app.mmap	Sun Apr 27 12:24:21 2014 +0200
+++ b/user/app.mmap	Sun Apr 27 17:40:39 2014 +0200
@@ -1,6 +1,9 @@
 
-{
- "code": "0x0",
- "data":"0x20000000"
+MEMORY flash LOCATION=0x0 SIZE=0x10000 {
+ SECTION(code)
 }
 
+MEMORY ram LOCATION=0x20000000 SIZE=0x10000 {
+ SECTION(data)
+}
+