0
0
Fork 0
Go to file
windowsair c3582e8e2b feat: Switch to USB HID, now fully available 2020-02-02 14:49:14 +08:00
components feat: Switch to USB HID, now fully available 2020-02-02 14:49:14 +08:00
main feat: Switch to USB HID, now fully available 2020-02-02 14:49:14 +08:00
.gitignore feat: Mainly improve DAP configuration: 2020-01-21 22:03:05 +08:00
CMakeLists.txt chore: Add cmake file for components 2020-01-26 16:29:52 +08:00
Makefile init commit 2020-01-20 22:09:00 +08:00
README.md fix: Fixed some rookie mistakes 2020-01-31 15:58:47 +08:00
idf.py init commit 2020-01-20 22:09:00 +08:00
sdkconfig feat: Switch to USB HID, now fully available 2020-02-02 14:49:14 +08:00

README.md

Attention

At present, the adaptation to WCID, WinUSB, etc. has all been completed. However, when transmitting data on the endpoint, we received an error message from USBIP. This is most likely a problem with the USBIP project itself.

Due to the completeness of the USBIP protocol document, we have not yet understood its role in the Bulk transmission process, which may also lead to errors in subsequent processes.

We will continue to try to make it work under USB HID. Once the USBIP problem is solved, we will immediately transfer it to work under WinUSB