commit | 59adf0bb74a2b28f4a530d349bd8c656509683d1 | [log] [tgz] |
---|---|---|
author | Yong Cong Sin <ycsin@meta.com> | Wed Jul 05 00:21:37 2023 +0800 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Sun Jul 09 16:57:16 2023 -0400 |
tree | d2e2b0a6416dabb6f56de10cb05ea93caa82f2ad | |
parent | 4580708f5429f1b4c9240abe5da0ff32fc441d95 [diff] |
samples: posix: add sample for uname Add a simple, testable sample to print everything in the utsname struct, and added a `uname` shell cmd basically copied from nuttx just for fun. Signed-off-by: Yong Cong Sin <ycsin@meta.com>