summaryrefslogtreecommitdiff
path: root/apps/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* STM32 ADC driver updatepatacongo2011-12-221-9/+15
* Update M25P driver per feedback from Mohammed Elwakeelpatacongo2011-12-201-1/+1
* First round of PWM driver debug changespatacongo2011-12-201-1/+7
* Add a test for PWM driverspatacongo2011-12-198-7/+560
* STM32 ADC updatepatacongo2011-12-171-1/+1
* Fix the data format used in apps/examples/adcpatacongo2011-12-163-57/+9
* Updated STM32 ADC driverpatacongo2011-12-163-16/+70
* Add a framework for an ADC testpatacongo2011-12-145-1/+451
* Improve nettest feedbackpatacongo2011-12-132-1/+2
* Fix more STM32 ethernet bugs; Fix some build issues with examples/nettestpatacongo2011-12-133-7/+25
* Fix error in nettest buildpatacongo2011-12-131-10/+9
* Add a network test configuration for the STM3240G-EVALpatacongo2011-12-136-10/+28
* STM32 Ethernet bugfixes; STM3240G-EVAL DHCPD configuration; fixes for IP addr...patacongo2011-12-136-12/+36
* Fix PIC32 error in last check-inpatacongo2011-11-251-1/+1
* Button test can now be built as an NSH commandpatacongo2011-11-143-7/+79