forked from adafruit/circuitpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request adafruit#8999 from hathach/fix-8885
call tuh_hid_receive_abort() when detach from kernel driver
- Loading branch information
Showing
4 changed files
with
10 additions
and
2 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 Pico-PIO-USB
updated
11 files
+1 −1 | README.md | |
+1 −1 | library.properties | |
+30 −16 | src/pio_usb.c | |
+1 −1 | src/pio_usb.h | |
+12 −8 | src/pio_usb_configuration.h | |
+27 −17 | src/pio_usb_host.c | |
+6 −2 | src/pio_usb_ll.h | |
+10 −6 | src/usb_rx.pio | |
+10 −6 | src/usb_rx.pio.h | |
+102 −40 | src/usb_tx.pio | |
+110 −52 | src/usb_tx.pio.h |
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