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 9da2bc069 apps/net: add get iobinfo api
     add 39310946e testing/nuts: NuttX Unit Test Selection (NUTS) application.

No new revisions were added by this update.

Summary of changes:
 {fsutils/mkfatfs => testing/nuts}/CMakeLists.txt   |  19 +-
 testing/nuts/Kconfig                               | 104 +++
 {examples/adc => testing/nuts}/Make.defs           |   6 +-
 testing/{fs/smart_test => nuts}/Makefile           |  23 +-
 testing/nuts/devices/devascii.c                    | 256 ++++++++
 .../nuts/devices/devconsole.c                      | 151 +++--
 testing/nuts/devices/devnull.c                     | 259 ++++++++
 testing/nuts/devices/devurandom.c                  | 276 ++++++++
 testing/nuts/devices/devzero.c                     | 274 ++++++++
 .../minibasic.h => testing/nuts/devices/tests.h    |  61 +-
 testing/nuts/dstructs/cbuf.c                       | 707 +++++++++++++++++++++
 .../nsh_usbtrace.c => testing/nuts/dstructs/list.c | 115 ++--
 .../nuts/dstructs/tests.h                          |  37 +-
 netutils/rtptools/config.h => testing/nuts/nuts.h  |  24 +-
 .../null/null_main.c => testing/nuts/nuts_main.c   |  31 +-
 include/lte/lte_fw_def.h => testing/nuts/tests.h   |  11 +-
 16 files changed, 2172 insertions(+), 182 deletions(-)
 copy {fsutils/mkfatfs => testing/nuts}/CMakeLists.txt (68%)
 create mode 100644 testing/nuts/Kconfig
 copy {examples/adc => testing/nuts}/Make.defs (90%)
 copy testing/{fs/smart_test => nuts}/Makefile (72%)
 create mode 100644 testing/nuts/devices/devascii.c
 copy examples/usrsocktest/usrsocktest_nodaemon.c => 
testing/nuts/devices/devconsole.c (57%)
 create mode 100644 testing/nuts/devices/devnull.c
 create mode 100644 testing/nuts/devices/devurandom.c
 create mode 100644 testing/nuts/devices/devzero.c
 copy include/interpreters/minibasic.h => testing/nuts/devices/tests.h (58%)
 create mode 100644 testing/nuts/dstructs/cbuf.c
 copy nshlib/nsh_usbtrace.c => testing/nuts/dstructs/list.c (59%)
 copy lte/alt1250/alt1250_util.h => testing/nuts/dstructs/tests.h (68%)
 copy netutils/rtptools/config.h => testing/nuts/nuts.h (79%)
 copy examples/null/null_main.c => testing/nuts/nuts_main.c (84%)
 copy include/lte/lte_fw_def.h => testing/nuts/tests.h (85%)

Reply via email to