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/incubator-nuttx-apps.git.
from b97395d nimble: point to upstream, improve Makefile new c3494c3 examples: Added watcher and watched examples. new cb1a424 examples/readme.txt: Added information about watcher example. 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: examples/README.md | 57 ++++ examples/watched/Kconfig | 35 +++ {canutils/candump => examples/watched}/Make.defs | 6 +- examples/{hdc1008_demo => watched}/Makefile | 19 +- examples/watched/watched.c | 176 ++++++++++++ .../watched/watched.h | 57 ++-- examples/watched/watched_main.c | 180 ++++++++++++ examples/watcher/Kconfig | 49 ++++ {fsutils/ipcfg => examples/watcher}/Make.defs | 6 +- examples/{ipcfg => watcher}/Makefile | 17 +- examples/watcher/ramdisk.c | 138 +++++++++ .../watcher/ramdisk.h | 34 +-- examples/watcher/task_mn.c | 313 +++++++++++++++++++++ .../watcher/task_mn.h | 55 ++-- examples/watcher/watcher_main.c | 234 +++++++++++++++ examples/watcher/wdt.c | 162 +++++++++++ .../lv_tick_interface.h => examples/watcher/wdt.h | 37 ++- 17 files changed, 1474 insertions(+), 101 deletions(-) create mode 100644 examples/watched/Kconfig copy {canutils/candump => examples/watched}/Make.defs (89%) copy examples/{hdc1008_demo => watched}/Makefile (73%) create mode 100644 examples/watched/watched.c copy graphics/lvgl/lv_tick_interface.h => examples/watched/watched.h (67%) create mode 100644 examples/watched/watched_main.c create mode 100644 examples/watcher/Kconfig copy {fsutils/ipcfg => examples/watcher}/Make.defs (89%) copy examples/{ipcfg => watcher}/Makefile (75%) create mode 100644 examples/watcher/ramdisk.c copy graphics/lvgl/lv_tick_interface.h => examples/watcher/ramdisk.h (80%) create mode 100644 examples/watcher/task_mn.c copy graphics/lvgl/lv_tick_interface.h => examples/watcher/task_mn.h (67%) create mode 100644 examples/watcher/watcher_main.c create mode 100644 examples/watcher/wdt.c copy graphics/lvgl/lv_tick_interface.h => examples/watcher/wdt.h (82%)