about summary refs log tree commit diff
path: root/library/std/src/sys/pal/xous/os
AgeCommit message (Collapse)AuthorLines
2024-10-13std: xous: add support for args and envSean Cross-0/+346
Process arguments and environment variables are both passed by way of Application Parameters. These are a TLV format that gets passed in as the second process argument. This patch combines both as they are very similar in their decode. Signed-off-by: Sean Cross <sean@osdyne.com>