comparison examples/qemu_a9_hello/recipe.yaml @ 346:3bb7dcfe5529

expanded arm target
author Windel Bouwman
date Fri, 07 Mar 2014 17:05:32 +0100
parents
children
comparison
equal deleted inserted replaced
345:b4882ff0ed06 346:3bb7dcfe5529
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