aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* o Seemingly working Mutexes.Trygve Laugstøl2016-01-055-38/+191
* o Actually working implementation of context switching.Trygve Laugstøl2016-01-0415-144/+457
* o Moving around a lot of files.Trygve Laugstøl2016-01-0222-136/+133
* o Adding a utility to dump segment sizes from the generated ELF files.Trygve Laugstøl2016-01-0217-46/+1042
* o Basic pre-emptive task switching OS.Trygve Laugstøl2015-12-2914-264/+747
* o More c++ idiomatic code.Trygve Laugstøl2015-12-221-4/+4
* o Moving more init code to C.Trygve Laugstøl2015-12-216-227/+333
* o Interrupt-driven serial port writing.Trygve Laugstøl2015-12-204-61/+289
* o Switching from the original tinyprintf to an improved version.Trygve Laugstøl2015-12-207-381/+164
* o Adding serial1 for testing USART.Trygve Laugstøl2015-12-206-26/+287
* o Splitting out init from main.Trygve Laugstøl2015-12-184-99/+64
* o Functional and tested printf.Trygve Laugstøl2015-12-184-32/+67
* o Functional initialization of .data and .bss.Trygve Laugstøl2015-12-186-89/+431
* o Functional output pin toggler!Trygve Laugstøl2015-12-162-52/+88
* o Adding debug output test.Trygve Laugstøl2015-12-143-9/+20
* correct linking, putting the assembly code in .text with proper linking scrip...Trygve Laugstøl2015-12-146-35/+75
* wipTrygve Laugstøl2015-12-13956-0/+329977