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