aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
Commit message (Expand)AuthorAgeFilesLines
* Remove CONFIG_LIBC_PERROR_DEVNAME. What was I thinking?patacongo2012-09-011-4/+8
* Add support for testing multiple ADC, PWM, and QE devicespatacongo2012-07-301-2/+2
* Remove BOTHERpatacongo2012-07-241-1/+1
* Make serial setup configurale in apps/examples/modbuspatacongo2012-07-211-0/+4
* Use NuttX types in FreeModBus port; Add FreeModBus demo at apps/examples/modb...patacongo2012-07-211-0/+15
* Prep for 6.18 releasepatacongo2012-05-191-1/+1
* Mostly cosmetic, partial fixes for STM3240G-EVAL LCDpatacongo2012-05-071-1/+8
* Add a watchdog timer testpatacongo2012-04-151-5/+34
* Can now run an NSH session within an NX windowpatacongo2012-03-291-5/+10
* NX console should only be available if NX multi-user mode is enabledpatacongo2012-03-281-14/+15
* NX console updatespatacongo2012-03-281-7/+9
* Add a test for the NX console devicepatacongo2012-03-271-0/+65
* NFS update + make some examples configurable as NSH built-inspatacongo2012-03-221-0/+5
* Extend examples/can so that it can be used in other contextspatacongo2012-03-141-0/+7
* A little more work (but not much progress) on the PIC32 USB device driverpatacongo2012-02-291-4/+30
* Add support for C++ static constructors (at least to a few platforms)patacongo2012-02-281-3/+10
* Extend CDC/ACM driver so that can be connected/disconnected under software co...patacongo2012-02-281-0/+22
* Extend the Quad Encoder testpatacongo2012-02-151-0/+4
* Add QE support to STM32F4Discovery; add a test of the quadrature encoder driverpatacongo2012-02-151-0/+27
* FTPD daemon and example now build without errorspatacongo2012-02-051-7/+34
* Add build environment for the FTP daemonpatacongo2012-02-041-0/+32
* Tried to get the Composite driver working on the LPC2148 (and failed)patacongo2012-02-021-2/+2
* Add David Hewson's corrections to the LPC214x USB device driver; Add LPC214x ...patacongo2012-02-021-5/+5
* Re-verficatin of examples/telnetd after refactoring of fgets/readline functio...patacongo2012-02-011-0/+26
* Use realine instead of fgets in several other placespatacongo2012-02-011-3/+34
* Add new psock layer; telnet session is now wrapped in a character devicepatacongo2012-01-301-0/+22
* Most USB Composite device debugpatacongo2012-01-271-0/+2
* First round of changes from debug of USB composite device (still has problems)patacongo2012-01-271-6/+16
* Add a text for the new composite USB devicepatacongo2012-01-261-1/+66
* More name changes: USBSER->PL2303 CDCSER->CDCACMpatacongo2012-01-251-1/+1
* Massive name change USB STRG -> USB MSCpatacongo2012-01-251-19/+19
* Prep for 6.14 releasepatacongo2012-01-151-1/+1
* Add pulse count support to apps/examples/pwmpatacongo2012-01-091-1/+7
* Add support for STM32 Potentiometer via ADC3patacongo2012-01-021-9/+22
* STM32 GPIO fix; Fixes for PIC32 USB term examplepatacongo2011-12-301-0/+5
* Add loopback support to STM32 CAN driver; Add apps/examples/can loopback testpatacongo2011-12-221-0/+28
* Add a test for PWM driverspatacongo2011-12-191-0/+16
* Completes coding of the PWM modulepatacongo2011-12-191-0/+1140