aboutsummaryrefslogtreecommitdiff
path: root/cmake/stm32.ld
Commit message (Collapse)AuthorAgeFilesLines
* o Actually working implementation of context switching.Trygve Laugstøl2016-01-041-2/+11
| | | | It is important to remember to update the stack to the task descriptor on every switch!
* o Moving more init code to C.Trygve Laugstøl2015-12-211-8/+13
|
* o Functional initialization of .data and .bss.Trygve Laugstøl2015-12-181-6/+17
| | | | o Adding a minimal printf library
* correct linking, putting the assembly code in .text with proper linking ↵Trygve Laugstøl2015-12-141-7/+8
| | | | script made ld recognise the functions as thumb instructions.
* wipTrygve Laugstøl2015-12-131-0/+36