view kernel/thumb.yaml @ 372:68841f9ab96c

Added yet another test snippet
author Windel Bouwman
date Fri, 21 Mar 2014 12:33:30 +0100
parents 577ed7fb3fe4
children
line wrap: on
line source


link:
  inputs:
    - assemble:
       source: startup_m3.asm
       machine: thumb
    - compile:
       sources: ['src/kernel.c3', 'src/syscall.c3', 'src/schedule.c3', 
            'arch/cortexm3.c3', 'src/io.c3', 'src/memory.c3',
            'src/process.c3',
            'arch/qemu_m3/archmem.c3'
            ]
       machine: thumb
  layout:
     code: 0x10000
     data: 0x20000000
  output: kernel_thumb.bin