summaryrefslogtreecommitdiff
path: root/apps/system/hex2bin/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Customize the program name in the generic setup that was added to each makefi...Gregory Nutt2014-09-061-1/+1
* Add generic setup logic to every Makefile that installs a program. Each will...Gregory Nutt2014-09-061-0/+9
* Fix all install targetsGregory Nutt2014-09-061-4/+4
* Oops wrong elseGregory Nutt2014-09-061-1/+1
* Add missing else from last big changeGregory Nutt2014-09-061-0/+1
* Add program installation for CONFIG_BUILD_KERNEL in all Makefiles that build ...Gregory Nutt2014-09-061-0/+9
* Add an install target to all makefiles. For the import build, the top-level ...Gregory Nutt2014-09-061-0/+2
* 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