Skip to content

Commit b128399

Browse files
committed
nrf: simmel: enable CIRCUITPY_USB_HID
Simmel had USB HID disabled in order to save space. However, the board configuration did not set USB_DEVICES, causing it to inherit the default device bouquet of MSC,CDC,MIDI,HID. This in turn caused HID to be included in the USB Configuration Descriptor. For some reason, this was not a problem in an earlier version of tinyusb or circuitpython. However, in the most recent version this has rightfully caused asserts to appear during configuration. Re-enable USB_HID for now, as it doesn't add too much in terms of space. We may disable it again later on if we become pressed for space. Signed-off-by: Sean Cross <[email protected]>
1 parent 242063e commit b128399

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ports/nrf/boards/simmel/mpconfigboard.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ CIRCUITPY_ROTARYIO = 0
2323
CIRCUITPY_RTC = 1
2424
CIRCUITPY_TOUCHIO = 0
2525
CIRCUITPY_ULAB = 0
26-
CIRCUITPY_USB_HID = 0
2726

2827
# Enable micropython.native
2928
#CIRCUITPY_ENABLE_MPY_NATIVE = 1

0 commit comments

Comments
 (0)