summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Fix some of the SSD1289 initial register settingspatacongo2012-05-303-13/+22
* Fix error in NxWM makefile that creapt in with recent check-inspatacongo2012-05-302-2/+80
* Fix return values from sleep(), usleep(), and sigtimedwait(). Fix STM32 F2 I...patacongo2012-05-306-33/+250
* NFS updatepatacongo2012-05-292-13/+16
* Need to enable USB reset interruptpatacongo2012-05-293-2/+21
* A little more cleanup after the big STMPE11->811 name changepatacongo2012-05-299-420/+420
* Massive naming fix: STMPE11->STMPE811patacongo2012-05-2927-543/+545
* NFS updatepatacongo2012-05-2810-468/+358
* More STM3220G-EVAL fixes; Add NxWM configuration for the STM3220G-EVALpatacongo2012-05-2810-8/+2428
* Bring STM3220G-EVAL board configurations to same level as STM3240G-EVALpatacongo2012-05-2837-363/+3620
* Update all STM32 F2 files so that they are the same as the corresponding F4 f...patacongo2012-05-2813-275/+612
* STM32 OTF FS device. USB console now works for me. Some of these changes ar...patacongo2012-05-282-21/+81
* 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