This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from 3a255d546 testing/drivers/crypto: Fix typo on hash test
new 0d35e2e0b system/popen: add dpopen/dpclose fd-based interface
new 740fda963 system/popen: support no-shell mode via posix_spawnp
new 97802bd9e testing/libc/popen: add popen/dpopen test for shell and
no-shell modes
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
system/popen/CMakeLists.txt | 2 +-
system/popen/Kconfig | 40 ++-
system/popen/Makefile | 4 +-
system/popen/dpopen.c | 374 +++++++++++++++++++++
system/popen/popen.c | 298 +++-------------
.../capture => testing/libc/popen}/CMakeLists.txt | 10 +-
testing/libc/popen/Kconfig | 16 +
{audioutils/lame => testing/libc/popen}/Make.defs | 6 +-
{netutils/plcatool => testing/libc/popen}/Makefile | 10 +-
testing/libc/popen/popen_test.c | 250 ++++++++++++++
10 files changed, 730 insertions(+), 280 deletions(-)
create mode 100644 system/popen/dpopen.c
copy {examples/capture => testing/libc/popen}/CMakeLists.txt (89%)
create mode 100644 testing/libc/popen/Kconfig
copy {audioutils/lame => testing/libc/popen}/Make.defs (89%)
copy {netutils/plcatool => testing/libc/popen}/Makefile (90%)
create mode 100644 testing/libc/popen/popen_test.c