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 0c572e167 Update serialrx_main.c
add 8cc06ac5c testing/monkey: refact monkey test
No new revisions were added by this update.
Summary of changes:
testing/monkey/Kconfig | 62 +---
testing/monkey/monkey.c | 16 +-
testing/monkey/monkey_event.c | 193 +++++++++++++
.../ptpd.h => testing/monkey/monkey_event.h | 44 +--
testing/monkey/monkey_log.c | 11 +-
testing/monkey/monkey_log.h | 53 ++--
testing/monkey/monkey_main.c | 317 +++++++++++++++++----
testing/monkey/monkey_proc.c | 71 +----
testing/monkey/monkey_type.h | 26 +-
testing/monkey/monkey_utils.c | 60 ++++
testing/monkey/monkey_utils.h | 12 +
11 files changed, 609 insertions(+), 256 deletions(-)
create mode 100644 testing/monkey/monkey_event.c
copy include/netutils/ptpd.h => testing/monkey/monkey_event.h (74%)