summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
Commit message (Expand)AuthorAgeFilesLines
* Improved thresholding logic in the STMPE11 driver; NxWM: Oops minimizing wro...patacongo2012-05-141-0/+9
* SMTPE11 and NxWM touchscreen fixespatacongo2012-05-111-1/+5
* NxWidgets: Remove modal loops, Add CWindowEventHandler*. NxWM: Add support ...patacongo2012-05-091-2/+3
* The STMPE11/touchscreen is now fully functional on the STM3240G-EVALpatacongo2012-05-081-2/+14
* Various fixes for running the NxWM unit test on the STM3240G-EVALpatacongo2012-05-072-5/+17
* Add STMPE11 temperature sensor logicpatacongo2012-05-061-1/+1
* Add STMPE11 touchscreen logicpatacongo2012-05-061-1/+43
* Updated NxWM widgets, several NX, NxWidgets, and NxWM bug fixespatacongo2012-05-041-5/+8
* Add NSH configuration for the Bit Whackerpatacongo2012-04-261-2/+4
* Configuration for Sparkfun UBW32 boardpatacongo2012-04-261-9/+19
* NFS updatepatacongo2012-04-251-2/+4
* Fix atexit() function being called twicepatacongo2012-04-232-3/+20
* Prep for 6.17 releasenuttx-6.17patacongo2012-04-141-158/+193
* Add a header file that defines a standard watchdog timer driverpatacongo2012-04-131-3/+33
* A few early STM32 OTF FS fixespatacongo2012-04-091-0/+1
* More progress on the STM32 OTG FS device driverpatacongo2012-04-051-1/+1
* Add STM32 OTG FS device endpoint stall logicpatacongo2012-04-041-1/+1
* Add support for backspace and a cursor to NxConsolepatacongo2012-03-311-0/+2
* More fixes for NxConsole driverpatacongo2012-03-301-6/+18
* Add framework in NxConsole to support VT100 escape sequencespatacongo2012-03-301-1/+1
* Can now run an NSH session within an NX windowpatacongo2012-03-291-0/+1
* NX console updatespatacongo2012-03-281-0/+2
* More NX Console fixes... good progress but still not ready for prime timepatacongo2012-03-281-59/+67
* NX console driver is code complete but untestedpatacongo2012-03-271-7/+50
* Add beginnings of an NX console driverpatacongo2012-03-262-20/+11
* Use const storage class on a few declarations to save SRAMpatacongo2012-03-251-2/+2
* Additional documentation/README updatespatacongo2012-03-241-0/+2
* Update documenation to include Calypso and the Compal phonespatacongo2012-03-242-2/+28
* Documentation updatepatacongo2012-03-242-2/+14
* Updated comments; starting to implement priority protection but backed everyt...patacongo2012-03-232-3/+3
* Documentation update; enabled I2C tool in stm32 nsh2 configpatacongo2012-03-231-0/+8
* Documentation update for NxWidgetspatacongo2012-03-224-3/+69
* Move serial header files to include/nuttx/serialpatacongo2012-03-211-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-213-8/+8
* Add support for the Sure DB-DP11212 PIC32 boardpatacongo2012-03-122-5/+35
* Prep for 6.16 releasenuttx-6.16patacongo2012-03-102-214/+223
* Add support for use of a USB serial device to provide NSH console I/O. Verif...patacongo2012-03-061-3/+19
* Several fixes to the PIC32 USB device OUT path logicpatacongo2012-03-041-4/+5
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-6/+6
* Add support for C++ static constructors (at least to a few platforms)patacongo2012-02-281-1/+4
* (1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an ...patacongo2012-02-231-1/+6
* STM32 SDIO DMA: Ignore DMA FIFO errors; these seem to be bogus. SD multiple ...patacongo2012-02-211-2/+2
* Correct and error in recv() and recvfrom() return valuepatacongo2012-02-181-4/+4
* Prep for 6.15 releasenuttx-6.15patacongo2012-02-131-187/+145
* Add interface to enabled/disable debug outputpatacongo2012-02-121-0/+3
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-111-0/+43
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-111-2/+4
* Add a RAM-based logging devicepatacongo2012-02-111-4/+123
* FTPD daemon and example now build without errorspatacongo2012-02-051-1/+31
* Add build environment for the FTP daemonpatacongo2012-02-041-2/+2