Skip to content

Commit cd9e6c0

Browse files
committed
Temporary USB host fix
The close endpoints update broke our ability to open endpoints that the native TinyUSB driver had already opened. We need to add a way to fully detach the native driver. Until then, limit the native HID driver to keyboards only. CircuitPython uses this for the native keyboard support.
1 parent 380b8bd commit cd9e6c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
url = https://github.com/adafruit/nrfx.git
6969
[submodule "lib/tinyusb"]
7070
path = lib/tinyusb
71-
url = https://github.com/hathach/tinyusb.git
72-
branch = master
71+
url = https://github.com/tannewt/tinyusb.git
72+
branch = only_native_keyboard
7373
fetchRecurseSubmodules = false
7474
[submodule "tools/huffman"]
7575
path = tools/huffman

lib/tinyusb

0 commit comments

Comments
 (0)