-
我正在stm32f103cb上制作一个daplink, 然后希望之后能平滑移植到其他mcu平台
我已经完成了cdc的功能, 已经可以连接msh
但是使用了cmsis-dap_v2.1_tempate.c之后出了一些问题
比如初始化的时候:
[I/USB] Setup: bmRequestType 0x80, bRequest 0x06, wValue 0x0600, wIndex 0x00…
-
已经发现问题 是USB_NUM_BIDIR_ENDPOINTS太小 改成8即可
-
I tried to run rndis with lwip on stm32f107. The device is detected, windows receives an ip address and a gateway via dhcp, but network manager freezes and it is impossible to turn on the network inte…
-
[cmake] CMake Error at CMakeLists.txt:122 (add_subdirectory):
[cmake] add_subdirectory given source
[cmake] “/xxxx/qmk_porting/platforms/ch58x/wireless/lwrb"
[cmake] which is not an existing …
kskan updated
2 years ago
-
Every time I do this on Linux:
`lsusb -v`
Then a log appears on my device:
```
[E/USB] descriptor not found!
[E/USB] standard request error
[E/USB] standard request error
```
On Linux, th…
-
I don't know how to create a PR for this.
In https://github.com/sakumisu/CherryUSB/tree/master/docs the first directory should probably be "assets" (resources belonging to a project" and not "asser…
-
Hi,
I found your post here: https://esp32.com/viewtopic.php?p=94610#p94610
I am *very* interested in this. I am trying to build a reliable software platform for Raspberry Pis and they are a smal…
-
There is an example device for hidraw from umockdev project. Maybe we can integrate it for CI under Linux.
https://github.com/martinpitt/umockdev/tree/main/devices/hidraw
-
你好,
请问 USB Device 模拟摄像头现在除了 BL706_AVB 还支持其他开发板吗?似乎 BL706_AVB 只能在论坛申请。
https://dev.bouffalolab.com/media/doc/sdk/bl_mcu_sdk_zh/samples/advance%20samples/usb/usbd_video.html
-
@sakumisu 您好,有几个问题请教一下:
1)CherryUSB软件包是否是独立于RT-Thread原生自带的USB驱动框架,即单独打开软件包即可使用,不需要打开RT-Thread的components/drivers/usb?
2)CherryUSB中所支持的Synopsys IP,是DesignWare HS OTG Controller吗?若是,是否已支持高速host和高速devi…