This is an automated email from the ASF dual-hosted git repository.
xiaoxiang781216 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from 3c0fdc1ff testing/nettest: add checksum zero-length regression test
new 3b86850d2 system/nxinit: fix missing blank line after declaration in
service.c
new a90c12b6d system/nxinit: retry a service whose spawn failed
new bc0ed23a5 system/nxinit: add a per-service "console" option
The 3 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/nxinit/Kconfig | 14 ++++
system/nxinit/service.c | 127 ++++++++++++++++++++++++++++++-
system/nxinit/service.h | 7 ++
system/nxinit/test/test_nxinit.c | 1 +
system/nxinit/test/test_nxinit.h | 1 +
system/nxinit/test/test_nxinit_service.c | 63 +++++++++++++++
6 files changed, 209 insertions(+), 4 deletions(-)