summaryrefslogtreecommitdiff
path: root/apps/examples
Commit message (Expand)AuthorAgeFilesLines
* Use NuttX types in FreeModBus port; Add FreeModBus demo at apps/examples/modb...patacongo2012-07-218-5/+673
* Fix some questionable MAC addressespatacongo2012-07-1912-54/+54
* Fix typo in example codepatacongo2012-06-081-3/+3
* Add support for the USB trace cability in NSH when a USB console is usedpatacongo2012-05-261-1/+1
* Prep for 6.18 releasenuttx-6.18patacongo2012-05-191-1/+1
* Add Calypso-related fixespatacongo2012-05-139-24/+24
* NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen ini...patacongo2012-05-111-24/+0
* The STMPE11/touchscreen is now fully functional on the STM3240G-EVALpatacongo2012-05-081-1/+3
* Mostly cosmetic, partial fixes for STM3240G-EVAL LCDpatacongo2012-05-072-6/+10
* Add beginning of NxWM NxConsole applicationpatacongo2012-05-011-12/+12
* More STM3240G-EVAL LCD updatespatacongo2012-04-276-6/+6
* More Kconfig stuffpatacongo2012-04-171-12/+0
* Fix a couple of bugs in the STM32 IWDG driverpatacongo2012-04-161-0/+33
* Add STM32 watchdog configurationpatacongo2012-04-162-9/+7
* Add a watchdog timer testpatacongo2012-04-1510-15/+684
* Developing a new way to handle application configurationspatacongo2012-04-141-0/+223
* update Kconfig filespatacongo2012-04-1348-0/+619
* Modify configuration for use with STM32 OTG FS driver testingpatacongo2012-04-091-1/+1
* Add kconfig documentationpatacongo2012-04-0647-47/+47
* Adding skeleton Kconfig files (part 3 of 2)patacongo2012-04-0647-0/+188
* Can now run an NSH session within an NX windowpatacongo2012-03-296-146/+154
* 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-278-4/+1472
* NFS update + make some examples configurable as NSH built-inspatacongo2012-03-226-19/+68
* Move file-system header files to include/nuttx/fspatacongo2012-03-213-5/+5
* 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-143-5/+52
* Fix some multiply defined symbols by making some staticpatacongo2012-03-132-6/+6
* 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