Commit History

Author SHA1 Message Date
  Xiang Xiao cde88cabcc Run codespell -w with the latest dictonary again 4 years ago
  Juha Niskanen a762c06ed9 Fix typos and some incorrect comments 4 years ago
  Juha Niskanen b4f6a3a878 drivers/usbdev/cdcacm.c: Fix memory leak of RX failsafe timer. 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 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 years ago
  Gregory Nutt 504d230599 More cosmetic renaming fixes... devdesc to devinfo 7 years ago
  Gregory Nutt ee0c035a6d USB device: Rename usbdev_description_s to usbdev_devinfo_s to avoid any more confusion of naming with device descriptions in the future. Instances of usbdev_devinfo_s are now called devinfo vs devdesc when is a bad naming collision. 7 years ago
  Frank Benkert eacb4f0e84 Squashed commit of the following: 7 years ago
  Gregory Nutt bf9e1943a4 Clean up and review of header files for conformance to standards 9 years ago
  Gregory Nutt c15cc6e8f0 Add CDC/ACM notification structure. 9 years ago
  Gregory Nutt 5d0131fc73 Names of some USB device definitions changed to avoid collisions 11 years ago
  Gregory Nutt 03413cb676 CDC/ACM: Backward condtional compilation fixed. Provided by Lorenz Meier 11 years ago
  Gregory Nutt fb37248343 CDC/ACM and PL2303 device drivers: Don't use the max packet size assigned to an endpoint in order to determine the request buffer size. The endpoint has not yet been configured that max packet size may be wrong. 11 years ago
  Gregory Nutt 47bbf54f11 Optimize request buffer sizes in the serial USB drivers so that we avoid so many NULL packets and so that the OUT request buffer size is exactly the max packet size. 11 years ago
  patacongo a502d50e1e Updates for stm32f4discovery/usbnsh configuration 11 years ago
  patacongo e16d4463fa Several bugfixes contributed by Petteri Aimonen 12 years ago
  patacongo 34b7ebdf68 Move serial header files to include/nuttx/serial 12 years ago
  patacongo 2fe4ad52f8 Move file-system header files to include/nuttx/fs 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 23a8f1d218 Add a text for the new composite USB device 12 years ago
  patacongo 22a1b8dfe5 More USB composite device logic 12 years ago
  patacongo 270bd0a9c2 More name changes: USBSER->PL2303 CDCSER->CDCACM 12 years ago