Mercurial > lcfOS
comparison 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 |
comparison
equal
deleted
inserted
replaced
335:582a1aaa3983 | 336:d1ecc493384e |
---|---|
7 - compile: | 7 - compile: |
8 sources: [burn2.c3] | 8 sources: [burn2.c3] |
9 includes: [stm32f4xx.c3] | 9 includes: [stm32f4xx.c3] |
10 machine: arm | 10 machine: arm |
11 output: burn.elf2 | 11 output: burn.elf2 |
12 code: 0x08000000 | 12 output: burn2.bin |
13 data: 0x20000000 | 13 layout: |
14 code: 0x08000000 | |
15 data: 0x20000000 | |
14 | 16 |