167 Commits (8fc98459c34fb5386b2007d8886e62f2cd6470e9)

Author SHA1 Message Date
patacongo 8fc98459c3 Various improvements to NxWM hex calculator display 13 years ago
patacongo 55c75c6ba0 Update STM3240G-EVAL defconfig to support NxConsole keyboard input; increase spacing of icons on the start window 13 years ago
patacongo 702c78383e Add a timeout to the STMPE11 touchscreen driver to catch missing pen up events 13 years ago
patacongo 602575e7c9 Add an NxWM console/keyboard thread and eliminate all issues with NxConsole window serial input 13 years ago
patacongo 15730ec0d5 Add NX kbd input support to NxConsole 13 years ago
patacongo 232ce4e980 Prep for 6.18 release 13 years ago
patacongo 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 13 years ago
patacongo 7c97dbdf44 Re-factor NX messaging logic in preparation for a new message control feature 13 years ago
patacongo 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 13 years ago
patacongo 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 13 years ago
patacongo 383e7a0c97 Improved thresholding logic in the STMPE11 driver; NxWM: Oops minimizing wrong application 13 years ago
patacongo 0aaa3c8baf Add task switching instrumentation for missing case. Contributed by Petri Tanskanen. 13 years ago
patacongo 4952b2dddf Disabled NXTK autoraise; it does not work properly in multi-user mode due to queue mouse/touchscreen input 13 years ago
patacongo 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. 13 years ago
patacongo 6798ffe9be Fix a critical NXTK bug related to mouse/touchscreen positions within framed windows 13 years ago
patacongo 4bc440c90c Fix a few STMPE11 touchscreen and NxWM touchscreen calibration bugs 13 years ago
patacongo c23d14b08e SMTPE11 and NxWM touchscreen fixes 13 years ago
patacongo e72205be3c NxWM: Finishes touchscreen implementation; NuttX: Standardize touchscreen initialization interfaces for all boards 13 years ago
patacongo 23897082d9 NX trapezoid fixes; Various NxWM fixes 13 years ago
patacongo 5df98379f4 Adding beginning of NxWM touchscreen support 13 years ago
patacongo 6c0c3ab191 NxWidgets: Remove modal loops, Add CWindowEventHandler*. NxWM: Add support for full screen applications 13 years ago
patacongo f08f0709b3 Various fixes for running the NxWM unit test on the STM3240G-EVAL 13 years ago
patacongo 5df21bfd6d Most fixes to get NxWM working on the STM3240G-EVAL 13 years ago
patacongo 424579fcba Add configuration for testing NxWM 13 years ago
patacongo 69f4e02c17 Mostly cosmetic, partial fixes for STM3240G-EVAL LCD 13 years ago
patacongo 03d9d974b5 Beginning of an SMTPE11 touchscreen/IO expander driver 13 years ago
patacongo 8e45cf0546 Updated NxWM widgets, several NX, NxWidgets, and NxWM bug fixes 13 years ago
patacongo 2b6180f48e NxWM updates (with some NX and NxWidget fixes too) 13 years ago
patacongo 838d1f26dd More NxWM support 13 years ago
patacongo 007ef5d050 Add NxConsole configuration for the STM3240G-EVAL board 13 years ago
patacongo d0cf30e839 Add support for UBW32 buttons 13 years ago
patacongo 8df96243b8 Add NSH configuration for the Bit Whacker 13 years ago
patacongo 87883c4b53 Configuration for Sparkfun UBW32 board 13 years ago
patacongo 305cf084d4 Add interfaces to support getting/setting of thread/task names 13 years ago
patacongo 5b83507116 Fix infinite loop in CDC/ACM driver 13 years ago
patacongo f544d4c1a8 Fix a UDP build issue 13 years ago
patacongo ec81f66d5c Add circular DMA support to STM32 and STM32 serial driver; Add initial configuration for the Mikroelektronika PIC32MX7 MMB board 13 years ago
patacongo 941cf06037 More Kconfig stuff 13 years ago
patacongo 530040b164 drivers/serial: Don't disable Rx interrrupts on each character 13 years ago
patacongo 6aa752b338 Disable line buffering if the file is opened in binary mode; Also fix a couple of fopen/fdopen bugs 13 years ago
patacongo 2e53a5cf45 Fix sched_setscheduler() return value 13 years ago
patacongo 338ad36286 Add beginning of LCD driver for the STM3240G-EVAL 13 years ago
patacongo 3be0d43036 Add a watchdog timer test 13 years ago
patacongo be4a25e5b5 Add skeleton file for STM32 watchdog timer driver 13 years ago
patacongo 9c8f49c100 Prep for 6.17 release 13 years ago
patacongo 8133934480 Add an upper half watchdog timer driver 13 years ago
patacongo a48bc67382 Add a header file that defines a standard watchdog timer driver 13 years ago
patacongo e37d8b5e5d Extend the USB device/class interface: Add parameters to pass the EP0 OUT data that should accompany the OUT SETUP request 13 years ago
patacongo 16b8b599a9 Add tools/cmpconfig.c to compare to configuration files 13 years ago
patacongo 3e8cc7b056 Include libgcc.a inside of the group of recursively linked libraries in all Makefiles 13 years ago