about summary refs log tree commit diff
path: root/library/std/src/sys/xous
AgeCommit message (Expand)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-1194/+0
2023-12-06Auto merge of #117072 - betrusted-io:unwinding-crate-support, r=cuviperbors-1/+28
2023-12-06std: xous: take eh_frame address from main argsSean Cross-1/+28
2023-10-18std: send free message when xous thread parker is droppedjoboet-1/+7
2023-10-18std: implement thread parking for xousjoboet-1/+88
2023-08-22std: xous: add support for locksSean Cross-1/+306
2023-08-22std: xous: add thread_local_keySean Cross-1/+190
2023-08-22std: xous: add thread supportSean Cross-1/+144
2023-08-22std: xous: add support for timeSean Cross-1/+57
2023-08-22std: xous: add output support for stdioSean Cross-1/+131
2023-08-22std: xous: add alloc supportSean Cross-1/+62
2023-08-22std: xous: the basics of `os`Sean Cross-1/+147
2023-08-22libstd: add xous to libstdSean Cross-0/+44