zephyr/lib/posix/shell
Yong Cong Sin 45c554d082 posix: shell: introduce top level posix command
Added a top level `posix` shell command for other POSIX
commands. Currently only `uname` is supported.

New POSIX commands can be added by including the
`posix_shell.h` header and use the `POSIX_CMD_ADD` helper
macro.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
2024-01-18 10:54:32 +01:00
..
CMakeLists.txt posix: shell: introduce top level posix command 2024-01-18 10:54:32 +01:00
Kconfig posix: shell: introduce top level posix command 2024-01-18 10:54:32 +01:00
Kconfig.uname posix: shell: introduce top level posix command 2024-01-18 10:54:32 +01:00
posix_shell.c posix: shell: introduce top level posix command 2024-01-18 10:54:32 +01:00
posix_shell.h posix: shell: introduce top level posix command 2024-01-18 10:54:32 +01:00
uname.c posix: shell: introduce top level posix command 2024-01-18 10:54:32 +01:00