comparison test/m3_bare/recipe.yaml @ 337:b00219172a42

Added cool lm3s811 qemu project
author Windel Bouwman
date Thu, 20 Feb 2014 20:04:52 +0100
parents
children 3bb7dcfe5529
comparison
equal deleted inserted replaced
336:d1ecc493384e 337:b00219172a42
1
2 link:
3 inputs:
4 - assemble:
5 source: startup_m3.asm
6 machine: arm
7 - compile:
8 sources: [hello.c3]
9 includes: []
10 machine: arm
11 layout:
12 code: 0x0
13 data: 0x20000000
14 output: bare.bin
15