summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/builtin.c
Commit message (Expand)AuthorAgeFilesLines
* nuttx/sched: Remove explicit references to errno. That is a problem from wi...Gregory Nutt2014-08-281-3/+3
* P-code BINFMT: Add logic to pass information from the binfmt logic to the P-...Gregory Nutt2014-05-081-0/+1
* BINFMT: A framework to support a P-code binary format (a work in progress)Gregory Nutt2014-05-071-2/+2
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* NSH will now run files from the file system; Add logic to unload and clean-up...patacongo2013-01-171-2/+2
* Add logic to automatically unload module on exit; Several patches from Mike S...patacongo2013-01-171-3/+5
* Change the way thread priority is handled in binfmt/ to better match the way ...patacongo2013-01-171-0/+1
* Add a binary 'loader' so that builtin applications can be executed from the B...patacongo2013-01-161-0/+195