-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
firmware: fix issue #382 (-88 bytes XRAM).
The issue #382 (failure of the device to enumerate when plugged into a Windows machine for the first time) was caused by the lack of handling of a Windows-specific descriptor. Respond to a request for this descriptor. Co-authored-by: Maya <maya@maybemaya.me> Co-authored-by: Charlotte <charlotte@lottia.net>
- Loading branch information
1 parent
0816d30
commit 757128f
Showing
2 changed files
with
20 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule libfx2
updated
3 files
+1 −1 | firmware/library/include/fx2usb.h | |
+10 −0 | firmware/library/include/usbmicrosoft.h | |
+3 −3 | software/fx2/fx2tool.py |