This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from a3bbea86f remove the check that progname matches mainsrc new 529c0f1fc system: use fileno to get stream file descriptor new 91a682f11 testing: add test application for fopencookie utility The 2 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/cle/cle.c | 8 +- system/readline/readline.c | 8 +- {examples/netpkt => testing/fopencookie}/Kconfig | 9 +- .../fmsynth => testing/fopencookie}/Make.defs | 6 +- testing/{smart_test => fopencookie}/Makefile | 8 +- testing/fopencookie/README.md | 13 + testing/fopencookie/fopencookie.c | 309 +++++++++++++++++++++ 7 files changed, 347 insertions(+), 14 deletions(-) copy {examples/netpkt => testing/fopencookie}/Kconfig (52%) copy {audioutils/fmsynth => testing/fopencookie}/Make.defs (87%) copy testing/{smart_test => fopencookie}/Makefile (89%) create mode 100644 testing/fopencookie/README.md create mode 100644 testing/fopencookie/fopencookie.c