about summary refs log tree commit diff
path: root/library/std/src/sys/xous/thread.rs
AgeCommit message (Collapse)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-144/+0
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>