summaryrefslogtreecommitdiff
path: root/apps/system/hex2bin/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add an install target to all makefiles. For the import build, the top-level ↵Gregory Nutt2014-09-061-0/+2
| | | | Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
* hex2bin: Add alternative interface layers to illustrate how to load programsGregory Nutt2014-06-161-1/+1
|
* hex2mem: Like hex2bin, but writes Intel HEX files directly to memoryGregory Nutt2014-06-161-6/+27
|
* hex2bin: Fix a typo in the stack sizeGregory Nutt2014-06-161-1/+1
|
* hex2bin: Needs a little larger stackGregory Nutt2014-06-161-2/+5
|
* Fix an error in exec(). argv[] has not being passedGregory Nutt2014-06-151-2/+6
|
* Add conversion of Intel HEX to binaryGregory Nutt2014-06-151-0/+108