aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* o Moving tinyprintf and stm libraries under thirdparty.Trygve Laugstøl2017-01-251-5/+5
|
* o Improving the mcu-stm32 cmake library a bit. Starting on a USB example.Trygve Laugstøl2017-01-251-0/+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-135/+11
|
* o Adding a utility to dump segment sizes from the generated ELF files.Trygve Laugstøl2016-01-021-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øl2015-12-291-29/+59
|
* o Moving more init code to C.Trygve Laugstøl2015-12-211-3/+3
|
* o Interrupt-driven serial port writing.Trygve Laugstøl2015-12-201-6/+8
|
* o Switching from the original tinyprintf to an improved version.Trygve Laugstøl2015-12-201-3/+30
| | | | o Creating a cmake library out of tinyprintf.
* o Adding serial1 for testing USART.Trygve Laugstøl2015-12-201-17/+42
|
* o Splitting out init from main.Trygve Laugstøl2015-12-181-1/+1
|
* o Functional initialization of .data and .bss.Trygve Laugstøl2015-12-181-0/+2
| | | | o Adding a minimal printf library
* wipTrygve Laugstøl2015-12-131-0/+40