summaryrefslogtreecommitdiff
path: root/apps/examples
Commit message (Expand)AuthorAgeFilesLines
* Add support for use of a USB serial device to provide NSH console I/O. Verif...patacongo2012-03-061-0/+4
* 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-039-15/+15
* 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-281-0/+8
* 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-288-12/+404
* Add single precision operations to FPU testpatacongo2012-02-261-29/+80
* 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-244-11/+305
* Misc fixes to quadrature encoder debug outputpatacongo2012-02-211-1/+1
* Correct and error in recv() and recvfrom() return valuepatacongo2012-02-187-13/+41
* Extend the Quad Encoder testpatacongo2012-02-153-6/+41
* Add QE support to STM32F4Discovery; add a test of the quadrature encoder driverpatacongo2012-02-155-3/+568
* A little more FTP daemon cleanuppatacongo2012-02-051-1/+1
* Fix more FTP server bugspatacongo2012-02-051-1/+1
* FTP server is marginally functionalpatacongo2012-02-051-4/+4
* FTPD daemon and example now build without errorspatacongo2012-02-054-56/+212
* Add build environment for the FTP daemonpatacongo2012-02-046-37/+421
* Add the beginnings of an FTP serverpatacongo2012-02-041-0/+72
* Tried to get the Composite driver working on the LPC2148 (and failed)patacongo2012-02-021-2/+2
* NSH now uses the new Telnet daemon and built-in tasks started by NSH can be u...patacongo2012-02-022-36/+21
* Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x ...patacongo2012-02-022-7/+12
* Re-verficatin of examples/telnetd after refactoring of fgets/readline functio...patacongo2012-02-012-0/+29
* Use realine instead of fgets in several other placespatacongo2012-02-013-9/+94
* Numerous cosmetic changes while debugging a telnet driver issuepatacongo2012-01-311-1/+1
* Various fixes for the telnet driverpatacongo2012-01-311-0/+1
* A few more telnet updatespatacongo2012-01-301-5/+5
* Add new psock layer; telnet session is now wrapped in a character devicepatacongo2012-01-306-3/+492
* Correct a typo in STM32 I2C3 supportpatacongo2012-01-291-1/+1
* Most USB Composite device debugpatacongo2012-01-271-0/+2
* First round of changes from debug of USB composite device (still has problems)patacongo2012-01-272-8/+18
* Add a text for the new composite USB devicepatacongo2012-01-265-7/+1297
* More name changes: USBSER->PL2303 CDCSER->CDCACMpatacongo2012-01-253-9/+9
* Massive name change USB STRG -> USB MSCpatacongo2012-01-255-132/+132
* Add support for extended (29-bit) CAN IDspatacongo2012-01-201-7/+27
* Prep for 6.14 releasenuttx-6.14patacongo2012-01-152-5/+5
* Add definitions for another Sure Elec. PIC32 boardpatacongo2012-01-121-1/+1
* Correct GPIO dump outputpatacongo2012-01-101-1/+1
* Add pulse count support to apps/examples/pwmpatacongo2012-01-093-16/+74
* Improve LPC17xx CAN interrupt handling; Additions to LPC17xx SPI driverpatacongo2012-01-031-1/+5
* Add support for STM32 Potentiometer via ADC3patacongo2012-01-022-11/+24
* The STM32 F4 CAN driver has been verified in loopback modepatacongo2012-01-021-1/+1
* Fix some LPC17xx GPIO/button interrupt logicpatacongo2011-12-311-1/+5
* STM32 GPIO fix; Fixes for PIC32 USB term examplepatacongo2011-12-303-4/+52
* Fix an PIC32 error in scheduling of signal handlerspatacongo2011-12-261-3/+3
* Calibrated all PIC32 delay loopspatacongo2011-12-221-1/+1
* Update to the STM32 ADC and CAN driverspatacongo2011-12-221-9/+8
* Add loopback support to STM32 CAN driver; Add apps/examples/can loopback testpatacongo2011-12-2217-8/+520