Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Using upstream's tinyprintf which requires 64-bit math operations, so add ↵HEADmaster | Trygve Laugstøl | 2017-01-25 | 1 | -1/+1 |
| | | | | gcc as a required library. | ||||
* | o Actually working implementation of context switching. | Trygve Laugstøl | 2016-01-04 | 2 | -0/+107 |
It is important to remember to update the stack to the task descriptor on every switch! |