comparison 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
comparison
equal deleted inserted replaced
335:582a1aaa3983 336:d1ecc493384e
5 - compile: 5 - compile:
6 sources: [lib.c3, ipc.c3, hello.c3] 6 sources: [lib.c3, ipc.c3, hello.c3]
7 includes: [] 7 includes: []
8 machine: arm 8 machine: arm
9 output: kernel.elf2 9 output: kernel.elf2
10 layout:
11 code: 0x0
12 data: 0x20000000
13 output: 'hello.bin'
10 14
11 - link:
12 inputs:
13 - compile:
14 sources: [lib.c3, ipc.c3, screen.c3]
15 includes: []
16 machine: arm
17 output: kernel.elf2
18
19 - link:
20 inputs:
21 - compile:
22 sources: [lib.c3, ipc.c3, console.c3]
23 includes: []
24 machine: arm
25 output: kernel.elf2