Commit Graph

  • fbfbb294a4 STM32 OTG FS device: Don't process TXFE^Cf we have already processed an XFRC interrupt. patacongo 2012-05-27 15:15:57 +0000
  • 516a0a7adb Add support for the USB trace cability in NSH when a USB console is used patacongo 2012-05-26 18:05:26 +0000
  • 7b37a5a7ba remove a warning patacongo 2012-05-26 02:34:34 +0000
  • 18c23f126b Now have to press enter 3 times to start with USB NSH console patacongo 2012-05-26 01:45:37 +0000
  • 983e72ea39 Fix packet size calculation in CDC/ACM and PL2303 USB serial drivers patacongo 2012-05-25 22:10:40 +0000
  • e7f5bd322f Fix conditional compilation in STM32 quadrature encoder patacongo 2012-05-25 13:27:21 +0000
  • e856796371 Add STM32F4Discovery support for an SSD1289-based LCD patacongo 2012-05-24 21:31:24 +0000
  • 5315932882 Add generic SSD1289 LCD driver patacongo 2012-05-24 15:45:46 +0000
  • 8fc98459c3 Various improvements to NxWM hex calculator display patacongo 2012-05-23 12:53:57 +0000
  • c04179e7e1 Fix 'make export' target for NxWM patacongo 2012-05-23 01:42:20 +0000
  • 55c75c6ba0 Update STM3240G-EVAL defconfig to support NxConsole keyboard input; increase spacing of icons on the start window patacongo 2012-05-23 01:19:18 +0000
  • 78b4887985 NFS update patacongo 2012-05-23 00:15:53 +0000
  • 6563cc60d3 Hack for font background when we cannot read from the LCD; Candidate fix for ILI9325 LCD patacongo 2012-05-22 23:49:15 +0000
  • a9e6502435 Add some minimal support for precedence of operations patacongo 2012-05-22 22:10:57 +0000
  • 4181f651d3 CHexCalculator fixes + back out change to CNxtkWindow patacongo 2012-05-22 21:01:42 +0000
  • d169e445ac Add a hex calculator example to NxWM patacongo 2012-05-22 19:29:22 +0000
  • 30453f3624 Some debug garbage was left in the files patacongo 2012-05-21 23:56:29 +0000
  • 702c78383e Add a timeout to the STMPE11 touchscreen driver to catch missing pen up events patacongo 2012-05-21 17:36:26 +0000
  • 9800ec2ea8 Fix NxWM bug: old window being minimized when new window open patacongo 2012-05-21 13:34:09 +0000
  • 04a2eae3fd Updat NxWidgets TODO list patacongo 2012-05-20 22:24:43 +0000
  • 602575e7c9 Add an NxWM console/keyboard thread and eliminate all issues with NxConsole window serial input patacongo 2012-05-20 22:10:34 +0000
  • 3a6013aae5 NxWM::CNxConsole and NXWidgets::CCallback can now redirect keyboard input to the NxConsole driver patacongo 2012-05-20 18:56:14 +0000
  • 15730ec0d5 Add NX kbd input support to NxConsole patacongo 2012-05-20 16:05:15 +0000
  • 1c59d3c765 This should have been part of the 6.18 release but was lost somehow patacongo 2012-05-20 00:53:49 +0000
  • 232ce4e980 Prep for 6.18 release patacongo 2012-05-19 15:26:38 +0000
  • ba5e400fb3 NxWM unit test now appears bug free (other than some NxConsole-related issues). patacongo 2012-05-19 04:20:56 +0000
  • fc95a731d0 NFS update patacongo 2012-05-19 01:46:02 +0000
  • dd202a4aa7 NxWM: Add a missing part of the message blocking logic patacongo 2012-05-19 01:01:00 +0000
  • 2acf00c2cd Final refactoring and implementation of delayed window deletion logic. Works worse now, but the changes are important and need to be checked in now patacongo 2012-05-18 23:08:34 +0000
  • ae3a9e76b5 NFS update patacongo 2012-05-18 01:11:57 +0000
  • 3d0f071c60 Implement an NX interface to block flush message queues in multi-user mode. This is necessary to prevent stale window handles when a window is closed patacongo 2012-05-17 22:16:02 +0000
  • 7c97dbdf44 Re-factor NX messaging logic in preparation for a new message control feature patacongo 2012-05-17 19:32:48 +0000
  • 19e5ee4c81 Fix a C++ link issue: If constant strings used only in constructor, the don't get linked into the final executable patacongo 2012-05-17 16:55:13 +0000
  • b231fb795e NxWM: Add IApplicationFactory so that we can create multiple instances of applications; And, as a result of that, re-vamp entire threading model. this is now buggier than it was before patacongo 2012-05-16 22:43:40 +0000
  • d21b932f5e NXWidgets::CNxTkWindow must subtract the height of the toolbar (if any) when reporting the size of the window patacongo 2012-05-15 20:10:32 +0000
  • f81489f95e NxWidgets: New pre-release event. Action now raised on pre-release. NxWM: Use action event to process icon touches; Fix initialization of image highlighted state. patacongo 2012-05-15 16:40:43 +0000
  • 2a7d40522f NxWM::CNxConsole when NSH window is closed by touching toolbar icon, need to suppress certain activities performed by the on_exit() handler patacongo 2012-05-15 01:20:34 +0000
  • 519ab1856f Fix several compiler errors that occur when CONFIG_SCHED_ONEXIT is enabled; on_exit is now used in NxWM::NxConsole to close the window with the NSH session exits patacongo 2012-05-15 00:45:14 +0000
  • 383e7a0c97 Improved thresholding logic in the STMPE11 driver; NxWM: Oops minimizing wrong application patacongo 2012-05-14 21:57:38 +0000
  • db2bfa3e69 NxWM: Calibration is now done on a separate thread; Change mechanism for reporting calibration data; add method to determine if the application is full-screen patacongo 2012-05-14 20:46:47 +0000
  • 5baa9ac0f9 Update of NSH nfsmount command patacongo 2012-05-14 14:25:57 +0000
  • 0aaa3c8baf Add task switching instrumentation for missing case. Contributed by Petri Tanskanen. patacongo 2012-05-14 01:03:19 +0000
  • 47125132ad Calypso update from Denis Carkiki. Adds UWire driver and support for external memory in NuttX heap patacongo 2012-05-14 00:22:31 +0000
  • 4952b2dddf Disabled NXTK autoraise; it does not work properly in multi-user mode due to queue mouse/touchscreen input patacongo 2012-05-13 23:40:23 +0000
  • 892014e097 NXWidgets::CImage needs to catch mouse/touchscreen events; All touchscreen drivers need to report the last valid X/Y data when the screen is untouched. patacongo 2012-05-13 18:28:43 +0000
  • c4c802e7b3 Add Calypso-related fixes patacongo 2012-05-13 15:14:53 +0000
  • 851773fdae NxWM: Fix detection of touch events in the tool bar; Start window should not have a stop icon patacongo 2012-05-13 14:36:59 +0000
  • 6798ffe9be Fix a critical NXTK bug related to mouse/touchscreen positions within framed windows patacongo 2012-05-13 00:45:13 +0000
  • e16fc112d8 NxWM: Fix double deletion of class patacongo 2012-05-12 21:12:56 +0000
  • d4c261ea71 NxWM: Correct the calculation of the physical dispaly size patacongo 2012-05-12 16:59:57 +0000
  • 48e8fe2304 Add NxWM::CWindowControl; task bar and start window icons now functional patacongo 2012-05-12 13:50:21 +0000
  • 95c738489d NFS update patacongo 2012-05-12 00:11:24 +0000
  • 4bc440c90c Fix a few STMPE11 touchscreen and NxWM touchscreen calibration bugs patacongo 2012-05-11 22:07:06 +0000
  • c23d14b08e SMTPE11 and NxWM touchscreen fixes patacongo 2012-05-11 18:27:46 +0000
  • e72205be3c NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen initialization interfaces for all boards patacongo 2012-05-11 00:05:25 +0000
  • 23897082d9 NX trapezoid fixes; Various NxWM fixes patacongo 2012-05-10 16:25:56 +0000
  • 6e9e0c640b More NxWM touchscreen fixes patacongo 2012-05-10 01:35:23 +0000
  • 5df98379f4 Adding beginning of NxWM touchscreen support patacongo 2012-05-09 22:30:19 +0000
  • c0b0c73b99 Missed a file in the last checkin patacongo 2012-05-09 19:32:56 +0000
  • 6c0c3ab191 NxWidgets: Remove modal loops, Add CWindowEventHandler*. NxWM: Add support for full screen applications patacongo 2012-05-09 19:31:48 +0000
  • 5d31022f9d The STMPE11/touchscreen is now fully functional on the STM3240G-EVAL patacongo 2012-05-08 22:10:29 +0000
  • 7cc9218389 Integrate the STMPE11 driver into the STM3240G-EVAL board logic patacongo 2012-05-08 15:07:53 +0000
  • 58688272d3 NFS update patacongo 2012-05-07 23:33:39 +0000
  • 11961873cc Big NxWidgets simplification. Remove all hierarch logic. Widgets now exist only in a two-dimensional plane patacongo 2012-05-07 22:49:27 +0000
  • f08f0709b3 Various fixes for running the NxWM unit test on the STM3240G-EVAL patacongo 2012-05-07 21:25:24 +0000
  • 5df21bfd6d Most fixes to get NxWM working on the STM3240G-EVAL patacongo 2012-05-07 18:19:17 +0000
  • b66dd903b6 NxWidgets: Fix a potential deadlock that can occur waiting for toolbard geometry data patacongo 2012-05-07 15:05:07 +0000
  • 424579fcba Add configuration for testing NxWM patacongo 2012-05-07 12:03:33 +0000
  • 6aadb593e2 NSH fix patacongo 2012-05-07 11:49:16 +0000
  • f478d3f6b1 Fix uninitialized pointer in CNxTKWindow patacongo 2012-05-07 02:37:24 +0000
  • 69f4e02c17 Mostly cosmetic, partial fixes for STM3240G-EVAL LCD patacongo 2012-05-07 01:40:39 +0000
  • a17f13da06 Add STMPE11 temperature sensor logic patacongo 2012-05-06 16:28:43 +0000
  • db2a671b19 Add STMPE11 touchscreen logic patacongo 2012-05-06 16:00:16 +0000
  • edf3b4667b Add framework for STMPE11 ADC interfaces patacongo 2012-05-06 01:37:47 +0000
  • 36f080fa7d Add GPIO support to STMPE11 driver; NFS update patacongo 2012-05-05 23:17:25 +0000
  • 03d9d974b5 Beginning of an SMTPE11 touchscreen/IO expander driver patacongo 2012-05-05 17:27:03 +0000
  • 8e45cf0546 Updated NxWM widgets, several NX, NxWidgets, and NxWM bug fixes patacongo 2012-05-04 20:48:52 +0000
  • 78ec889980 Update NxWM colors; remove NxWidgets shelving patacongo 2012-05-04 02:56:02 +0000
  • 06393922c3 NxWM: Cleaned up a couple of icon images patacongo 2012-05-04 00:55:52 +0000
  • f812f168dd NSF update patacongo 2012-05-03 23:37:34 +0000
  • 743103b228 NSF update patacongo 2012-05-03 23:32:53 +0000
  • e5a837ee3a Fix a positioning problem in CRlePaletteBitmap patacongo 2012-05-03 23:06:37 +0000
  • 1c44939445 Fix an NxWidgets bug; Update NxWM (it kind of works now) patacongo 2012-05-03 22:31:48 +0000
  • 0ffc37d476 Upated NxWM comments patacongo 2012-05-03 19:46:37 +0000
  • 8e4a6bdf9a Minor task bar fixes patacongo 2012-05-03 13:29:07 +0000
  • 8f002594f7 NFS update patacongo 2012-05-02 23:40:11 +0000
  • 2b6180f48e NxWM updates (with some NX and NxWidget fixes too) patacongo 2012-05-02 22:03:05 +0000
  • 882448de92 Fix some warnings and fix some simulator builds patacongo 2012-05-02 15:36:19 +0000
  • d7c6496584 NxWM initial displays come up okay patacongo 2012-05-02 14:38:54 +0000
  • 0bb02729f1 NxWM update patacongo 2012-05-02 00:10:18 +0000
  • ea2402e9cc Missed Calypso file patacongo 2012-05-01 23:31:47 +0000
  • 51c1f0c7bd Calypso update patacongo 2012-05-01 23:03:37 +0000
  • c88c7c9b4b NxWM update patacongo 2012-05-01 22:31:26 +0000
  • 838d1f26dd More NxWM support patacongo 2012-05-01 20:36:19 +0000
  • 3c07d3cb2b Add beginning of NxWM NxConsole application patacongo 2012-05-01 14:52:54 +0000
  • a7a543df52 NFS update patacongo 2012-04-30 23:51:23 +0000
  • a6a3f5f495 More NX window manager updates patacongo 2012-04-30 22:51:34 +0000
  • 9910451d9a Completes first cut at task bar patacongo 2012-04-30 20:38:44 +0000
  • b132217de3 NxWM update patacongo 2012-04-30 01:21:26 +0000
  • 39c438faf8 NxWM update patacongo 2012-04-29 22:10:52 +0000