nuttx/binfmt
2014-06-15 13:22:44 -06:00
..
libbuiltin
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
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 Fix an error in exec(). argv[] has not being passed 2014-06-15 13:22:44 -06: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
binfmt_internal.h
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
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
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 ELF: Fix compilation error when CONFIG_ELF_DUMPBUFFER is defined. From Pelle Windestam 2014-06-12 07:53:31 -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
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
symtab_findbyvalue.c
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