summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* SSD1289 fixespatacongo2012-05-282-2/+2
* STM32 OTG FS device: Don't process TXFE^Cf we have already processed an XFRC...patacongo2012-05-272-3/+32
* Add support for the USB trace cability in NSH when a USB console is usedpatacongo2012-05-263-12/+43
* remove a warningpatacongo2012-05-261-1/+41
* Now have to press enter 3 times to start with USB NSH consolepatacongo2012-05-262-12/+16
* Fix packet size calculation in CDC/ACM and PL2303 USB serial driverspatacongo2012-05-2514-122/+291
* Fix conditional compilation in STM32 quadrature encoderpatacongo2012-05-253-48/+81
* Add STM32F4Discovery support for an SSD1289-based LCDpatacongo2012-05-2418-24/+2812
* Add generic SSD1289 LCD driverpatacongo2012-05-247-4/+1777
* Various improvements to NxWM hex calculator displaypatacongo2012-05-232-2/+5
* Fix 'make export' target for NxWMpatacongo2012-05-232-2/+2
* Update STM3240G-EVAL defconfig to support NxConsole keyboard input; increase ...patacongo2012-05-232-2/+10
* NFS updatepatacongo2012-05-236-139/+149
* Hack for font background when we cannot read from the LCD; Candidate fix for ...patacongo2012-05-221-119/+73
* Add a timeout to the STMPE11 touchscreen driver to catch missing pen up eventspatacongo2012-05-215-18/+132
* Fix NxWM bug: old window being minimized when new window openpatacongo2012-05-211-0/+4
* Add an NxWM console/keyboard thread and eliminate all issues with NxConsole w...patacongo2012-05-203-4/+22
* NxWM::CNxConsole and NXWidgets::CCallback can now redirect keyboard input to ...patacongo2012-05-206-15/+28
* Add NX kbd input support to NxConsolepatacongo2012-05-2011-5/+670
* This should have been part of the 6.18 release but was lost somehowpatacongo2012-05-201-2/+4
* Prep for 6.18 releasenuttx-6.18patacongo2012-05-195-183/+294
* NFS updatepatacongo2012-05-192-93/+232
* NxWM: Add a missing part of the message blocking logicpatacongo2012-05-196-8/+19
* Final refactoring and implementation of delayed window deletion logic. Works...patacongo2012-05-184-9/+20
* NFS updatepatacongo2012-05-189-224/+1038
* Implement an NX interface to block flush message queues in multi-user mode. ...patacongo2012-05-1714-6/+772
* Re-factor NX messaging logic in preparation for a new message control featurepatacongo2012-05-1729-243/+156
* Fix a C++ link issue: If constant strings used only in constructor, the don't...patacongo2012-05-174-12/+21
* NxWM: Add IApplicationFactory so that we can create multiple instances of ap...patacongo2012-05-163-3/+79
* NXWidgets::CNxTkWindow must subtract the height of the toolbar (if any) when ...patacongo2012-05-152-5/+5
* NxWidgets: New pre-release event. Action now raised on pre-release. NxWM: Use...patacongo2012-05-151-2/+23
* Fix several compiler errors that occur when CONFIG_SCHED_ONEXIT is enabled; o...patacongo2012-05-155-11/+17
* Improved thresholding logic in the STMPE11 driver; NxWM: Oops minimizing wro...patacongo2012-05-147-9/+64
* Add task switching instrumentation for missing case. Contributed by Petri Tan...patacongo2012-05-142-12/+20
* Calypso update from Denis Carkiki. Adds UWire driver and support for externa...patacongo2012-05-1414-131/+310
* Disabled NXTK autoraise; it does not work properly in multi-user mode due to ...patacongo2012-05-136-20/+41
* NXWidgets::CImage needs to catch mouse/touchscreen events; All touchscreen dr...patacongo2012-05-137-33/+102
* Add Calypso-related fixespatacongo2012-05-131-1/+1
* NxWM: Fix detection of touch events in the tool bar; Start window should not ...patacongo2012-05-131-1/+0
* Fix a critical NXTK bug related to mouse/touchscreen positions within framed ...patacongo2012-05-134-46/+65
* NxWM: Correct the calculation of the physical dispaly sizepatacongo2012-05-122-5/+5
* NFS updatepatacongo2012-05-126-69/+237
* Fix a few STMPE11 touchscreen and NxWM touchscreen calibration bugspatacongo2012-05-114-32/+59
* SMTPE11 and NxWM touchscreen fixespatacongo2012-05-119-52/+106
* NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen ini...patacongo2012-05-1111-51/+106
* NX trapezoid fixes; Various NxWM fixespatacongo2012-05-109-39/+54
* More NxWM touchscreen fixespatacongo2012-05-101-0/+1
* Adding beginning of NxWM touchscreen supportpatacongo2012-05-0917-0/+58
* NxWidgets: Remove modal loops, Add CWindowEventHandler*. NxWM: Add support ...patacongo2012-05-093-4/+13
* The STMPE11/touchscreen is now fully functional on the STM3240G-EVALpatacongo2012-05-0811-96/+183