summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/pcode.c
Commit message (Expand)AuthorAgeFilesLines
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-2/+2
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-6/+8
* nuttx/sched: Remove explicit references to errno. That is a problem from wi...Gregory Nutt2014-08-281-7/+7
* Move P-Code execution logic from interpreters/prun to system/prunGregory Nutt2014-05-091-1/+1
* Make sure apps/examples/pashello still builds; update comments; refresh confi...Gregory Nutt2014-05-091-1/+2
* Create P-Code execution helper in apps/interpreters/prun; The P-Code binary f...Gregory Nutt2014-05-091-4/+22
* P-code BINFMT: Add logic to pass information from the binfmt logic to the P-...Gregory Nutt2014-05-081-14/+147
* Minor fix to debug formatGregory Nutt2014-05-081-1/+1
* Add a ROMFS file system for testing the P-Code binary formatGregory Nutt2014-05-081-5/+142
* BINFMT: A framework to support a P-code binary format (a work in progress)Gregory Nutt2014-05-071-0/+246