Commit History

Author SHA1 Message Date
  Gregory Nutt 46d435fc65 Various cosmetic changes. 5 years ago
  Gregory Nutt dbd1bb1f1e All function pointer types should be prefaced by the qualifier CODE (unless the callable function is known to reside in RAM, then it should be FAR). 5 years ago
  Gregory Nutt 5e38ad28f4 drivers/usbdev: Add support for RX flow control to the CDC/ACM driver. 7 years ago
  Wolfgang Reissnegger 81f7758848 USBMSC: Fix usbtrace() string. 8 years ago
  Gregory Nutt 1cdc746726 Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 8 years ago
  Gregory Nutt 863ded3584 Standardize the width of all comment boxes in C header files 9 years ago
  Gregory Nutt 3a1324741a More trailing whilespace removal 10 years ago
  Gregory Nutt 7bbc46f721 Avoid calling pthread_join() to wait for USB MSC thread to terminate: This does not work if the caller of usb_mscuninitialize() is in a different task group than the MSC thread. From David Sidrane 11 years ago
  Gregory Nutt 0585cd5692 Extend USB trace logic. When we are configured to decode and stringify trace data, de-stringification support is not included for class driver trace output 11 years ago
  Gregory Nutt 7e2c6c4aef Fixes for compiler warnings from Lorenz Meier 11 years ago
  patacongo d932e56dca STM32 F4 patches from Petteri Aimonen (mostly USB) 11 years ago
  patacongo 7f13b6edaf LM4F update from JP 11 years ago
  patacongo 4aa5fab17f Changes to get a clean ez80 build using the ZDS 5.1.1 toolchain 12 years ago
  patacongo 9294b7d6fd Minor updates for PIC32 USB device driver bugs 12 years ago
  patacongo 391d33732c 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 12 years ago
  patacongo a79c599632 The composite USB device is basically functional (more testing needed) 12 years ago
  patacongo 23a8f1d218 Add a text for the new composite USB device 12 years ago
  patacongo 270bd0a9c2 More name changes: USBSER->PL2303 CDCSER->CDCACM 12 years ago
  patacongo c6b62075aa Massive name change USB STRG -> USB MSC 12 years ago
  patacongo 5b9d73ed52 Progress toward composite CDC/ACM+MSC USB device 12 years ago
  patacongo a96e7ec9d5 Add CDC ACM serial class device driver 13 years ago
  patacongo 304380c2f0 Create include/nuttx/usb directory 14 years ago