nuttx-apps/include
wangjianyu3 3da204c23e Pack parameters of nsh_execute() as struct nsh_exec_param_s
1. Input redirect flags currently is hardcode, passing by arguments maybe better.
2. Only support redirect to path_name, redirect to fd is needed for pipeline.

Test
  1. Redirect in
    cat < /etc/init.d/rc.sysinit

  2. Redirect with FIFO
    mkfifo /dev/testfifo
    cat /dev/testfifo &
    ls > /dev/testfifo

  3. NSH Params
    set name `uname`
    echo $name

Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com>
2024-11-11 10:36:46 +08:00
..
audioutils examples/fmsynth: Fix freaze when execute it in 2nd time 2024-02-28 15:30:26 +08:00
builtin Pack parameters of nsh_execute() as struct nsh_exec_param_s 2024-11-11 10:36:46 +08:00
canutils canutils: Fix minor style issue found in canlib 2024-04-12 15:48:21 -03:00
crypto/controlse controlse: add accesslib for the se05x secure element 2024-04-21 11:20:12 +08:00
fsutils fsutils: passwd: Fix wrong macro 2023-12-21 16:16:20 +01:00
graphics Indent the define statement by two spaces 2023-05-21 07:39:53 +03:00
industry industrial/foc: add options to configure foclib logs 2023-11-05 12:15:03 +08:00
interpreters Fix nuttx coding style 2024-04-18 09:56:48 +08:00
logging/nxscope nxscope/serial: ignore baud configuration if set to 0 2023-10-02 21:46:52 +03:00
lte lte/alt1250: Notice instance information 2024-01-24 22:21:56 +01:00
modbus modbus_master: fix modbus master example 2024-02-17 05:01:18 -08:00
netutils app/netstatistics: Add net statistics api for user 2024-09-12 13:38:38 +08:00
nshlib Pack parameters of nsh_execute() as struct nsh_exec_param_s 2024-11-11 10:36:46 +08:00
platform include: nxstyle fixes 2021-06-11 08:53:57 -05:00
system Add Settings Utility and example app 2024-03-03 02:36:56 +08:00
testing include: nxstyle fixes 2021-06-11 08:53:57 -05:00
wasm tools: Add essential math.h for wasm build 2024-11-06 01:38:10 +08:00
wireless [wireless] add set/get pmksa api for fast-auth 2024-09-12 12:43:52 +08:00
.gitignore Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00