aboutsummaryrefslogtreecommitdiff
path: root/apps/cpp1
Commit message (Collapse)AuthorAgeFilesLines
* o Using upstream's tinyprintf which requires 64-bit math operations, so add ↵HEADmasterTrygve Laugstøl2017-01-251-1/+1
| | | | gcc as a required library.
* o Actually working implementation of context switching.Trygve Laugstøl2016-01-042-0/+107
It is important to remember to update the stack to the task descriptor on every switch!