view kernel/thumb.yaml @ 354:5477e499b039

Added some sort of string functionality
author Windel Bouwman
date Thu, 13 Mar 2014 18:59:06 +0100
parents b8ad45b3a573
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