summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
...
* This should have been part of the 6.18 release but was lost somehowpatacongo2012-05-201-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4752 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.18 releasenuttx-6.18patacongo2012-05-195-183/+294
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4751 42af7a65-404d-4744-a932-0658087f49c3
* NFS updatepatacongo2012-05-192-93/+232
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4749 42af7a65-404d-4744-a932-0658087f49c3
* NxWM: Add a missing part of the message blocking logicpatacongo2012-05-196-8/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4748 42af7a65-404d-4744-a932-0658087f49c3
* Final refactoring and implementation of delayed window deletion logic. ↵patacongo2012-05-184-9/+20
| | | | | | Works worse now, but the changes are important and need to be checked in now git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4747 42af7a65-404d-4744-a932-0658087f49c3
* NFS updatepatacongo2012-05-189-224/+1038
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4746 42af7a65-404d-4744-a932-0658087f49c3
* Implement an NX interface to block flush message queues in multi-user mode. ↵patacongo2012-05-1714-6/+772
| | | | | | This is necessary to prevent stale window handles when a window is closed git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4745 42af7a65-404d-4744-a932-0658087f49c3
* Re-factor NX messaging logic in preparation for a new message control featurepatacongo2012-05-1729-243/+156
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4744 42af7a65-404d-4744-a932-0658087f49c3
* Fix a C++ link issue: If constant strings used only in constructor, the ↵patacongo2012-05-174-12/+21
| | | | | | don't get linked into the final executable git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4743 42af7a65-404d-4744-a932-0658087f49c3
* NxWM: Add IApplicationFactory so that we can create multiple instances of ↵patacongo2012-05-163-3/+79
| | | | | | applications; And, as a result of that, re-vamp entire threading model. this is now buggier than it was before git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4742 42af7a65-404d-4744-a932-0658087f49c3
* NXWidgets::CNxTkWindow must subtract the height of the toolbar (if any) when ↵patacongo2012-05-152-5/+5
| | | | | | reporting the size of the window git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4741 42af7a65-404d-4744-a932-0658087f49c3
* NxWidgets: New pre-release event. Action now raised on pre-release. NxWM: ↵patacongo2012-05-151-2/+23
| | | | | | Use action event to process icon touches; Fix initialization of image highlighted state. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4740 42af7a65-404d-4744-a932-0658087f49c3
* Fix several compiler errors that occur when CONFIG_SCHED_ONEXIT is enabled; ↵patacongo2012-05-155-11/+17
| | | | | | on_exit is now used in NxWM::NxConsole to close the window with the NSH session exits git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4738 42af7a65-404d-4744-a932-0658087f49c3
* Improved thresholding logic in the STMPE11 driver; NxWM: Oops minimizing ↵patacongo2012-05-147-9/+64
| | | | | | wrong application git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4737 42af7a65-404d-4744-a932-0658087f49c3
* Add task switching instrumentation for missing case. Contributed by Petri ↵patacongo2012-05-142-12/+20
| | | | | | Tanskanen. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4734 42af7a65-404d-4744-a932-0658087f49c3
* Calypso update from Denis Carkiki. Adds UWire driver and support for ↵patacongo2012-05-1414-131/+310
| | | | | | external memory in NuttX heap git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4733 42af7a65-404d-4744-a932-0658087f49c3
* Disabled NXTK autoraise; it does not work properly in multi-user mode due to ↵patacongo2012-05-136-20/+41
| | | | | | queue mouse/touchscreen input git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4732 42af7a65-404d-4744-a932-0658087f49c3
* NXWidgets::CImage needs to catch mouse/touchscreen events; All touchscreen ↵patacongo2012-05-137-33/+102
| | | | | | drivers need to report the last valid X/Y data when the screen is untouched. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4731 42af7a65-404d-4744-a932-0658087f49c3
* Add Calypso-related fixespatacongo2012-05-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4730 42af7a65-404d-4744-a932-0658087f49c3
* NxWM: Fix detection of touch events in the tool bar; Start window should not ↵patacongo2012-05-131-1/+0
| | | | | | have a stop icon git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4729 42af7a65-404d-4744-a932-0658087f49c3
* Fix a critical NXTK bug related to mouse/touchscreen positions within framed ↵patacongo2012-05-134-46/+65
| | | | | | windows git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4728 42af7a65-404d-4744-a932-0658087f49c3
* NxWM: Correct the calculation of the physical dispaly sizepatacongo2012-05-122-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4726 42af7a65-404d-4744-a932-0658087f49c3
* NFS updatepatacongo2012-05-126-69/+237
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4724 42af7a65-404d-4744-a932-0658087f49c3
* Fix a few STMPE11 touchscreen and NxWM touchscreen calibration bugspatacongo2012-05-114-32/+59
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4723 42af7a65-404d-4744-a932-0658087f49c3
* SMTPE11 and NxWM touchscreen fixespatacongo2012-05-119-52/+106
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4722 42af7a65-404d-4744-a932-0658087f49c3
* NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen ↵patacongo2012-05-1111-51/+106
| | | | | | initialization interfaces for all boards git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4721 42af7a65-404d-4744-a932-0658087f49c3
* NX trapezoid fixes; Various NxWM fixespatacongo2012-05-109-39/+54
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4720 42af7a65-404d-4744-a932-0658087f49c3
* More NxWM touchscreen fixespatacongo2012-05-101-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4719 42af7a65-404d-4744-a932-0658087f49c3
* Adding beginning of NxWM touchscreen supportpatacongo2012-05-0917-0/+58
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4718 42af7a65-404d-4744-a932-0658087f49c3
* NxWidgets: Remove modal loops, Add CWindowEventHandler*. NxWM: Add support ↵patacongo2012-05-093-4/+13
| | | | | | for full screen applications git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4716 42af7a65-404d-4744-a932-0658087f49c3
* The STMPE11/touchscreen is now fully functional on the STM3240G-EVALpatacongo2012-05-0811-96/+183
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4715 42af7a65-404d-4744-a932-0658087f49c3
* Integrate the STMPE11 driver into the STM3240G-EVAL board logicpatacongo2012-05-0810-13/+477
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4714 42af7a65-404d-4744-a932-0658087f49c3
* NFS updatepatacongo2012-05-074-165/+130
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4713 42af7a65-404d-4744-a932-0658087f49c3
* Various fixes for running the NxWM unit test on the STM3240G-EVALpatacongo2012-05-0722-80/+83
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4711 42af7a65-404d-4744-a932-0658087f49c3
* Most fixes to get NxWM working on the STM3240G-EVALpatacongo2012-05-075-3/+168
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4710 42af7a65-404d-4744-a932-0658087f49c3
* Add configuration for testing NxWMpatacongo2012-05-076-0/+2304
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4708 42af7a65-404d-4744-a932-0658087f49c3
* Fix uninitialized pointer in CNxTKWindowpatacongo2012-05-071-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4706 42af7a65-404d-4744-a932-0658087f49c3
* Mostly cosmetic, partial fixes for STM3240G-EVAL LCDpatacongo2012-05-074-14/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4705 42af7a65-404d-4744-a932-0658087f49c3
* Add STMPE11 temperature sensor logicpatacongo2012-05-065-3/+238
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4704 42af7a65-404d-4744-a932-0658087f49c3
* Add STMPE11 touchscreen logicpatacongo2012-05-069-56/+1171
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4703 42af7a65-404d-4744-a932-0658087f49c3
* Add framework for STMPE11 ADC interfacespatacongo2012-05-066-16/+385
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4702 42af7a65-404d-4744-a932-0658087f49c3
* Add GPIO support to STMPE11 driver; NFS updatepatacongo2012-05-0510-184/+801
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4701 42af7a65-404d-4744-a932-0658087f49c3
* Beginning of an SMTPE11 touchscreen/IO expander driverpatacongo2012-05-056-38/+673
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4700 42af7a65-404d-4744-a932-0658087f49c3
* Updated NxWM widgets, several NX, NxWidgets, and NxWM bug fixespatacongo2012-05-0410-87/+164
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4699 42af7a65-404d-4744-a932-0658087f49c3
* Update NxWM colors; remove NxWidgets shelvingpatacongo2012-05-041-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4698 42af7a65-404d-4744-a932-0658087f49c3
* NSF updatepatacongo2012-05-032-12/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4695 42af7a65-404d-4744-a932-0658087f49c3
* Fix an NxWidgets bug; Update NxWM (it kind of works now)patacongo2012-05-032-1/+42
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4693 42af7a65-404d-4744-a932-0658087f49c3
* Upated NxWM commentspatacongo2012-05-033-39/+57
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4692 42af7a65-404d-4744-a932-0658087f49c3
* NFS updatepatacongo2012-05-023-17/+44
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4690 42af7a65-404d-4744-a932-0658087f49c3
* NxWM updates (with some NX and NxWidget fixes too)patacongo2012-05-024-8/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4689 42af7a65-404d-4744-a932-0658087f49c3