summaryrefslogtreecommitdiffstats
path: root/commands/bthread.c
Commit message (Collapse)AuthorAgeFilesLines
* commands: add new bthread test commandAhmad Fatoum2021-03-221-0/+195
This command is meant to show how to use the bthread API as well as help with debugging. It's a bit overcomplicated to exercise aspects of the API, like scheduling from both secondary and primary thread. Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>