Mercurial > lcfOS
annotate kernel/thumb.yaml @ 353:b8ad45b3a573
Started with strings
author | Windel Bouwman |
---|---|
date | Sun, 09 Mar 2014 18:49:10 +0100 |
parents | 899ae3aea803 |
children | c2ddc8a36f5e |
rev | line source |
---|---|
352 | 1 |
2 link: | |
3 inputs: | |
4 - assemble: | |
5 source: startup_m3.asm | |
6 machine: thumb | |
7 - compile: | |
353 | 8 sources: [kernel.c3, syscall.c3, schedule.c3, 'arch/cortexm3.c3'] |
352 | 9 includes: [memory.c3, process.c3] |
10 machine: thumb | |
11 output: kernel.elf2 | |
12 - compile: | |
13 sources: [memory.c3, process.c3] | |
353 | 14 includes: [kernel.c3, syscall.c3, schedule.c3, 'arch/cortexm3.c3'] |
352 | 15 machine: thumb |
16 output: kernel.elf2 | |
17 layout: | |
18 code: 0x10000 | |
19 data: 0x20000000 | |
20 output: kernel_thumb.bin | |
21 |