annotate user/recipe.yaml @ 359:b4ac28efcdf4

Reorganize files
author Windel Bouwman
date Fri, 14 Mar 2014 15:41:55 +0100
parents 4d204f6f7d4e
children
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: []
341
4d204f6f7d4e Rewrite of assembler parts
Windel Bouwman
parents: 336
diff changeset
8 machine: thumb
334
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