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 ba3baa5 examples: ftpc: Fix style violations in ftpc_main.c
new 0c60624 Update make dependency for
elf/module/nxflat/posix_spawn/sotest/thttpd
new 79e544f exmaples: some nxstyle fixes for module/sotest/thttpd
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:
Application.mk | 2 +-
examples/elf/Makefile | 17 +++++++++--
examples/elf/elf_main.c | 19 ++++++-------
examples/elf/tests/.gitignore | 6 ++--
examples/elf/tests/Makefile | 20 ++++++-------
examples/elf/tests/mkdirlist.sh | 7 ++---
examples/module/Makefile | 20 ++++++++-----
examples/module/drivers/.gitignore | 4 +--
examples/module/drivers/Makefile | 18 ++++++------
examples/module/module_main.c | 14 ++++++----
examples/nxflat/Makefile | 7 ++++-
examples/nxflat/nxflat_main.c | 18 ++++++++----
examples/nxflat/tests/.gitignore | 6 ++--
examples/nxflat/tests/Makefile | 20 ++++++-------
examples/nxflat/tests/mkdirlist.sh | 5 +---
examples/nxflat/tests/mksymtab.sh | 20 +++++++++----
examples/posix_spawn/Makefile | 5 ++--
examples/posix_spawn/filesystem/.gitignore | 2 +-
examples/posix_spawn/filesystem/Makefile | 12 ++++----
examples/posix_spawn/spawn_main.c | 5 ++--
examples/sotest/Makefile | 9 ++++--
examples/sotest/lib/.gitignore | 2 +-
examples/sotest/lib/Makefile | 12 ++++----
examples/sotest/sotest_main.c | 14 ++++++++--
examples/thttpd/Makefile | 10 ++++++-
examples/thttpd/content/.gitignore | 4 +--
examples/thttpd/content/Makefile.binfs | 12 ++++----
examples/thttpd/content/Makefile.nxflat | 18 ++++++------
examples/thttpd/content/mksymtab.sh | 21 +++++++++-----
examples/thttpd/thttpd_main.c | 45 +++++++++++++++++++-----------
30 files changed, 226 insertions(+), 148 deletions(-)