aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* o Using upstream's tinyprintf which requires 64-bit math operations, so add ↵HEADmasterTrygve Laugstøl2017-01-2511-9/+13
| | | | gcc as a required library.
* o Seemingly working Mutexes.Trygve Laugstøl2017-01-254-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øl2017-01-253-111/+11
|
* o i2c testTrygve Laugstøl2017-01-252-0/+384
| | | | o Misc other stuff.
* o Adding a CAN example.Trygve Laugstøl2017-01-133-0/+426
|
* o A couple of stepper motor driver applications.Trygve Laugstøl2016-09-012-91/+138
|
* o A couple of stepper motor driver applications.Trygve Laugstøl2016-08-315-0/+456
|
* o Seemingly working Mutexes.Trygve Laugstøl2016-01-052-36/+181
| | | | o Dropping the privileged/unprivileged split for now.
* o Actually working implementation of context switching.Trygve Laugstøl2016-01-046-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øl2016-01-0213-0/+1238
|
* o Adding a utility to dump segment sizes from the generated ELF files.Trygve Laugstøl2016-01-023-0/+227
o Adding os2 with support for critical sections. More to come. o Adding dma1 to test DMA + SPI.