Mercurial > lcfOS
annotate user/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 |
---|---|
331 | 1 |
2 apps: | |
334 | 3 - link: |
4 inputs: | |
5 - compile: | |
6 sources: [lib.c3, ipc.c3, hello.c3] | |
7 includes: [] | |
341 | 8 machine: thumb |
334 | 9 output: kernel.elf2 |
336
d1ecc493384e
Added spiffy armtoken class for bit fiddeling. Added cool test that checks for build repeatability
Windel Bouwman
parents:
334
diff
changeset
|
10 layout: |
d1ecc493384e
Added spiffy armtoken class for bit fiddeling. Added cool test that checks for build repeatability
Windel Bouwman
parents:
334
diff
changeset
|
11 code: 0x0 |
d1ecc493384e
Added spiffy armtoken class for bit fiddeling. Added cool test that checks for build repeatability
Windel Bouwman
parents:
334
diff
changeset
|
12 data: 0x20000000 |
d1ecc493384e
Added spiffy armtoken class for bit fiddeling. Added cool test that checks for build repeatability
Windel Bouwman
parents:
334
diff
changeset
|
13 output: 'hello.bin' |
331 | 14 |