summaryrefslogtreecommitdiff
path: root/apps/system/prun
Commit message (Collapse)AuthorAgeFilesLines
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-061-0/+4
|
* Add an install target to all makefiles. For the import build, the top-level ↵Gregory Nutt2014-09-061-0/+6
| | | | Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
* Move prun from interpreters/ to system/; And an NSH built-in appliation ↵Gregory Nutt2014-05-093-2/+233
| | | | that can be used to execute P-Code files from the NSH command line
* Move P-Code execution logic from interpreters/prun to system/prunGregory Nutt2014-05-096-0/+359