| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-08-22 | std: xous: add support for locks | Sean Cross | -0/+4 | |
| Add support for Condvar, Mutex, and RWLock. These are all backed by the ticktimer server. Signed-off-by: Sean Cross <sean@xobs.io> | ||||
| 2023-08-22 | std: xous: add services support | Sean Cross | -0/+129 | |
| Xous has a concept of `services` that provide various features. Processes may connect to these services by name or by address. Most services require a name server in order to connect. Add a file with the most common services, and provide a way to connect to a service by querying the name server. Signed-off-by: Sean Cross <sean@xobs.io> | ||||
