summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* NFS updatepatacongo2012-05-305-72/+120
* In 16-bit address mode, FSMC_A16 corresponds to address bit 17patacongo2012-05-301-2/+3
* 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-304-3/+84
* 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-2910-421/+421
* Massive naming fix: STMPE11->STMPE811patacongo2012-05-2928-544/+617
* 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-269-27/+145
* remove a warningpatacongo2012-05-262-4/+42
* Now have to press enter 3 times to start with USB NSH consolepatacongo2012-05-264-19/+60
* Fix packet size calculation in CDC/ACM and PL2303 USB serial driverspatacongo2012-05-2518-126/+370
* 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-236-7/+74
* Fix 'make export' target for NxWMpatacongo2012-05-234-5/+44
* Update STM3240G-EVAL defconfig to support NxConsole keyboard input; increase ...patacongo2012-05-235-10/+33
* NFS updatepatacongo2012-05-236-139/+149
* Hack for font background when we cannot read from the LCD; Candidate fix for ...patacongo2012-05-225-120/+143
* Add some minimal support for precedence of operationspatacongo2012-05-222-64/+176
* CHexCalculator fixes + back out change to CNxtkWindowpatacongo2012-05-224-18/+22
* Add a hex calculator example to NxWMpatacongo2012-05-2213-9/+1478
* Some debug garbage was left in the filespatacongo2012-05-212-7/+2
* Add a timeout to the STMPE11 touchscreen driver to catch missing pen up eventspatacongo2012-05-216-21/+141
* Fix NxWM bug: old window being minimized when new window openpatacongo2012-05-215-14/+26
* Updat NxWidgets TODO listpatacongo2012-05-201-2/+2
* Add an NxWM console/keyboard thread and eliminate all issues with NxConsole w...patacongo2012-05-2014-22/+551
* NxWM::CNxConsole and NXWidgets::CCallback can now redirect keyboard input to ...patacongo2012-05-2020-38/+279
* 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-1914-207/+443
* NxWM unit test now appears bug free (other than some NxConsole-related issues).patacongo2012-05-1913-55/+54
* NFS updatepatacongo2012-05-192-93/+232
* NxWM: Add a missing part of the message blocking logicpatacongo2012-05-1923-77/+121
* Final refactoring and implementation of delayed window deletion logic. Works...patacongo2012-05-1833-233/+622
* NFS updatepatacongo2012-05-1810-227/+1039
* Implement an NX interface to block flush message queues in multi-user mode. ...patacongo2012-05-1720-84/+959
* 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-178-23/+49
* NxWM: Add IApplicationFactory so that we can create multiple instances of ap...patacongo2012-05-1645-228/+983
* NXWidgets::CNxTkWindow must subtract the height of the toolbar (if any) when ...patacongo2012-05-157-31/+90