summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
2012-03-31Fix read() return value for the case of permissions problempatacongo3-3/+5
2012-03-30Add framework in NxConsole to support VT100 escape sequencespatacongo1-0/+2
2012-03-30Add ASCII and VT100 header filespatacongo1-17/+13
2012-03-29Can now run an NSH session within an NX windowpatacongo7-146/+156
2012-03-28NFS updatepatacongo1-0/+6
2012-03-28NX console should only be available if NX multi-user mode is enabledpatacongo5-162/+55
2012-03-28NX console updatespatacongo4-19/+49
2012-03-28More NX Console fixes... good progress but still not ready for prime timepatacongo2-3/+39
2012-03-28NFS updatepatacongo2-2/+37
2012-03-27Updaes for NX Consolepatacongo3-6/+29
2012-03-27Add a test for the NX console devicepatacongo9-4/+1473
2012-03-22NFS update + make some examples configurable as NSH built-inspatacongo11-216/+75
2012-03-21Move file-system header files to include/nuttx/fspatacongo8-13/+13
2012-03-17NFS update; fix STM32 enabling of CAN2 clockpatacongo1-4/+4
2012-03-14Extend examples/can so that it can be used in other contextspatacongo4-5/+56
2012-03-13Add a PIC32 configuration that supports only a Telnet consolepatacongo1-3/+3
2012-03-13Fix some multiply defined symbols by making some staticpatacongo2-6/+6
2012-03-10Prep for 6.16 releasepatacongo1-1/+3
2012-03-06Add support for use of a USB serial device to provide NSH console I/O. Verif...patacongo6-4/+45
2012-03-06The PIC32 USB device driver is (finally) functionalpatacongo1-1/+1
2012-03-04Several fixes to the PIC32 USB device OUT path logicpatacongo2-5/+29
2012-03-03Move all non-standard, NuttX header files into include/nuttx/netpatacongo27-46/+42
2012-02-29A little more work (but not much progress) on the PIC32 USB device driverpatacongo8-18/+113
2012-02-28Add logic to NSH startup to call C++ static initializers on startuppatacongo2-0/+10
2012-02-28Add support for C++ static constructors (at least to a few platforms)patacongo2-15/+71
2012-02-28Extend CDC/ACM driver so that can be connected/disconnected under software co...patacongo9-12/+406
2012-02-26Add single precision operations to FPU testpatacongo1-29/+80
2012-02-25readline() (and hence NSH) now accept the DEL character as well as the Backsp...patacongo2-6/+27
2012-02-25Fix bugs in lazy FPU register savingpatacongo1-49/+64
2012-02-24Add a test to verify that FPU registers are properly saved and restored on co...patacongo5-11/+307
2012-02-23Fix an error the TCP/IP received sequence number countingpatacongo1-42/+42
2012-02-21Misc fixes to quadrature encoder debug outputpatacongo1-1/+1
2012-02-21STM32 SDIO DMA: Ignore DMA FIFO errors; these seem to be bogus. SD multiple ...patacongo1-5/+5
2012-02-18Correct a buffer size error in the STM32 ethernet driverpatacongo1-1/+1
2012-02-18Correct and error in recv() and recvfrom() return valuepatacongo16-52/+92
2012-02-16Document recvfrom() bugpatacongo1-4/+8
2012-02-15Fixes all known FTP server bugspatacongo1-22/+80
2012-02-15Minor FTPD updatespatacongo1-4/+9
2012-02-15Extend the Quad Encoder testpatacongo3-6/+41
2012-02-15Add QE support to STM32F4Discovery; add a test of the quadrature encoder driverpatacongo6-3/+570
2012-02-13Prep for 6.15 releasepatacongo1-12/+13
2012-02-11Add dmesg command that can be used to dump the syslogpatacongo5-95/+141
2012-02-09Fix an FTPD bugpatacongo1-1/+1
2012-02-07Fix a bug in the FAT statfs() implementationpatacongo2-14/+10
2012-02-05A little more FTP daemon cleanuppatacongo2-110/+126
2012-02-05Fix more FTP server bugspatacongo2-99/+45
2012-02-05FTP server is marginally functionalpatacongo2-6/+11
2012-02-05FTPD daemon and example now build without errorspatacongo10-464/+563
2012-02-04Add build environment for the FTP daemonpatacongo10-42/+526
2012-02-04Add the beginnings of an FTP serverpatacongo5-0/+4990