summaryrefslogtreecommitdiffstats
path: root/apps/nshlib
AgeCommit message (Expand)AuthorFilesLines
2012-02-11Add dmesg command that can be used to dump the syslogpatacongo4-95/+139
2012-02-05FTPD daemon and example now build without errorspatacongo3-33/+104
2012-02-02Tried to get the Composite driver working on the LPC2148 (and failed)patacongo2-0/+591
2012-02-02NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo20-1455/+439
2012-02-01Use realine instead of fgets in several other placespatacongo2-1/+9
2012-02-01Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo3-6/+24
2012-01-25More name changes: USBSER->PL2303 CDCSER->CDCACMpatacongo1-2/+2
2012-01-24If we are using a USB serial console, then NSH must wait for the USB device t...patacongo5-55/+233
2011-09-01Fix errors in gmtime and gmtime_rpatacongo2-3/+15
2011-09-01Add NSH date commandpatacongo4-0/+345
2011-07-16Make NX and NXTEXT built-ins; extend stm3210e-eval/nsh2 config to run the NX ...patacongo1-0/+5
2011-07-04Correct several errors in STM32 serial port configurationpatacongo2-1/+7
2011-07-04Add stm32/nsh2 config; Add option to use any TTY for NSH consolepatacongo2-52/+121
2011-06-21Remove unused header files; eliminate warningspatacongo2-3/+3
2011-06-17Elminate some warnings on tiny systemspatacongo3-8/+9
2011-06-05More FTP bug fixespatacongo1-3/+11
2011-06-03More FTP fixespatacongo1-1/+1
2011-06-03More FTP bugfixespatacongo2-27/+20
2011-06-01Add a simple shell and configuration to verify the FTP client librarypatacongo1-3/+3
2011-05-21Add E1000 PIC NIC driver from Yu Qiangpatacongo2-3/+43
2011-05-07Mostly cosmetic changes from Urospatacongo1-15/+13
2011-04-16THTTPD works on LPCXpressopatacongo1-1/+1
2011-04-15Add time and uptimepatacongo1-0/+16
2011-04-13Fix error in strrch()patacongo1-1/+2
2011-04-10Changes for clean build of app/ directory with Windows toolchainpatacongo1-1/+5
2011-04-07Fix AVR build, Add hooks for kernel threadspatacongo1-1/+9
2011-04-06Attach mem mgmt fault handle if MPU is enabledpatacongo1-2/+4
2011-04-05Progress toward kernel buildpatacongo2-2/+4
2011-04-03Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo1-0/+1
2011-04-03New LIS331DL driver and VSN updates from Urospatacongo1-1/+6
2011-04-01Update apps/ Makefiles to fix environmental bugpatacongo1-4/+2
2011-03-28Renamed nuttapp to namedapp; add binfs to nammedapp/patacongo2-4/+4
2011-03-26Incorporate changes from Uros Platisepatacongo1-1/+8
2011-03-24apps/ initialization now occurs during the earlier context build phasepatacongo1-3/+5
2011-03-20More build fixespatacongo1-3/+3
2011-03-20Move nuttx/examples to apps/examplespatacongo4-4/+4
2011-03-19Move nuttx/netutils to apps/netutilspatacongo1-8/+2
2011-03-19Additional changes for clean NSH buildpatacongo3-11/+12
2011-03-18Update documentation, change CONFIG_EXAMPLES_NSH to CONFIG_NSHpatacongo17-311/+311
2011-03-18Move NSH to apps/ as librarypatacongo19-0/+9063