252 Commits (3860f7266525c09db6a1943066fff78aea79a289)

Author SHA1 Message Date
patacongo 64327c0263 Beginning of NXP LPC4330 port 13 years ago
patacongo 4ba6eec999 Add NXFFS configuration for Mirtoo 13 years ago
patacongo 7ec3df6877 Add a driver for SST 25 FLASH 13 years ago
patacongo c8f02e00cd Fix a critical PIC32 GPIO configuration bug 13 years ago
patacongo 22c2af3274 Add a Mirtoo NSH configuration; move all Mirtoo linker scripts to a common directory 13 years ago
patacongo 524b08c3fc Updates to support the Mirtoo internal clocking 13 years ago
patacongo 048a62dba9 Add a configuration to support the Mirtoo module 13 years ago
patacongo bd7bf04393 Add support for PIC32 MX1 and MX2 families 13 years ago
patacongo 044028b606 Add NFS How-To document 13 years ago
patacongo 8bbd7a5455 Prep for 6.19 release 13 years ago
patacongo e7b80154df Fix PL2303 typo checked in a long time ago; NFS update 13 years ago
patacongo 84feda595c Fix a divide-by-zero error in the trapezoid drawing logic 13 years ago
patacongo b2365bb867 PIC32MX7 MMB touchscreen driver update 13 years ago
patacongo 4c222bcab1 Fix a bad interrupt state in the PIC32 IDLE loop when the work queue is enabled 13 years ago
patacongo 930b5b836c Add an ADC-based touchscreen driver for the PIC32MX7 MMB board 13 years ago
patacongo 48f2d672f0 Add support for the MIO283QT2 LCD 13 years ago
patacongo 2d80d4285e PIC32 USB mass storage device works; USB and MSC are now enabled by default in the PIC32MX7 MMB configuration 13 years ago
patacongo ad5395c160 SD card now works on the PIC32MX7 MMB board 13 years ago
patacongo dc1b82ed5d Add SD card support to the PIC32MX7 MMB board; Add regiser level debug instrumentatin for the PIC32 SPI driver 13 years ago
patacongo e02ce9e19d Fix PHY address search; NFS update 13 years ago
patacongo 1f961d132d Add an NSH configuration for the Mikroelektronika PIC32MX7 MMB board 13 years ago
patacongo f9cff8fcc2 Fix device configuration... now Mikroelektronika PIC32MX7 MMB board works. 13 years ago
patacongo d704edcac6 Interrupt priority fix + new LM3S header files 13 years ago
patacongo c293822621 NFS update 13 years ago
patacongo b976163a64 Fix some of the SSD1289 initial register settings 13 years ago
patacongo 81c4bcb9b5 Fix return values from sleep(), usleep(), and sigtimedwait(). Fix STM32 F2 I2C bug-for-bug compatibility 13 years ago
patacongo 0d0e60676a Need to enable USB reset interrupt 13 years ago
patacongo 5e0db56108 Massive naming fix: STMPE11->STMPE811 13 years ago
patacongo e6456b5d95 More STM3220G-EVAL fixes; Add NxWM configuration for the STM3220G-EVAL 13 years ago
patacongo 2957b15317 Bring STM3220G-EVAL board configurations to same level as STM3240G-EVAL 13 years ago
patacongo 5da1320789 Update all STM32 F2 files so that they are the same as the corresponding F4 files 13 years ago
patacongo 7d59330a69 STM32 OTF FS device. USB console now works for me. Some of these changes are hacks that need to be revisited. 13 years ago
patacongo fbfbb294a4 STM32 OTG FS device: Don't process TXFE^Cf we have already processed an XFRC interrupt. 13 years ago
patacongo 983e72ea39 Fix packet size calculation in CDC/ACM and PL2303 USB serial drivers 13 years ago
patacongo e856796371 Add STM32F4Discovery support for an SSD1289-based LCD 13 years ago
patacongo 5315932882 Add generic SSD1289 LCD driver 13 years ago
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