summaryrefslogtreecommitdiff
path: root/apps/system
Commit message (Expand)AuthorAgeFilesLines
* 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-128-1/+375
* Created new directories to hold SPI-related filesGregory Nutt2013-07-011-1/+1
* Fix integration of RAM test into the build and configuration systemGregory Nutt2013-06-262-0/+8
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-123-9/+6
* Updates to README filesGregory Nutt2013-06-011-397/+400
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-3011-11/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-3011-130/+132
* Misc changes for clean built od mikroe-stm32f4 configurationsGregory Nutt2013-05-011-1/+1
* Add system/flash_eraseall NSH commandGregory Nutt2013-05-018-8/+245
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-0410-0/+117
* Fixes to get SDRAM working on the Open1788. Works but is not reliablepatacongo2013-03-271-42/+139
* Misc fixes to get SDRAM support and RAM test to build for the Open1788 platformpatacongo2013-03-272-2/+2
* Patches for LPC17xx SSP driver from Chris Taglia; patch for RAM test from Rom...patacongo2013-03-271-5/+5
* Add apps/system/ramtest. I will use this for the LPC1788 SDRAM bringuppatacongo2013-03-275-0/+616
* Add an NX/TIFF screenshot from Petteri Aimonen (Patch 0014)patacongo2013-02-281-3/+0
* Fix a readline bug. If a NUL is received, it would return end-of-filepatacongo2013-02-101-9/+13
* All argv types should be char * const * not const char **patacongo2013-02-021-1/+1
* Misc clean; mark assertions as non-returning; allow toolchain prefix to be ov...patacongo2013-01-311-1/+0
* Fix readline return value; Add support for removable serial devicespatacongo2013-01-311-16/+37
* The USB monitor now works with the stm32f4discover/nsh configuration (but not...patacongo2013-01-292-8/+110
* USB monitor daemon updatespatacongo2013-01-292-8/+13
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-282-36/+36
* Beginning of apps/system/usbmonitor (incomplete); more LM4F changes from JPpatacongo2013-01-2811-32/+319
* Some fixes to apps/builtin/registry need to handle some additional casespatacongo2012-12-247-7/+7
* Remove .context kludge from apps/ directorypatacongo2012-12-238-30/+43
* Remove some dependencies of distclean on clean. This should not be necessary...patacongo2012-12-231-1/+1
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-208-32/+32
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-178-47/+63
* Mostly cosmetic build changespatacongo2012-11-161-1/+1
* Fix various build-related typospatacongo2012-11-151-3/+9
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-158-8/+8
* Simple window natives OS test build now works; Probabaly more to do for other...patacongo2012-11-141-13/+12
* Changes to get a clean ez80 build using the ZDS 5.1.1 toolchainpatacongo2012-11-128-16/+48
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-118-17/+16