88 Commits (48de4a98fc59737101140c10d4f7b5a6bc99c7d4)

Author SHA1 Message Date
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 930b5b836c Add an ADC-based touchscreen driver for the PIC32MX7 MMB board 13 years ago
patacongo 5e0db56108 Massive naming fix: STMPE11->STMPE811 13 years ago
patacongo 516a0a7adb Add support for the USB trace cability in NSH when a USB console is used 13 years ago
patacongo 983e72ea39 Fix packet size calculation in CDC/ACM and PL2303 USB serial drivers 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 383e7a0c97 Improved thresholding logic in the STMPE11 driver; NxWM: Oops minimizing wrong application 13 years ago
patacongo c23d14b08e SMTPE11 and NxWM touchscreen fixes 13 years ago
patacongo 6c0c3ab191 NxWidgets: Remove modal loops, Add CWindowEventHandler*. NxWM: Add support for full screen applications 13 years ago
patacongo 5d31022f9d The STMPE11/touchscreen is now fully functional on the STM3240G-EVAL 13 years ago
patacongo f08f0709b3 Various fixes for running the NxWM unit test on the STM3240G-EVAL 13 years ago
patacongo a17f13da06 Add STMPE11 temperature sensor logic 13 years ago
patacongo db2a671b19 Add STMPE11 touchscreen logic 13 years ago
patacongo 8e45cf0546 Updated NxWM widgets, several NX, NxWidgets, and NxWM bug fixes 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 414af0aef2 NFS update 13 years ago
patacongo 09eac48792 Fix atexit() function being called twice 13 years ago
patacongo 9c8f49c100 Prep for 6.17 release 13 years ago
patacongo a48bc67382 Add a header file that defines a standard watchdog timer driver 13 years ago
patacongo 52ca693964 A few early STM32 OTF FS fixes 13 years ago
patacongo cb1591528f More progress on the STM32 OTG FS device driver 13 years ago
patacongo 424ec5656c Add STM32 OTG FS device endpoint stall logic 13 years ago
patacongo 02354c2284 Add support for backspace and a cursor to NxConsole 13 years ago
patacongo 3d86917712 More fixes for NxConsole driver 13 years ago
patacongo 6542745de8 Add framework in NxConsole to support VT100 escape sequences 13 years ago
patacongo e04a96b580 Can now run an NSH session within an NX window 13 years ago
patacongo 07e5222a41 NX console updates 13 years ago
patacongo 52bf8b3bf1 More NX Console fixes... good progress but still not ready for prime time 13 years ago
patacongo 7ce2f90034 NX console driver is code complete but untested 13 years ago
patacongo 5c2c73f6f5 Add beginnings of an NX console driver 13 years ago
patacongo 4bbb82261c Use const storage class on a few declarations to save SRAM 13 years ago
patacongo bfbf2cccdf Additional documentation/README updates 13 years ago
patacongo b32fd7491e Update documenation to include Calypso and the Compal phones 13 years ago
patacongo cda951fff1 Documentation update 13 years ago
patacongo 3e42396a44 Updated comments; starting to implement priority protection but backed everything out but some changes to comments 13 years ago
patacongo 72dfc599ee Documentation update; enabled I2C tool in stm32 nsh2 config 13 years ago
patacongo 15ddbb4de9 Documentation update for NxWidgets 13 years ago
patacongo a58d4b265f Move serial header files to include/nuttx/serial 13 years ago
patacongo c22a13ef4a Move file-system header files to include/nuttx/fs 13 years ago
patacongo c6bd4f78c4 Add support for the Sure DB-DP11212 PIC32 board 13 years ago
patacongo 2204da6b60 Prep for 6.16 release 13 years ago
patacongo 0a89a8ade3 Add support for use of a USB serial device to provide NSH console I/O. Verified on the Sure PIPIC32MX board 13 years ago
patacongo 40f49928b0 Several fixes to the PIC32 USB device OUT path logic 13 years ago
patacongo 03c2be3856 Move all non-standard, NuttX header files into include/nuttx/net 13 years ago
patacongo 82da59c616 Add support for C++ static constructors (at least to a few platforms) 13 years ago
patacongo 0362fd4c22 (1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an option to suppress SDIO multi-block transfers in order to work around a buggy SDIO driver 13 years ago
patacongo 20b15f2d8c STM32 SDIO DMA: Ignore DMA FIFO errors; these seem to be bogus. SD multiple block transfers result in CRC errors; avoid them by using smaller FTP buffer sizes 13 years ago