Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Seemingly working Mutexes. | Trygve Laugstøl | 2017-01-25 | 4 | -24/+169 |
| | | | | o Dropping the privileged/unprivileged split for now. | ||||
* | o Improving the mcu-stm32 cmake library a bit. Starting on a USB example. | Trygve Laugstøl | 2017-01-25 | 3 | -111/+11 |
| | |||||
* | o i2c test | Trygve Laugstøl | 2017-01-25 | 2 | -0/+384 |
| | | | | o Misc other stuff. | ||||
* | o Adding a CAN example. | Trygve Laugstøl | 2017-01-13 | 3 | -0/+426 |
| | |||||
* | o A couple of stepper motor driver applications. | Trygve Laugstøl | 2016-09-01 | 2 | -91/+138 |
| | |||||
* | o A couple of stepper motor driver applications. | Trygve Laugstøl | 2016-08-31 | 5 | -0/+456 |
| | |||||
* | o Seemingly working Mutexes. | Trygve Laugstøl | 2016-01-05 | 2 | -36/+181 |
| | | | | o Dropping the privileged/unprivileged split for now. | ||||
* | o Actually working implementation of context switching. | Trygve Laugstøl | 2016-01-04 | 6 | -107/+354 |
| | | | | 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 | 13 | -0/+1238 |
| | |||||
* | o Adding a utility to dump segment sizes from the generated ELF files. | Trygve Laugstøl | 2016-01-02 | 3 | -0/+227 |
o Adding os2 with support for critical sections. More to come. o Adding dma1 to test DMA + SPI. |