summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Fix read() return value for the case of permissions problempatacongo2012-03-313-3/+5
* Add framework in NxConsole to support VT100 escape sequencespatacongo2012-03-301-0/+2
* Add ASCII and VT100 header filespatacongo2012-03-301-17/+13
* Can now run an NSH session within an NX windowpatacongo2012-03-297-146/+156
* NFS updatepatacongo2012-03-281-0/+6
* NX console should only be available if NX multi-user mode is enabledpatacongo2012-03-285-162/+55
* NX console updatespatacongo2012-03-284-19/+49
* More NX Console fixes... good progress but still not ready for prime timepatacongo2012-03-282-3/+39
* NFS updatepatacongo2012-03-282-2/+37
* Updaes for NX Consolepatacongo2012-03-273-6/+29
* Add a test for the NX console devicepatacongo2012-03-279-4/+1473
* NFS update + make some examples configurable as NSH built-inspatacongo2012-03-2211-216/+75
* Move file-system header files to include/nuttx/fspatacongo2012-03-218-13/+13
* NFS update; fix STM32 enabling of CAN2 clockpatacongo2012-03-171-4/+4
* Extend examples/can so that it can be used in other contextspatacongo2012-03-144-5/+56
* Add a PIC32 configuration that supports only a Telnet consolepatacongo2012-03-131-3/+3
* Fix some multiply defined symbols by making some staticpatacongo2012-03-132-6/+6
* Prep for 6.16 releasepatacongo2012-03-101-1/+3
* Add support for use of a USB serial device to provide NSH console I/O. Verif...patacongo2012-03-066-4/+45
* The PIC32 USB device driver is (finally) functionalpatacongo2012-03-061-1/+1
* Several fixes to the PIC32 USB device OUT path logicpatacongo2012-03-042-5/+29
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-0327-46/+42
* A little more work (but not much progress) on the PIC32 USB device driverpatacongo2012-02-298-18/+113
* Add logic to NSH startup to call C++ static initializers on startuppatacongo2012-02-282-0/+10
* Add support for C++ static constructors (at least to a few platforms)patacongo2012-02-282-15/+71
* Extend CDC/ACM driver so that can be connected/disconnected under software co...patacongo2012-02-289-12/+406
* Add single precision operations to FPU testpatacongo2012-02-261-29/+80
* readline() (and hence NSH) now accept the DEL character as well as the Backsp...patacongo2012-02-252-6/+27
* Fix bugs in lazy FPU register savingpatacongo2012-02-251-49/+64
* Add a test to verify that FPU registers are properly saved and restored on co...patacongo2012-02-245-11/+307
* Fix an error the TCP/IP received sequence number countingpatacongo2012-02-231-42/+42
* Misc fixes to quadrature encoder debug outputpatacongo2012-02-211-1/+1
* STM32 SDIO DMA: Ignore DMA FIFO errors; these seem to be bogus. SD multiple ...patacongo2012-02-211-5/+5
* Correct a buffer size error in the STM32 ethernet driverpatacongo2012-02-181-1/+1
* Correct and error in recv() and recvfrom() return valuepatacongo2012-02-1816-52/+92
* Document recvfrom() bugpatacongo2012-02-161-4/+8
* Fixes all known FTP server bugspatacongo2012-02-151-22/+80
* Minor FTPD updatespatacongo2012-02-151-4/+9
* Extend the Quad Encoder testpatacongo2012-02-153-6/+41
* Add QE support to STM32F4Discovery; add a test of the quadrature encoder driverpatacongo2012-02-156-3/+570
* Prep for 6.15 releasenuttx-6.15patacongo2012-02-131-12/+13
* Add dmesg command that can be used to dump the syslogpatacongo2012-02-115-95/+141
* Fix an FTPD bugpatacongo2012-02-091-1/+1
* Fix a bug in the FAT statfs() implementationpatacongo2012-02-072-14/+10
* A little more FTP daemon cleanuppatacongo2012-02-052-110/+126
* Fix more FTP server bugspatacongo2012-02-052-99/+45
* FTP server is marginally functionalpatacongo2012-02-052-6/+11
* FTPD daemon and example now build without errorspatacongo2012-02-0510-464/+563
* Add build environment for the FTP daemonpatacongo2012-02-0410-42/+526
* Add the beginnings of an FTP serverpatacongo2012-02-045-0/+4990