summary refs log tree commit diff
path: root/library/std/src/sys/xous/thread.rs
AgeCommit message (Collapse)AuthorLines
2023-08-22std: xous: add thread supportSean Cross-0/+144
Add initial support for threads on Xous. This includes thread creation and joining. Signed-off-by: Sean Cross <sean@xobs.io>