summaryrefslogtreecommitdiff
path: root/apps/system
Commit message (Expand)AuthorAgeFilesLines
* 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
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-118-25/+14
* Delete the apps/vsn directory (moved commands to apps/system)patacongo2012-10-043-3/+3
* Delete the apps/vsn directory (moved commands to apps/system)patacongo2012-10-0321-313/+1347
* Cosmetic updates to the ENC28J60 driverpatacongo2012-09-181-0/+1
* Remove executable property from source and make filespatacongo2012-09-134-0/+0
* Email address change in apps/patacongo2012-09-1312-12/+12
* Rename all apps/examples/-/main.c to something uniquepatacongo2012-09-131-1/+1
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-082-22/+24
* Fix scrambled Kconfig Make.defs filespatacongo2012-09-041-8/+8
* Add configurable application entry pointpatacongo2012-08-301-9/+1
* Fixes to apps/*/Make.defs files needed for auto-configuration buildpatacongo2012-08-141-4/+4
* drivers/serial/serial.c open, read, write, and poll methods will not return a...patacongo2012-08-121-5/+45
* More Kconfig updatespatacongo2012-04-142-4/+8
* Developing a new way to handle application configurationspatacongo2012-04-145-3/+89
* Kconfig updatepatacongo2012-04-121-4/+4
* Correction to the ZLP fix for the STM32 F4 OTG FS driverpatacongo2012-04-113-0/+89
* Add kconfig documentationpatacongo2012-04-065-5/+5
* Adding skeleton Kconfig files (part 3 of 2)patacongo2012-04-065-0/+20
* Fix read() return value for the case of permissions problempatacongo2012-03-311-1/+1
* Add ASCII and VT100 header filespatacongo2012-03-301-17/+13
* readline() (and hence NSH) now accept the DEL character as well as the Backsp...patacongo2012-02-251-6/+23
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo2012-02-023-5/+12
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo2012-02-013-3/+434
* Add I2C trace capability; Fix another STM32 I2C/FSMC bug; add verify command ...patacongo2011-09-1810-119/+563
* STM32 I2C driver will now operated in a polled, non-interrupting mode if so c...patacongo2011-09-171-1/+1