view examples/c3/recipe.yaml @ 367:577ed7fb3fe4

Try to make thumb work again
author Windel Bouwman
date Fri, 21 Mar 2014 10:27:57 +0100
parents 4d204f6f7d4e
children
line wrap: on
line source


link:
  inputs:
    - assemble:
       source: startup_stm32f4.asm
       machine: thumb
    - compile:
       sources: [burn2.c3]
       includes: [stm32f4xx.c3]
       machine: thumb
       output: burn.elf2
  output: burn2.bin
  layout:
    code: 0x08000000
    data: 0x20000000