150 Commits (bdd2c5b28836a80e3a79be23bfe45fd159203d8a)

Author SHA1 Message Date
patacongo 43d533da11 Kconfig changes + back out part of last check-in: The 2STOP setting must be integer 0/1, not boolean 13 years ago
patacongo d593a95d5a Add support for multiple work queues 13 years ago
patacongo 9527119f73 Slightly improved delay logic for the USB host 13 years ago
patacongo 20c7cf9db9 Update STM32 USB OTG FS host driver -- the driver is now marginally functional 13 years ago
patacongo 451e17f183 Several more bug fixes for STM32 OTG FS host driver 13 years ago
patacongo 27bd0bbee4 Changes for clean STM32 USB host driver build 13 years ago
patacongo c3f866cc2c Progress on STM32 OTG FS host driver 13 years ago
patacongo ba31404b97 Move duplicate LCD orieations settings from configs/*/Kconfig to drivers/lcd/Kconfig 13 years ago
patacongo e207f076c9 Auto-configuration updates from Richard Cochran 13 years ago
patacongo a72ff3b651 Make the lib/ subdirectory build more like other directories 13 years ago
patacongo 2b184e2630 drivers/serial/serial.c open, read, write, and poll methods will not return a short transfer or an EINTR error if a signal is received while waiting (only) 13 years ago
patacongo 07b635386d Add capability to traverse inodes in the NuttX psuedo-filesystem 13 years ago
patacongo a9ba8355fb Fix syslog mutual exclusion and interrupt level logic 13 years ago
patacongo 30e820d861 The initial SYLOG device logic was valiant but yet still not enough 13 years ago
patacongo 6913926a96 Move RAMLOG driver to drivers/syslog; Add ability to output debug information to any character device or file 13 years ago
patacongo 6c75c18bae Review and update some board configurations 13 years ago
patacongo 9b7cbb006a PM update 13 years ago
patacongo 6ea6b7d6b8 Add SSD1783 LCD driver for C155 phone 13 years ago
patacongo 94b6f9e9cc Mostly cosmetic updates 13 years ago
patacongo cbc32cd067 Fix logic error in configuring PGA11x devices in a daisy chain. Add logic interface with individual PGA11x chips in a daisy-chain 13 years ago
patacongo 7e70b4bdf6 PGA11x driver belongs in analog/ not input/ 13 years ago
patacongo cf48e3c73f Add support for the TI PGA11x amplifier/multiplexer 13 years ago
patacongo d7280d4382 Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeed 13 years ago
patacongo 6cffd422b8 Fix an error in LPC43xx clock configuratin that can cause fail to boot 13 years ago
patacongo 5eee9a3a37 drivers/, drivers/pipes, and drivers/serial file clean-up 13 years ago
patacongo 0e3afd21b0 The SST25 driver now works with SST25 (at least using the slow write mode) 13 years ago
patacongo 1a1acf6b7c Mirtoo README.txt and SST25 comments update 13 years ago
patacongo 9be225d32d Add logic to un-protect blocks to the SST25 driver 13 years ago
patacongo b96e5cf7f7 Mirtoo: Switch to SPI mode 1 13 years ago
patacongo 32c100bf94 Add an erase block cache to the SST 25 driver 13 years ago
patacongo 7ec3df6877 Add a driver for SST 25 FLASH 13 years ago
patacongo 3611ea2855 STM32 power management update 13 years ago
patacongo e7b80154df Fix PL2303 typo checked in a long time ago; NFS update 13 years ago
patacongo 7da38c9dad The PIC32MX7 MMB's mio832qt2 LCD is functional 13 years ago
patacongo 48f2d672f0 Add support for the MIO283QT2 LCD 13 years ago
patacongo ad5395c160 SD card now works on the PIC32MX7 MMB board 13 years ago
patacongo 904c756f81 updates for LCD initialization 13 years ago
patacongo c293822621 NFS update 13 years ago
patacongo b976163a64 Fix some of the SSD1289 initial register settings 13 years ago
patacongo 5a87fd158b A little more cleanup after the big STMPE11->811 name change 13 years ago
patacongo 5e0db56108 Massive naming fix: STMPE11->STMPE811 13 years ago
patacongo 4bba15ad81 SSD1289 fixes 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 702c78383e Add a timeout to the STMPE11 touchscreen driver to catch missing pen up events 13 years ago
patacongo d21b932f5e NXWidgets::CNxTkWindow must subtract the height of the toolbar (if any) when reporting the size of the window 13 years ago
patacongo 383e7a0c97 Improved thresholding logic in the STMPE11 driver; NxWM: Oops minimizing wrong application 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 4bc440c90c Fix a few STMPE11 touchscreen and NxWM touchscreen calibration bugs 13 years ago