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/incubator-nuttx-apps.git.
from 54b375d examples: Fix elf/module/posix_spawn sometimes parallel build
errors at link time
new 1a9444a Remove support for CONFIG_FS_WRITABLE and CONFIG_FS_READABLE
new da31673 Run nxstyle against all modified .c and .h files
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/mount/mount.h | 43 ++++++---------------
fsutils/passwd/Kconfig | 2 -
fsutils/passwd/Makefile | 43 ++++++---------------
fsutils/passwd/passwd.h | 50 +++++++++---------------
graphics/nxwm/Kconfig | 2 +-
graphics/nxwm/src/nxwm_main.cxx | 2 +-
include/fsutils/passwd.h | 47 ++++++++--------------
interpreters/bas/Kconfig | 1 -
nshlib/Kconfig | 6 +--
nshlib/README.txt | 26 ++++++-------
nshlib/nsh.h | 86 ++++++++++++++++-------------------------
nshlib/nsh_command.c | 54 +++++++++-----------------
nshlib/nsh_fscmds.c | 59 ++++++++++------------------
nshlib/nsh_mntcmds.c | 56 +++++++++------------------
nshlib/nsh_passwdcmds.c | 47 ++++++++--------------
testing/fstest/Kconfig | 1 -
testing/ostest/Kconfig | 2 +-
17 files changed, 184 insertions(+), 343 deletions(-)