summaryrefslogtreecommitdiff
path: root/apps/nshlib
Commit message (Expand)AuthorAgeFilesLines
* Fixes to apps/*/Make.defs files needed for auto-configuration buildpatacongo2012-08-141-1/+1
* I learned how to spell PSEUDOpatacongo2012-08-052-17/+16
* Update NSH documentation; Add option to reduce size of help commnd without co...patacongo2012-08-042-6/+30
* Fix max filename size report by FAT statfs with long file names; Add missing ...patacongo2012-08-042-82/+251
* Add the NSH df commandpatacongo2012-08-044-32/+90
* Extend the NSH mount command so that it will enumerate mountpoints if no argu...patacongo2012-08-035-231/+407
* Improve capability to traverse inodes in the NuttX psuedo-filesystem; now ret...patacongo2012-08-031-1/+1
* Move RAMLOG driver to drivers/syslog; Add ability to output debug information...patacongo2012-08-023-4/+8
* Lock the scheduler when starting NSH builtin applications to eliminate race c...patacongo2012-07-282-32/+67
* PM update; NSH extension to catch return valuespatacongo2012-07-282-17/+72
* Fix some questionable MAC addressespatacongo2012-07-191-4/+4
* Prep for 6.19 releasenuttx-6.19patacongo2012-06-153-8/+14
* Improve NFS retry logicpatacongo2012-06-141-1/+2
* Clean up NFS user interface; Fix NFS disconnect bugpatacongo2012-06-141-3/+1
* Minor change to NFS interfacepatacongo2012-06-141-2/+1
* NFS just finished a major weight reduction programpatacongo2012-06-142-74/+7
* Add NSH mv commandpatacongo2012-06-114-6/+65
* First round of compile fixes for IPv6patacongo2012-06-071-1/+10
* Massive naming fix: STMPE11->STMPE811patacongo2012-05-291-1/+72
* Add support for the USB trace cability in NSH when a USB console is usedpatacongo2012-05-264-14/+99
* remove a warningpatacongo2012-05-261-3/+1
* Now have to press enter 3 times to start with USB NSH consolepatacongo2012-05-261-7/+41
* Fix packet size calculation in CDC/ACM and PL2303 USB serial driverspatacongo2012-05-253-4/+75
* NFS updatepatacongo2012-05-181-3/+1
* Update of NSH nfsmount commandpatacongo2012-05-142-18/+24
* NxWidgets: Fix a potential deadlock that can occur waiting for toolbard geome...patacongo2012-05-071-5/+5
* Add configuration for testing NxWMpatacongo2012-05-071-1/+2
* NSH fixpatacongo2012-05-071-4/+7
* Add GPIO support to STMPE11 driver; NFS updatepatacongo2012-05-051-27/+16
* NSF updatepatacongo2012-05-031-2/+1
* NSF updatepatacongo2012-05-031-19/+29
* NFS updatepatacongo2012-04-231-18/+20
* NFS fixespatacongo2012-04-231-5/+6
* NFS updatespatacongo2012-04-231-10/+6
* Kconfig updated + NFS updatepatacongo2012-04-231-5/+47
* More NFS updatespatacongo2012-04-211-0/+6
* More NFS updatespatacongo2012-04-202-3/+137
* 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