9
0
Fork 0
nuttx-bb/nuttx/binfmt
Gregory Nutt c5614e5b45 Updated README and comments 2014-05-10 11:36:20 -06:00
..
libbuiltin NSH will now run files from the file system; Add logic to unload and clean-up after running a task from a file system; Extensions to builtin apps from Mike Smith 2013-01-17 18:32:13 +00:00
libelf BINFMT: A framework to support a P-code binary format (a work in progress) 2014-05-07 13:47:52 -06:00
libnxflat BINFMT: A framework to support a P-code binary format (a work in progress) 2014-05-07 13:47:52 -06:00
libpcode Updated README and comments 2014-05-10 11:36:20 -06:00
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
Kconfig Move P-Code execution logic from interpreters/prun to system/prun 2014-05-09 11:09:43 -06:00
Makefile BINFMT: A framework to support a P-code binary format (a work in progress) 2014-05-07 13:47:52 -06:00
binfmt_dumpmodule.c P-code BINFMT: Add logic to pass information from the binfmt logic to the P-code interpreter. This includes some extension to the binfmt interfaces. 2014-05-08 16:58:10 -06:00
binfmt_exec.c New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv types should be char * const * not const char ** 2013-02-02 19:31:30 +00:00
binfmt_execmodule.c binfmt_execmodule() calls to sched_releasttcb() was not updated to use the second, thread type parameter 2013-03-23 19:06:40 +00:00
binfmt_exepath.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
binfmt_globals.c Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/ 2012-10-24 20:19:44 +00:00
binfmt_internal.h Add a start hook that can be setup to call a function in the context of a new thread before the new threads main() has been called. 2013-01-27 15:52:58 +00:00
binfmt_loadmodule.c P-code BINFMT: Add logic to pass information from the binfmt logic to the P-code interpreter. This includes some extension to the binfmt interfaces. 2014-05-08 16:58:10 -06:00
binfmt_register.c Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/ 2012-10-24 20:19:44 +00:00
binfmt_schedunload.c BINFMT: A framework to support a P-code binary format (a work in progress) 2014-05-07 13:47:52 -06:00
binfmt_unloadmodule.c P-code BINFMT: Add logic to pass information from the binfmt logic to the P-code interpreter. This includes some extension to the binfmt interfaces. 2014-05-08 16:58:10 -06:00
binfmt_unregister.c Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/ 2012-10-24 20:19:44 +00:00
builtin.c P-code BINFMT: Add logic to pass information from the binfmt logic to the P-code interpreter. This includes some extension to the binfmt interfaces. 2014-05-08 16:58:10 -06:00
elf.c P-code BINFMT: Add logic to pass information from the binfmt logic to the P-code interpreter. This includes some extension to the binfmt interfaces. 2014-05-08 16:58:10 -06:00
nxflat.c P-code BINFMT: Add logic to pass information from the binfmt logic to the P-code interpreter. This includes some extension to the binfmt interfaces. 2014-05-08 16:58:10 -06:00
pcode.c Move P-Code execution logic from interpreters/prun to system/prun 2014-05-09 11:09:43 -06:00
symtab_findbyname.c Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/ 2012-10-24 20:19:44 +00:00
symtab_findbyvalue.c Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/ 2012-10-24 20:19:44 +00:00
symtab_findorderedbyname.c STM32: Add more complication to STM32 Kconfig so the correct ADC and CAN options presented for the F401RE. There are still invalid peripheral options being presented 2014-05-06 08:32:21 -06:00
symtab_findorderedbyvalue.c Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/ 2012-10-24 20:19:44 +00:00