aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* o Adding missing tinyprintfTrygve Laugstøl2016-08-298-0/+1427
|
* o Seemingly working Mutexes.Trygve Laugstøl2016-01-055-38/+191
| | | | o Dropping the privileged/unprivileged split for now.
* o Actually working implementation of context switching.Trygve Laugstøl2016-01-0415-144/+457
| | | | It is important to remember to update the stack to the task descriptor on every switch!
* 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 Adding os2 with support for critical sections. More to come. o Adding dma1 to test DMA + SPI.
* 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 Creating a cmake library out of tinyprintf.
* 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 Adding a minimal printf library
* 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 ↵Trygve Laugstøl2015-12-146-35/+75
| | | | script made ld recognise the functions as thumb instructions.
* wipTrygve Laugstøl2015-12-13956-0/+329977