This is an automated email from the ASF dual-hosted git repository.
ligd pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
from 2b0a4a20f iptables: add file lock to prevent concurrent overwrite
new 91f55245e apps:modify examples elf compile method
new 27e081131 elf:Delete unnecessary generation, elf does not use kernel
api
new 6630c0878 examples/elf: add support for CONFIG_DISABLE_SIGNALS
new 63e265048 elf:avoid interference between different ELFs generated by
symtab
The 4 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:
{audioutils => examples/elf}/.gitignore | 0
examples/elf/CMakeLists.txt | 8 +-
examples/elf/Make.defs | 4 +-
examples/elf/Makefile | 45 +-----
examples/elf/main/.gitignore | 4 +
examples/elf/{ => main}/CMakeLists.txt | 4 +-
examples/elf/{ => main}/Kconfig | 0
examples/elf/{ => main}/Make.defs | 6 +-
examples/{module => elf}/main/Makefile | 65 +++++----
examples/elf/{ => main}/elf_main.c | 35 ++++-
examples/elf/tests/.gitignore | 1 +
{system/cu => examples/elf/tests}/Make.defs | 26 +++-
examples/elf/tests/Makefile | 132 +----------------
.../{module/chardev => elf/tests/errno}/Kconfig | 0
examples/elf/tests/errno/Makefile | 51 +------
.../{module/chardev => elf/tests/hello}/Kconfig | 0
examples/elf/tests/hello/Makefile | 51 +------
.../{module/chardev => elf/tests/helloxx}/Kconfig | 0
examples/elf/tests/helloxx/Makefile | 157 ++-------------------
.../{module/chardev => elf/tests/longjmp}/Kconfig | 0
examples/elf/tests/longjmp/Makefile | 51 +------
.../{module/chardev => elf/tests/mutex}/Kconfig | 0
examples/elf/tests/mutex/Makefile | 51 +------
.../{module/chardev => elf/tests/pthread}/Kconfig | 0
examples/elf/tests/pthread/Makefile | 51 +------
.../{module/chardev => elf/tests/signal}/Kconfig | 0
examples/elf/tests/signal/Makefile | 51 +------
.../{module/chardev => elf/tests/struct}/Kconfig | 0
examples/elf/tests/struct/Makefile | 53 ++-----
.../{module/chardev => elf/tests/task}/Kconfig | 0
examples/elf/tests/task/Makefile | 51 +------
examples/module/main/Makefile | 5 +-
tools/mksymtab.sh | 97 +++++++++----
33 files changed, 237 insertions(+), 762 deletions(-)
copy {audioutils => examples/elf}/.gitignore (100%)
create mode 100644 examples/elf/main/.gitignore
copy examples/elf/{ => main}/CMakeLists.txt (93%)
rename examples/elf/{ => main}/Kconfig (100%)
copy examples/elf/{ => main}/Make.defs (89%)
copy examples/{module => elf}/main/Makefile (68%)
rename examples/elf/{ => main}/elf_main.c (95%)
copy {system/cu => examples/elf/tests}/Make.defs (55%)
copy examples/{module/chardev => elf/tests/errno}/Kconfig (100%)
copy examples/{module/chardev => elf/tests/hello}/Kconfig (100%)
copy examples/{module/chardev => elf/tests/helloxx}/Kconfig (100%)
copy examples/{module/chardev => elf/tests/longjmp}/Kconfig (100%)
copy examples/{module/chardev => elf/tests/mutex}/Kconfig (100%)
copy examples/{module/chardev => elf/tests/pthread}/Kconfig (100%)
copy examples/{module/chardev => elf/tests/signal}/Kconfig (100%)
copy examples/{module/chardev => elf/tests/struct}/Kconfig (100%)
copy examples/{module/chardev => elf/tests/task}/Kconfig (100%)