summaryrefslogtreecommitdiff
path: root/apps/system/zmodem
Commit message (Expand)AuthorAgeFilesLines
* Fixes for more cppcheck complaints.Gregory Nutt2014-11-251-1/+1
* MAINOBJ needs to be added to object list in many MakefileGregory Nutt2014-09-111-1/+1
* Changes to many Makefiles. For kernel buil object containing main cannot go ...Gregory Nutt2014-09-071-13/+23
* Determine the main object name from the main source name in every kernel buil...Gregory Nutt2014-09-071-0/+1
* Add an nm command after every kernel build link to show if there are any unde...Gregory Nutt2014-09-071-0/+1
* Add the main object to the list objects to link in every kernel build link co...Gregory Nutt2014-09-071-1/+1
* Add the main object to the dependencies for the kernel buildGregory Nutt2014-09-071-1/+1
* If now a kernel build, then add the main object in with all of the restGregory Nutt2014-09-071-0/+4
* Update apps/examples/helloxx/MakefileGregory Nutt2014-09-071-1/+1
* 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
* Only one install target per MakefileGregory Nutt2014-09-061-4/+2
* Use more standard *argv[] instead easier **argvGregory Nutt2014-09-062-2/+2
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-062-0/+8
* Add an install target to all makefiles. For the import build, the top-level ...Gregory Nutt2014-09-061-0/+4
* Change all variadic macros to C99 styleGregory Nutt2014-05-221-4/+4
* More trailing whilespace removalGregory Nutt2014-04-133-4/+4
* Fix problems with host build of the Zmodem toolsGregory Nutt2013-07-167-21/+60
* More Zmodem tweaksGregory Nutt2013-07-162-46/+79
* Zmodem utilities can now be built for Linux; Fix some configuration confusionGregory Nutt2013-07-1514-8/+1057
* Minor end-of-the-day Zmodem changesGregory Nutt2013-07-151-4/+3
* Fix file write loopGregory Nutt2013-07-158-30/+91
* Partial fixes for Zmodem RX buffering problems.Gregory Nutt2013-07-156-28/+141
* Fix some Zmodem buffer sizing issuesGregory Nutt2013-07-144-10/+30
* More Zmodem bug fixes: Too many pkttypes; Use wrong packet bufferGregory Nutt2013-07-144-28/+51
* Several fixes realted to receiving Zmodem filesGregory Nutt2013-07-143-25/+33
* Fix an error in the ordering of fields in zm_transition_s structure; update d...Gregory Nutt2013-07-143-6/+35
* Initial check-ing of (non-working) Zmodem receive logicGregory Nutt2013-07-146-95/+1867
* Resolve a few Zmodem sender streaming issuesGregory Nutt2013-07-133-225/+317
* More Zmodem bugfixes and new filesGregory Nutt2013-07-138-21/+2752
* More Zmodem-related changesGregory Nutt2013-07-123-20/+176
* Additional support needed for Zmodem debugGregory Nutt2013-07-121-0/+18
* A few more zmodem files; still missing a few but those are still fragile and ...Gregory Nutt2013-07-126-15/+2074
* Build/test framework for the Zmodem sz and rz commands which are on their wayGregory Nutt2013-07-125-0/+366