aboutsummaryrefslogtreecommitdiff
path: root/apps/nshlib
Commit message (Expand)AuthorAgeFilesLines
...
* Developing a new way to handle application configurationspatacongo2012-04-142-1/+43
* Kconfig updatespatacongo2012-04-141-5/+19
* Kconfig updatepatacongo2012-04-121-5/+5
* Misc STM32 OTF FS driver fixes + More Kconfig filespatacongo2012-04-111-0/+393
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 3 of 2)patacongo2012-04-061-0/+4
* Fix read() return value for the case of permissions problempatacongo2012-03-312-2/+4
* Move file-system header files to include/nuttx/fspatacongo2012-03-213-3/+3
* Add a PIC32 configuration that supports only a Telnet consolepatacongo2012-03-131-3/+3
* Add support for use of a USB serial device to provide NSH console I/O. Verif...patacongo2012-03-064-4/+39
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-4/+4
* Add dmesg command that can be used to dump the syslogpatacongo2012-02-114-95/+139
* FTPD daemon and example now build without errorspatacongo2012-02-053-33/+104
* Tried to get the Composite driver working on the LPC2148 (and failed)patacongo2012-02-022-0/+591
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo2012-02-0220-1455/+439
* Use realine instead of fgets in several other placespatacongo2012-02-012-1/+9
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo2012-02-013-6/+24
* More name changes: USBSER->PL2303 CDCSER->CDCACMpatacongo2012-01-251-2/+2
* If we are using a USB serial console, then NSH must wait for the USB device t...patacongo2012-01-245-55/+233
* Completes coding of the PWM modulepatacongo2011-12-1920-0/+9581