summaryrefslogtreecommitdiff
path: root/apps/system/hex2bin/hex2bin.c
Commit message (Expand)AuthorAgeFilesLines
* hex2bin: Add alternative interface layers to illustrate how to load programsGregory Nutt2014-06-161-2/+2
* hex2bin: Fix un-necessary seeks because expected address was not being updatedGregory Nutt2014-06-161-1/+7
* hex2bin: Fix some indexing errorsGregory Nutt2014-06-161-25/+30
* hex2bin: Various bugfixesGregory Nutt2014-06-161-10/+17
* hex2dump: Needs to read new character at end of the loopGregory Nutt2014-06-151-2/+7
* hex2bin: Start code should not be in bufferGregory Nutt2014-06-151-1/+8
* Add conversion of Intel HEX to binaryGregory Nutt2014-06-151-0/+685