diff options
| author | Sean Cross <sean@xobs.io> | 2020-05-04 15:37:53 +0800 |
|---|---|---|
| committer | Sean Cross <sean@xobs.io> | 2020-05-04 15:37:53 +0800 |
| commit | b128399d1eeb529767bf5478e5db49ff45fb1279 (patch) | |
| tree | e2af0521647daccf148e336f6af815c8657118c0 /tests | |
| parent | 242063e1d0bb34e0eaa1c91ba8247c93c69ab1e7 (diff) | |
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 <sean@xobs.io>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions
