提交历史

作者 SHA1 备注 提交日期
  Xiang Xiao cde88cabcc Run codespell -w with the latest dictonary again 4 年之前
  Juha Niskanen a762c06ed9 Fix typos and some incorrect comments 4 年之前
  Juha Niskanen b4f6a3a878 drivers/usbdev/cdcacm.c: Fix memory leak of RX failsafe timer. 5 年之前
  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 年之前
  Gregory Nutt 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 年之前
  Gregory Nutt 504d230599 More cosmetic renaming fixes... devdesc to devinfo 7 年之前
  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 年之前
  Frank Benkert eacb4f0e84 Squashed commit of the following: 7 年之前
  Gregory Nutt bf9e1943a4 Clean up and review of header files for conformance to standards 9 年之前
  Gregory Nutt c15cc6e8f0 Add CDC/ACM notification structure. 9 年之前
  Gregory Nutt 5d0131fc73 Names of some USB device definitions changed to avoid collisions 11 年之前
  Gregory Nutt 03413cb676 CDC/ACM: Backward condtional compilation fixed. Provided by Lorenz Meier 11 年之前
  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 年之前
  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 年之前
  patacongo a502d50e1e Updates for stm32f4discovery/usbnsh configuration 11 年之前
  patacongo e16d4463fa Several bugfixes contributed by Petteri Aimonen 12 年之前
  patacongo 34b7ebdf68 Move serial header files to include/nuttx/serial 12 年之前
  patacongo 2fe4ad52f8 Move file-system header files to include/nuttx/fs 12 年之前
  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 年之前
  patacongo 23a8f1d218 Add a text for the new composite USB device 12 年之前
  patacongo 22a1b8dfe5 More USB composite device logic 12 年之前
  patacongo 270bd0a9c2 More name changes: USBSER->PL2303 CDCSER->CDCACM 12 年之前