aboutsummaryrefslogtreecommitdiff
path: root/projects/hsm/mgmt-task.c
AgeCommit message (Collapse)Author
2017-10-11Cleanup 'unused parameter' warnings, a couple of which are actual coding errors.Paul Selkirk
2017-07-31Report UART receive queue length, so we can tune it.Paul Selkirk
2017-04-27Replace the RTOS with a simple cooperative tasker.Paul Selkirk
There are no priorities and no preemption, so tasks run in a round-robin fashion, and explicitly yield control.