annotate examples/c3/recipe.yaml @ 343:11c5a8a70c02 devel

Fix ide
author Windel Bouwman
date Sat, 01 Mar 2014 16:27:52 +0100
parents 4d204f6f7d4e
children
rev   line source
334
6f4753202b9a Added more recipes
Windel Bouwman
parents:
diff changeset
1
6f4753202b9a Added more recipes
Windel Bouwman
parents:
diff changeset
2 link:
6f4753202b9a Added more recipes
Windel Bouwman
parents:
diff changeset
3 inputs:
6f4753202b9a Added more recipes
Windel Bouwman
parents:
diff changeset
4 - assemble:
6f4753202b9a Added more recipes
Windel Bouwman
parents:
diff changeset
5 source: startup_stm32f4.asm
341
4d204f6f7d4e Rewrite of assembler parts
Windel Bouwman
parents: 336
diff changeset
6 machine: thumb
334
6f4753202b9a Added more recipes
Windel Bouwman
parents:
diff changeset
7 - compile:
6f4753202b9a Added more recipes
Windel Bouwman
parents:
diff changeset
8 sources: [burn2.c3]
6f4753202b9a Added more recipes
Windel Bouwman
parents:
diff changeset
9 includes: [stm32f4xx.c3]
341
4d204f6f7d4e Rewrite of assembler parts
Windel Bouwman
parents: 336
diff changeset
10 machine: thumb
334
6f4753202b9a Added more recipes
Windel Bouwman
parents:
diff changeset
11 output: burn.elf2
336
d1ecc493384e Added spiffy armtoken class for bit fiddeling. Added cool test that checks for build repeatability
Windel Bouwman
parents: 334
diff changeset
12 output: burn2.bin
d1ecc493384e Added spiffy armtoken class for bit fiddeling. Added cool test that checks for build repeatability
Windel Bouwman
parents: 334
diff changeset
13 layout:
d1ecc493384e Added spiffy armtoken class for bit fiddeling. Added cool test that checks for build repeatability
Windel Bouwman
parents: 334
diff changeset
14 code: 0x08000000
d1ecc493384e Added spiffy armtoken class for bit fiddeling. Added cool test that checks for build repeatability
Windel Bouwman
parents: 334
diff changeset
15 data: 0x20000000
334
6f4753202b9a Added more recipes
Windel Bouwman
parents:
diff changeset
16