Add an example for testing the ELF loader
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5260 42af7a65-404d-4744-a932-0658087f49c3
Showing
- ChangeLog.txt 2 additions, 1 deletionChangeLog.txt
- examples/Kconfig 4 additions, 0 deletionsexamples/Kconfig
- examples/Make.defs 4 additions, 0 deletionsexamples/Make.defs
- examples/Makefile 1 addition, 1 deletionexamples/Makefile
- examples/elf/Kconfig 13 additions, 0 deletionsexamples/elf/Kconfig
- examples/elf/Makefile 98 additions, 0 deletionsexamples/elf/Makefile
- examples/elf/elf_main 224 additions, 0 deletionsexamples/elf/elf_main
- examples/elf/tests/Makefile 100 additions, 0 deletionsexamples/elf/tests/Makefile
- examples/elf/tests/errno/Makefile 59 additions, 0 deletionsexamples/elf/tests/errno/Makefile
- examples/elf/tests/errno/errno.c 83 additions, 0 deletionsexamples/elf/tests/errno/errno.c
- examples/elf/tests/hello++/Makefile 116 additions, 0 deletionsexamples/elf/tests/hello++/Makefile
- examples/elf/tests/hello++/hello++1.cpp 60 additions, 0 deletionsexamples/elf/tests/hello++/hello++1.cpp
- examples/elf/tests/hello++/hello++2.cpp 123 additions, 0 deletionsexamples/elf/tests/hello++/hello++2.cpp
- examples/elf/tests/hello++/hello++3.cpp 132 additions, 0 deletionsexamples/elf/tests/hello++/hello++3.cpp
- examples/elf/tests/hello++/hello++4.cpp 150 additions, 0 deletionsexamples/elf/tests/hello++/hello++4.cpp
- examples/elf/tests/hello/Makefile 58 additions, 0 deletionsexamples/elf/tests/hello/Makefile
- examples/elf/tests/hello/hello.c 78 additions, 0 deletionsexamples/elf/tests/hello/hello.c
- examples/elf/tests/longjmp/Makefile 58 additions, 0 deletionsexamples/elf/tests/longjmp/Makefile
- examples/elf/tests/longjmp/longjmp.c 128 additions, 0 deletionsexamples/elf/tests/longjmp/longjmp.c
- examples/elf/tests/mkdirlist.sh 35 additions, 0 deletionsexamples/elf/tests/mkdirlist.sh
Loading
Please register or sign in to comment