124 Commits (0512367a9c707f26b9a2b9057cf64714f46a0dc4)

Author SHA1 Message Date
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
patacongo f04310d559 Correct and error in recv() and recvfrom() return value 13 years ago
patacongo 9a03521b43 Prep for 6.15 release 13 years ago
patacongo acf1031af3 Add interface to enabled/disable debug output 13 years ago
patacongo bdbe8e114c Add logic to re-direct debug output to a sysloggin device 13 years ago
patacongo f03655f43a Add logic so that a RAM log can be used in place of a console device 13 years ago
patacongo ddd6b7d383 Add a RAM-based logging device 13 years ago
patacongo 3d42ab8282 FTPD daemon and example now build without errors 13 years ago
patacongo c6e75138be Add build environment for the FTP daemon 13 years ago
patacongo 7a586daed8 NSH now uses the new Telnet daemon and built-in tasks started by NSH can be used over Telnet 13 years ago
patacongo 35a1f247c4 Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes some complex logic needs to execute when closing file descriptors and this needs to happen early while the task is still healthy 13 years ago
patacongo 41d243ce3e Most USB Composite device debug 13 years ago
patacongo b8e32a94f3 First round of changes from debug of USB composite device (still has problems) 13 years ago
patacongo cd24ef4a30 Add a text for the new composite USB device 13 years ago
patacongo 804205a104 More USB composite device logic 13 years ago