view kernel/thumb.yaml @ 367:577ed7fb3fe4

Try to make thumb work again
author Windel Bouwman
date Fri, 21 Mar 2014 10:27:57 +0100
parents c2ddc8a36f5e
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