Historique des commits

Auteur SHA1 Message Date
  David Lin 10e0f28754 Update cdc_vcom.c il y a 6 ans
  Ihavedone 0fdf20cf58 添加虚拟串口接收缓存的 ENV 配置项,可手动配置接收缓存大小,默认为128字节 il y a 6 ans
  weety 5293175998 Fixed data loss issue when USB CDC serial works in dma transmission mode. il y a 7 ans
  Peter Zhang 328a697c1d [components][drivers][usb][usb_device][cdc_vcom]: Add 'RT_VCOM_TX_TIMEOUT' to configure TX_TIMEOUT whick may block vcom tx thread for a long time. Add 'RT_VCOM_TASK_STK_SIZE', 'RT_VCOM_TX_USE_DMA', 'RT_VCOM_SERNO', 'RT_VCOM_SER_LEN', 'RT_VCOM_TX_TIMEOUT' to Kconfig il y a 7 ans
  zyh c2539db38e [Components][drivers][usb]修复非对齐访问异常 il y a 7 ans
  Bernard Xiong 2c0640a178 [license] Change license to Apache. il y a 7 ans
  liruncong 7b788014f7 修正drivers下,armclang编译时的警告或错误 注:vcom_tx_thread_entry下, if(!res & CDC_TX_HAS_DATE)应为bug. il y a 7 ans
  liruncong 923d6fe33d 消除usb结构体gcc编译时的相关警告 il y a 7 ans
  zyh 1ed770039c [Coponents][USB device]add class register interface il y a 7 ans
  ZYH 5035662cd9 [Components][USB Device]各个class对HS进行了适配 il y a 8 ans
  charlown 4f1f0ad918 fix cdc_vcom.c notify receive data. il y a 8 ans
  ChunfengMu a499c18072 [Components][Drivers][USB]vcom dma_tx模式下根据bulk in提交能力限制tx_ringbuffer的填充长度,避免对下次bulk in传输造成影响. il y a 8 ans
  ChunfengMu 9798917638 1:解决主机端未打开串口时,设备端应用程序dma模式下操作vcom发送数据时,dataqueue条目泄漏的问题。 il y a 8 ans
  ChunfengMu 263e9faae4 Update cdc_vcom.c il y a 8 ans
  ChunfengMu 2ea318cc03 1:解决未使用串口设备时,bulkout端点接收数据触发断言的问题。 il y a 8 ans
  ChunfengMu 0b0cbaf9aa [Components][Drivers][USB]fix compiling errors il y a 8 ans
  Aubr.Cool 537943ed6f [Components] driver usb vcom fix error for console (#1160) il y a 8 ans
  ChunfengMu 31dcce45c8 1:修复cdc_vcom命令处理错误,SetLineCoding命令用于设置一些vcom参数,在此处判定vcom连接状态不合适,因通过SetControlLineState命令wValue字段最低位进行判断。 il y a 8 ans
  tangyuxin cc54e0a74e [usb]update usb stack il y a 8 ans
  shaolin 64a2902fa9 1. Fix some spell error; il y a 11 ans
  shaolin 8fd0a7f9c6 Update USB Device Stack to support more device controllers; il y a 12 ans
  Grissiom 981d929b56 ringbuffer: fix the ambiguous name il y a 12 ans
  yiyue.fang 621fbdb90c Embedded GPLv2 license in drivers il y a 12 ans
  Grissiom 046182be94 cdc_vcom: reset the vcom state in proper cases il y a 12 ans
  Grissiom aa179e4438 cdc_vcom: not to start sending data when the data is already sending il y a 12 ans
  Grissiom d23ee75d2e cdc_vcom: send data as many as possible il y a 12 ans
  Grissiom ffb1e62020 cdc_vcom: send a zero-length-packet at the end is transaction il y a 12 ans
  Grissiom 778c4239b1 cdc_vcom: fix the bug that use ringbuffer pool as usb packet buffer il y a 12 ans
  heyuanjie87 34d531578e class driver can custom string description il y a 13 ans
  heyuanjie87 d20974b9d2 allows the user custom PID and VID il y a 13 ans