comparison examples/qemu_a9_hello/recipe.yaml @ 347:742588fb8cd6 devel

Merge into devel branch
author Windel Bouwman
date Fri, 07 Mar 2014 17:10:21 +0100
parents 3bb7dcfe5529
children
comparison
equal deleted inserted replaced
343:11c5a8a70c02 347:742588fb8cd6
1
2
3 link:
4 inputs:
5 - assemble:
6 source: startup_a9.asm
7 machine: arm
8 - compile:
9 sources: [hello.c3]
10 includes: []
11 machine: arm
12 layout:
13 code: 0x60010000
14 data: 0x60020000
15 output: hello.bin
16