aboutsummaryrefslogtreecommitdiff
path: root/apps/usb1
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 Seemingly working Mutexes.Trygve Laugstøl2017-01-252-0/+168
o Dropping the privileged/unprivileged split for now.