This is an automated email from the ASF dual-hosted git repository. acassis pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from 7b42dfc53 boot/nxboot: fix compile errors caused by nxboot_progress add faea03f1f add system/adcscope - streaming tool for ADC No new revisions were added by this update. Summary of changes: system/{cu => adcscope}/CMakeLists.txt | 14 +- system/adcscope/Kconfig | 109 ++++++ {testing/nettest => system/adcscope}/Make.defs | 6 +- {examples/adc => system/adcscope}/Makefile | 18 +- system/adcscope/adcscope_main.c | 482 +++++++++++++++++++++++++ 5 files changed, 608 insertions(+), 21 deletions(-) copy system/{cu => adcscope}/CMakeLists.txt (83%) create mode 100644 system/adcscope/Kconfig copy {testing/nettest => system/adcscope}/Make.defs (89%) copy {examples/adc => system/adcscope}/Makefile (78%) create mode 100644 system/adcscope/adcscope_main.c