comparison test/m3_bare/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 1
2 link: 2 link:
3 inputs: 3 inputs:
4 - assemble: 4 - assemble:
5 source: startup_m3.asm 5 source: startup_m3.asm
6 machine: arm 6 machine: thumb
7 - compile: 7 - compile:
8 sources: [hello.c3] 8 sources: [hello.c3]
9 includes: [] 9 includes: []
10 machine: arm 10 machine: thumb
11 layout: 11 layout:
12 code: 0x0 12 code: 0x0
13 data: 0x20000000 13 data: 0x20000000
14 output: bare.bin 14 output: bare.bin
15 15