Mercurial > lcfOS
comparison examples/c3/recipe.yaml @ 341:4d204f6f7d4e devel
Rewrite of assembler parts
author | Windel Bouwman |
---|---|
date | Fri, 28 Feb 2014 18:07:14 +0100 |
parents | d1ecc493384e |
children |
comparison
equal
deleted
inserted
replaced
340:c7cc54c0dfdf | 341:4d204f6f7d4e |
---|---|
1 | 1 |
2 link: | 2 link: |
3 inputs: | 3 inputs: |
4 - assemble: | 4 - assemble: |
5 source: startup_stm32f4.asm | 5 source: startup_stm32f4.asm |
6 machine: arm | 6 machine: thumb |
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: thumb |
11 output: burn.elf2 | 11 output: burn.elf2 |
12 output: burn2.bin | 12 output: burn2.bin |
13 layout: | 13 layout: |
14 code: 0x08000000 | 14 code: 0x08000000 |
15 data: 0x20000000 | 15 data: 0x20000000 |