Xiang Xiao
|
e806097c70
|
Application.mk and main.c files: Change builtin's entry point from main to xxx_main by macro expansion. This change make the entry point fully compliant with POSIX/ANSI standard.
|
2019-10-06 06:14:56 -06:00 |
|
Xiang Xiao
|
e829f047bc
|
apps/; Change space to tab and help to ---help--- in Kconfig files.
|
2019-10-05 21:37:19 -06:00 |
|
Gregory Nutt
|
f5eeaf1fb6
|
examples/module: Add support for automounting removable media. This involves a wait for the block driver to become available before performing the mount.
|
2018-08-05 15:35:38 -06:00 |
|
Gregory Nutt
|
6210fcae8b
|
apps/examples/elf: Update some Kconfig comments.
|
2018-08-04 16:38:46 -06:00 |
|
Gregory Nutt
|
8572f223ae
|
apps/examples/elf: If the test ELF files are on media in removable meda such as SD or USB FLASH, the wait until the media has been installed and initialized before starting the test.
|
2018-08-04 16:24:02 -06:00 |
|
Gregory Nutt
|
ba2d9e7c42
|
apps/examples/elf: CROMFS and ROMFS configuration currently only usable in FLAT build. Add configuration to use ELF objects on external media like SD card or USB drive instead.
|
2018-08-04 13:10:40 -06:00 |
|
Gregory Nutt
|
4db29bc2eb
|
apps/examples/elf: Correct some Kconfig coments.
|
2018-07-16 12:10:16 -06:00 |
|
Gregory Nutt
|
12baeaa22d
|
apps/examples/elf: Add an option to strip debug symbols even if the debug symbols are enabled in the base code.
|
2018-03-25 10:13:50 -06:00 |
|
Gregory Nutt
|
dbdfad8ff5
|
apps/examples/elf: Extend the ELF program module demo so that you can use compressed ELF programs with CROMFS.
|
2018-03-24 11:36:20 -06:00 |
|
Gregory Nutt
|
1db7d34a84
|
examples/elf and nxff: Won't build with CONFIG_BUILD_KERNEL because the interface exec() is not available in that configuration. Also, remove a stray comma and a stray semacolon in examples/pty_test/Kconfig and examples/random/Kconfig
|
2017-10-06 15:13:00 -06:00 |
|
Gregory Nutt
|
56814bec38
|
apps/examples: In elf and nxflat examples, remove low-level interfaces and replace with call to exec().
|
2017-10-02 14:32:17 -06:00 |
|
Gregory Nutt
|
d5b6949c9f
|
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
|
2015-06-28 08:14:53 -06:00 |
|
Gregory Nutt
|
5f6b3276a2
|
apps/examples/elf: Add configuration optionst o support building the hello++4 example that depends upon having uClibc++ available. From Leo aloe3132.
|
2015-05-29 11:47:40 -06:00 |
|
Gregory Nutt
|
c38a108343
|
Copy more logic from nuttx/tools/Config.mk into the Make.defs file. Plus trivial related changes
|
2014-09-05 11:25:34 -06:00 |
|
Gregory Nutt
|
7b721a8b17
|
The ELF test/example has been extended so the individual ELF test programs can link against the SYSCALL library (if it is available) or against the C library to eliminate or minimize the need for symbol tables (2014-8-29).
|
2014-08-29 07:20:07 -06:00 |
|
Gregory Nutt
|
745de760de
|
Add a ROMFS file system for testing the P-Code binary format
|
2014-05-08 11:08:01 -06:00 |
|
patacongo
|
90d055bbfa
|
More ELF loader changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5261 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-25 22:10:56 +00:00 |
|
patacongo
|
9358ec5a1f
|
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
|
2012-10-25 20:06:46 +00:00 |
|