summaryrefslogtreecommitdiff
path: root/apps/system/hex2bin/hex2mem_main.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes for more cppcheck complaints.Gregory Nutt2014-11-251-2/+1
* Use more standard *argv[] instead easier **argvGregory Nutt2014-09-061-1/+1
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-061-0/+4
* hex2bin: Add alternative interface layers to illustrate how to load programsGregory Nutt2014-06-161-8/+7
* hex2mem: Like hex2bin, but writes Intel HEX files directly to memoryGregory Nutt2014-06-161-0/+248