Files
tinyusb/examples
hathach 481a130250 examples/midi2: add the descriptor callbacks its HS config requires
This branch gave midi2_device a high-speed configuration (master had none)
without tud_descriptor_device_qualifier_cb or
tud_descriptor_other_speed_configuration_cb, leaving usbd's weak stubs
returning NULL so GET_DESCRIPTOR(DEVICE_QUALIFIER) stalled EP0 - which USB 2.0
9.6.2 forbids for a device reporting bcdUSB 0x0200. Both callbacks now follow
the pattern every other example with an HS config uses.
2026-08-18 16:45:48 +07:00
..
2025-02-11 20:56:41 +01:00
2025-01-24 11:54:42 +07:00