aboutsummaryrefslogtreecommitdiff
path: root/apps/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* o Seemingly working Mutexes.Trygve Laugstøl2017-01-251-0/+1
| | | | o Dropping the privileged/unprivileged split for now.
* o Improving the mcu-stm32 cmake library a bit. Starting on a USB example.Trygve Laugstøl2017-01-251-1/+1
|
* o Adding a CAN example.Trygve Laugstøl2017-01-131-0/+1
|
* o A couple of stepper motor driver applications.Trygve Laugstøl2016-08-311-0/+2
|
* o Actually working implementation of context switching.Trygve Laugstøl2016-01-041-0/+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-0/+5
|
* o Adding a utility to dump segment sizes from the generated ELF files.Trygve Laugstøl2016-01-021-0/+1
o Adding os2 with support for critical sections. More to come. o Adding dma1 to test DMA + SPI.