Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Actually working implementation of context switching. | Trygve Laugstøl | 2016-01-04 | 1 | -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øl | 2016-01-02 | 1 | -135/+11 |
| | |||||
* | o Adding a utility to dump segment sizes from the generated ELF files. | Trygve Laugstøl | 2016-01-02 | 1 | -7/+67 |
| | | | | | 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øl | 2015-12-29 | 1 | -29/+59 |
| | |||||
* | o Moving more init code to C. | Trygve Laugstøl | 2015-12-21 | 1 | -3/+3 |
| | |||||
* | o Interrupt-driven serial port writing. | Trygve Laugstøl | 2015-12-20 | 1 | -6/+8 |
| | |||||
* | o Switching from the original tinyprintf to an improved version. | Trygve Laugstøl | 2015-12-20 | 1 | -3/+30 |
| | | | | o Creating a cmake library out of tinyprintf. | ||||
* | o Adding serial1 for testing USART. | Trygve Laugstøl | 2015-12-20 | 1 | -17/+42 |
| | |||||
* | o Splitting out init from main. | Trygve Laugstøl | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | o Functional initialization of .data and .bss. | Trygve Laugstøl | 2015-12-18 | 1 | -0/+2 |
| | | | | o Adding a minimal printf library | ||||
* | wip | Trygve Laugstøl | 2015-12-13 | 1 | -0/+40 |