view kernel/thumb.yaml @ 353:b8ad45b3a573

Started with strings
author Windel Bouwman
date Sun, 09 Mar 2014 18:49:10 +0100
parents 899ae3aea803
children c2ddc8a36f5e
line wrap: on
line source


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