aboutsummaryrefslogtreecommitdiff
path: root/host
Commit message (Collapse)AuthorAgeFilesLines
* o Fixing host/ build.Trygve Laugstøl2016-08-292-15/+1
|
* o Actually working implementation of context switching.Trygve Laugstøl2016-01-041-1/+1
| | | | 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-021-1/+1
|
* o Adding a utility to dump segment sizes from the generated ELF files.Trygve Laugstøl2016-01-022-0/+285
o Adding os2 with support for critical sections. More to come. o Adding dma1 to test DMA + SPI.