diff user/recipe.yaml @ 336:d1ecc493384e

Added spiffy armtoken class for bit fiddeling. Added cool test that checks for build repeatability
author Windel Bouwman
date Wed, 19 Feb 2014 22:32:15 +0100
parents 6f4753202b9a
children 4d204f6f7d4e
line wrap: on
line diff
--- a/user/recipe.yaml	Mon Feb 17 20:41:30 2014 +0100
+++ b/user/recipe.yaml	Wed Feb 19 22:32:15 2014 +0100
@@ -7,19 +7,8 @@
         includes: []
         machine: arm
         output: kernel.elf2
+    layout:
+         code: 0x0
+         data: 0x20000000
+    output: 'hello.bin'
 
- - link:
-    inputs:
-        - compile:
-           sources: [lib.c3, ipc.c3, screen.c3]
-           includes: []
-           machine: arm
-           output: kernel.elf2
-
- - link:
-    inputs:
-      - compile:
-         sources: [lib.c3, ipc.c3, console.c3]
-         includes: []
-         machine: arm
-         output: kernel.elf2