annotate 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
rev   line source
331
a78b41ff6ad2 Added better recipe files
Windel Bouwman
parents:
diff changeset
1
a78b41ff6ad2 Added better recipe files
Windel Bouwman
parents:
diff changeset
2 apps:
334
6f4753202b9a Added more recipes
Windel Bouwman
parents: 331
diff changeset
3 - link:
6f4753202b9a Added more recipes
Windel Bouwman
parents: 331
diff changeset
4 inputs:
6f4753202b9a Added more recipes
Windel Bouwman
parents: 331
diff changeset
5 - compile:
6f4753202b9a Added more recipes
Windel Bouwman
parents: 331
diff changeset
6 sources: [lib.c3, ipc.c3, hello.c3]
6f4753202b9a Added more recipes
Windel Bouwman
parents: 331
diff changeset
7 includes: []
6f4753202b9a Added more recipes
Windel Bouwman
parents: 331
diff changeset
8 machine: arm
6f4753202b9a Added more recipes
Windel Bouwman
parents: 331
diff changeset
9 output: kernel.elf2
336
d1ecc493384e Added spiffy armtoken class for bit fiddeling. Added cool test that checks for build repeatability
Windel Bouwman
parents: 334
diff changeset
10 layout:
d1ecc493384e Added spiffy armtoken class for bit fiddeling. Added cool test that checks for build repeatability
Windel Bouwman
parents: 334
diff changeset
11 code: 0x0
d1ecc493384e Added spiffy armtoken class for bit fiddeling. Added cool test that checks for build repeatability
Windel Bouwman
parents: 334
diff changeset
12 data: 0x20000000
d1ecc493384e Added spiffy armtoken class for bit fiddeling. Added cool test that checks for build repeatability
Windel Bouwman
parents: 334
diff changeset
13 output: 'hello.bin'
331
a78b41ff6ad2 Added better recipe files
Windel Bouwman
parents:
diff changeset
14