Mercurial > lcfOS
annotate examples/c3/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 |
---|---|
334 | 1 |
2 link: | |
3 inputs: | |
4 - assemble: | |
5 source: startup_stm32f4.asm | |
6 machine: arm | |
7 - compile: | |
8 sources: [burn2.c3] | |
9 includes: [stm32f4xx.c3] | |
10 machine: arm | |
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 | 16 |