weety
weety
ART中的usb dcd驱动在端点读写时存在bug 相关代码 static rt_err_t ep_read(uep_t ep, void *buffer, rt_size_t size) { uep_desc_t ep_desc; ``` ep_desc = ep->ep_desc; if(ep == 0) USBD_CtlPrepareRx(&USB_OTG_Core, buffer, (rt_uint16_t)size); else DCD_EP_PrepareRx(&USB_OTG_Core, ep_desc->bEndpointAddress, buffer, size); return...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem description When designing the attached model with FreeCAD, shelling fails. There are...
[fmu-v2 BSP] Add the USB CDC driver, based on the cherryusb library, saving 4.2KB of RAM occupancy.
### HA core version 2014.10.3 ### Intergration version 0.3.22 ### Device type and model 烘干机 ### Used App 美的美居 ### The description of problem 安装报错,错误信息: 错误 此集成不支持通过用户界面进行配置。如果您是从 Home Assistant 网站点击链接前来,请确保您运行的是最新版本的...