summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* More STM3240G-EVAL LCD updatespatacongo2012-04-276-6/+6
* NFS updatepatacongo2012-04-231-18/+20
* NFS fixespatacongo2012-04-231-5/+6
* NFS updatespatacongo2012-04-231-10/+6
* Kconfig updated + NFS updatepatacongo2012-04-231-5/+47
* More NFS updatespatacongo2012-04-211-0/+6
* More NFS updatespatacongo2012-04-202-3/+137
* Some STM32 bugfixes from Mike Smithpatacongo2012-04-191-4/+4
* 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-164-12/+10
* Add a watchdog timer testpatacongo2012-04-1511-15/+685
* Add skeleton file for STM32 watchdog timer driverpatacongo2012-04-152-1/+4
* More Kconfig updatespatacongo2012-04-145-8/+17
* Developing a new way to handle application configurationspatacongo2012-04-1436-5/+840
* Kconfig updatespatacongo2012-04-141-5/+19
* Prep for 6.17 releasenuttx-6.17patacongo2012-04-141-1/+3
* update Kconfig filespatacongo2012-04-1348-0/+619
* Kconfig updatepatacongo2012-04-127-9/+300
* Correction to the ZLP fix for the STM32 F4 OTG FS driverpatacongo2012-04-113-0/+89
* Misc STM32 OTF FS driver fixes + More Kconfig filespatacongo2012-04-112-0/+421
* Modify configuration for use with STM32 OTG FS driver testingpatacongo2012-04-091-1/+1
* Move include/math.h to include/nuttx/math.hpatacongo2012-04-071-0/+2
* Add kconfig documentationpatacongo2012-04-0674-74/+74
* Adding skeleton Kconfig files (part 3 of 2)patacongo2012-04-0674-0/+296
* Fix read() return value for the case of permissions problempatacongo2012-03-313-3/+5
* Add framework in NxConsole to support VT100 escape sequencespatacongo2012-03-301-0/+2
* Add ASCII and VT100 header filespatacongo2012-03-301-17/+13
* Can now run an NSH session within an NX windowpatacongo2012-03-297-146/+156
* 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-279-4/+1473
* NFS update + make some examples configurable as NSH built-inspatacongo2012-03-2211-216/+75
* Move file-system header files to include/nuttx/fspatacongo2012-03-218-13/+13
* 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-144-5/+56
* Add a PIC32 configuration that supports only a Telnet consolepatacongo2012-03-131-3/+3
* Fix some multiply defined symbols by making some staticpatacongo2012-03-132-6/+6
* Prep for 6.16 releasepatacongo2012-03-101-1/+3
* Add support for use of a USB serial device to provide NSH console I/O. Verif...patacongo2012-03-066-4/+45
* 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-0327-46/+42
* 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-282-0/+10
* Add support for C++ static constructors (at least to a few platforms)patacongo2012-02-282-15/+71