0
0
Fork 0
Go to file
windowsair 0cb03cc0db fix: Fix some rookie mistakes 2020-02-04 22:26:21 +08:00
components fix: Fix duplicate definitions & Remove redundant build configurations 2020-02-04 20:58:16 +08:00
main fix: Fix duplicate definitions & Remove redundant build configurations 2020-02-04 20:58:16 +08:00
.gitignore feat: Mainly improve DAP configuration: 2020-01-21 22:03:05 +08:00
.travis.yml fix: Fix some rookie mistakes 2020-02-04 22:26:21 +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 fix: Fix duplicate definitions & Remove redundant build configurations 2020-02-04 20:58:16 +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