summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tried to get the Composite driver working on the LPC2148 (and failed)patacongo2012-02-023-2/+593
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo2012-02-0226-1509/+509
* Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x ...patacongo2012-02-023-16/+76
* Re-verficatin of examples/telnetd after refactoring of fgets/readline functio...patacongo2012-02-013-2/+37
* Use realine instead of fgets in several other placespatacongo2012-02-015-10/+103
* Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use rea...patacongo2012-02-018-10/+562
* Add tcsetattr and tcgetattrpatacongo2012-02-011-5/+42
* Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes ...patacongo2012-01-312-18/+10
* Numerous cosmetic changes while debugging a telnet driver issuepatacongo2012-01-311-1/+1
* Fix a error the telnet driver read method. Don't return if only protocol stu...patacongo2012-01-312-25/+35
* Various fixes for the telnet driverpatacongo2012-01-312-18/+30
* Get rid of psock.h (bad idea); Add logic to clone the socket structure when w...patacongo2012-01-302-10/+31
* A few more telnet updatespatacongo2012-01-304-13/+23
* Add new psock layer; telnet session is now wrapped in a character devicepatacongo2012-01-3017-738/+1801
* Candidate fix for the libboard.a dependency problem (from Mike Smith)patacongo2012-01-291-0/+3
* Correct a typo in STM32 I2C3 supportpatacongo2012-01-293-6/+68
* Most USB Composite device debugpatacongo2012-01-271-0/+2
* First round of changes from debug of USB composite device (still has problems)patacongo2012-01-273-8/+19
* Add a text for the new composite USB devicepatacongo2012-01-265-7/+1297
* More name changes: USBSER->PL2303 CDCSER->CDCACMpatacongo2012-01-254-11/+11
* Massive name change USB STRG -> USB MSCpatacongo2012-01-255-132/+132
* If we are using a USB serial console, then NSH must wait for the USB device t...patacongo2012-01-246-55/+237
* Add support for extended (29-bit) CAN IDspatacongo2012-01-201-7/+27
* Prep for 6.14 releasenuttx-6.14patacongo2012-01-153-7/+9