summaryrefslogtreecommitdiff
path: root/apps/system/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add a tiny system application to read the current temperatureGregory Nutt2015-01-061-2/+2
* Add a minimalist implemention of the 'cu' terminal program (part of Taylor U...Gregory Nutt2014-12-131-2/+2
* Add an install target to all makefiles. For the import build, the top-level ...Gregory Nutt2014-09-061-0/+2
* Add a Sudoku gameGregory Nutt2014-08-111-3/+2
* Add support for a network device IOCTL to access PHY registers. Ioctls only ...Gregory Nutt2014-06-271-0/+1
* Add conversion of Intel HEX to binaryGregory Nutt2014-06-151-3/+3
* Add an EMACS-like command line editor that can be used wit NSHGregory Nutt2014-02-021-1/+1
* apps/system/vi: Add new tiny VI work-alike editor. Still a work in progress.Gregory Nutt2014-01-201-2/+2
* Add a tiny INI file parserGregory Nutt2014-01-151-3/+3
* Add apps/system/nxplayer media player from Ken PettitGregory Nutt2013-10-271-3/+3
* Mov apps/examples/composite to apps/system/composite; convert configs/stm3210...Gregory Nutt2013-09-251-2/+3
* Move apps/examples/cdcacm to apps/system/cdcacmGregory Nutt2013-09-251-2/+2
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-251-1/+1
* Add a stack monitoring daemonGregory Nutt2013-09-241-1/+1
* Build/test framework for the Zmodem sz and rz commands which are on their wayGregory Nutt2013-07-121-1/+1
* Add system/flash_eraseall NSH commandGregory Nutt2013-05-011-3/+3
* Misc fixes to get SDRAM support and RAM test to build for the Open1788 platformpatacongo2013-03-271-1/+2
* Beginning of apps/system/usbmonitor (incomplete); more LM4F changes from JPpatacongo2013-01-281-1/+1
* Remove some dependencies of distclean on clean. This should not be necessary...patacongo2012-12-231-1/+1
* Mostly cosmetic build changespatacongo2012-11-161-1/+1
* Fix various build-related typospatacongo2012-11-151-3/+9
* Simple window natives OS test build now works; Probabaly more to do for other...patacongo2012-11-141-13/+12
* Delete the apps/vsn directory (moved commands to apps/system)patacongo2012-10-031-1/+1
* Cosmetic updates to the ENC28J60 driverpatacongo2012-09-181-0/+1
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo2012-02-011-3/+3
* Add framework for I2C toolspatacongo2011-08-291-1/+1
* Incorporate install app from Urospatacongo2011-05-121-0/+70