summaryrefslogtreecommitdiff
path: root/apps/system
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix I2C/FSMC conflict for STM32; Fix STM32 clock setuppatacongo2011-09-083-4/+35
* Fix a error the the STM32 I2C timeout logicpatacongo2011-09-063-5/+6
* Update I2C READMEpatacongo2011-09-021-3/+73
* Add I2C README filepatacongo2011-09-021-0/+245
* I2C tool no longer hangs on dev commandpatacongo2011-08-303-10/+24
* Initial debug changes to the I2C toolpatacongo2011-08-303-22/+21
* First cut at I2C toolpatacongo2011-08-308-138/+448
* More I2C tool logicpatacongo2011-08-299-121/+515
* Add framework for I2C toolspatacongo2011-08-298-1/+988
* install updates from Urospatacongo2011-05-121-9/+10
* Incorporate install app from Urospatacongo2011-05-127-0/+849