about summary refs log tree commit diff
path: root/library/std/src/sys/xous/time.rs
AgeCommit message (Collapse)AuthorLines
2024-01-11std: begin moving platform support modules into `pal`joboet-57/+0
2023-08-22std: xous: add support for timeSean Cross-0/+57
Add support for determining the current time. This connects to the ticktimer server in order to get the system uptime. Signed-off-by: Sean Cross <sean@xobs.io>