86 Commits (0073ac83ffd1e57093141ed081eecdd906701e8e)

Author SHA1 Message Date
patacongo 6d6976b06e Rename some USB device files 13 years ago
patacongo 42c322f824 More Kconfig files 13 years ago
patacongo 530040b164 drivers/serial: Don't disable Rx interrrupts on each character 13 years ago
patacongo 55d814ce2d STM32 WWDG watchdog driver works 13 years ago
patacongo e1920cbcb3 Add STM32 watchdog configuration 13 years ago
patacongo 5286a4c849 Kconfig updates 13 years ago
patacongo 57c04fbaea Kconfig updates 13 years ago
patacongo 8133934480 Add an upper half watchdog timer driver 13 years ago
patacongo d72d847d56 Minor kconfig fixes 13 years ago
patacongo 0bb3d17f8a Kconfig update 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 a45f93e311 Working for missing logic to get EP0 OUT DATA 13 years ago
patacongo 0c9433d032 Misc STM32 OTF FS driver fixes + More Kconfig files 13 years ago
patacongo d334d4d015 Fix CDC/ACM alternate interface number (from Antti) 13 years ago
patacongo fe091124b6 Modify configuration for use with STM32 OTG FS driver testing 13 years ago
patacongo 74ed2d1e60 Updated Kconfig files from Lzyy 13 years ago
patacongo 2ac0dff544 Add kconfig documentation 13 years ago
patacongo e54df74833 Adding skeleton Kconfig files (part 1 of 2) 13 years ago
patacongo 0036b9b3cd A couple of fixes to common and STM32 serial handling to fix some data overrun conditions 13 years ago
patacongo 6d7a2956eb Missed one file from last set of LPC17xx DAC changes 13 years ago
patacongo bfbf2cccdf Additional documentation/README updates 13 years ago
patacongo 97fd097f9a Move include/sercomm to include/nuttx/sercomm 13 years ago
patacongo 79bdfcae3d A few more Calypso/Compal updates 13 years ago
patacongo 34c9408530 Add support for compal e99 and e88 phones 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 aa37eeaa03 Minor updates for PIC32 USB device driver bugs 13 years ago
patacongo 199e931462 The PIC32 USB driver (finally) works the the Mass Storage Class 13 years ago
patacongo 9242a9e578 Fix reported USB MSC product/revision 13 years ago
patacongo 2286099a15 Updates to the PIC32 USB driver (still kind of buggy); Fix for STM32 CAN2 -- Need to enable CAN1 clocking to use CAN2 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 03c2be3856 Move all non-standard, NuttX header files into include/nuttx/net 13 years ago
patacongo 56bcc7b105 Extend CDC/ACM driver so that can be connected/disconnected under software control; Add new NSH commands sercon and serdis that will connect and disconnect the CDC/ACM serial device 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 bf06e16a5f Various STM32 SDIO and DMA fixes (SDIO DMA still does not work) 13 years ago
patacongo 3625222c6c Add QE support to STM32F4Discovery; add a test of the quadrature encoder driver 13 years ago
patacongo 2bc230a0d6 Add an infrastructure to support a generic quadrature encoder driver 13 years ago
patacongo acf1031af3 Add interface to enabled/disable debug output 13 years ago
patacongo 686d0f0daa Fix a small RAM log bug (the RAM log still does not work) 13 years ago
patacongo a563ce3647 Fix some typos and compilation errors introduced in the last checkin 13 years ago
patacongo 57ae1bb526 The RAM log cannot block like more character drivers, otherwise cat /dev/syslog does not work 13 years ago
patacongo 592c4f7deb Add dmesg command that can be used to dump the syslog 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 6a4e8b32b3 Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use readline instead of fgets in NSH 13 years ago
patacongo 5d7909fa42 Can't use 'class' as a field name! Backward conditional compilation in usbmsc.c 13 years ago
patacongo 6c72068d14 Correct a typo in STM32 I2C3 support 13 years ago
patacongo 41d243ce3e Most USB Composite device debug 13 years ago
patacongo f0d2b3cca3 The composite USB device is basically functional (more testing needed) 13 years ago