Commit History

Author SHA1 Message Date
  Meco Man 0f461e870c [errno code][-RT_ERROR] fix that use RT_ERROR without - 2 years ago
  Meco Man f58d3c5200 rt_device_write/read return data type as rt_ssize_t 2 years ago
  kylongmu 0b58637a49 USB CDC驱动在win11下无法识别,看了微软的描述修改子类后正常 (#6783) 2 years ago
  Man, Jianting (Meco) 99bdf978d7 [rtdef] use lower-case to define attributes (#6728) 2 years ago
  myshow2258 87be8fdba8 Modified bsp/stm32/libraries/HAL_Drivers/drv_usbd.c 2 years ago
  BreederBai c28b79b7d7 硬件驱动(VCOM):增加获取USB虚拟串口连接状态的接口 (#5881) 3 years ago
  thewon86 f5b0bfd3f4 uniform code writing-disable interrupt 3 years ago
  nongxiaoming 57165329ac [components][usb] fix compile warning in cdc_vcom.c 3 years ago
  mazhiyuan f04941c951 [cdc_vcom.c]adapt to both v1 and v2 of serial 3 years ago
  mazhiyuan bc5744b1ba 修复cdc_vcom.c中的一些编译问题 3 years ago
  dillon-min 247df39bfe Merge branch 'master' into comp 4 years ago
  Dillon Min effcee25b7 component: driver: usb: Add usb interface string(iInterface) setting 4 years ago
  Meco Man 3c05a4e719 [compoenets] auto & manual formatted 4 years ago
  David Lin f086765401 Update cdc_vcom.c 4 years ago
  hphuang 0bfb881168 merge latest usb class with workaround 5 years ago
  David Lin 10e0f28754 Update cdc_vcom.c 5 years ago
  Ihavedone 0fdf20cf58 添加虚拟串口接收缓存的 ENV 配置项,可手动配置接收缓存大小,默认为128字节 5 years ago
  weety 5293175998 Fixed data loss issue when USB CDC serial works in dma transmission mode. 6 years ago
  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 6 years ago
  zyh c2539db38e [Components][drivers][usb]修复非对齐访问异常 6 years ago
  Bernard Xiong 2c0640a178 [license] Change license to Apache. 6 years ago
  liruncong 7b788014f7 修正drivers下,armclang编译时的警告或错误 注:vcom_tx_thread_entry下, if(!res & CDC_TX_HAS_DATE)应为bug. 6 years ago
  liruncong 923d6fe33d 消除usb结构体gcc编译时的相关警告 6 years ago
  zyh 1ed770039c [Coponents][USB device]add class register interface 7 years ago
  ZYH 5035662cd9 [Components][USB Device]各个class对HS进行了适配 7 years ago
  charlown 4f1f0ad918 fix cdc_vcom.c notify receive data. 7 years ago
  ChunfengMu a499c18072 [Components][Drivers][USB]vcom dma_tx模式下根据bulk in提交能力限制tx_ringbuffer的填充长度,避免对下次bulk in传输造成影响. 7 years ago
  ChunfengMu 9798917638 1:解决主机端未打开串口时,设备端应用程序dma模式下操作vcom发送数据时,dataqueue条目泄漏的问题。 7 years ago
  ChunfengMu 263e9faae4 Update cdc_vcom.c 7 years ago
  ChunfengMu 2ea318cc03 1:解决未使用串口设备时,bulkout端点接收数据触发断言的问题。 7 years ago