espressif_tinyusb/src/device
Jerzy Kasenberg b2ce7a39b0 device: Make number of endpoints configurable
Currently number of endpoints was hard coded to 8.
NRF52 has 9 IN and 9 OUT endpoints.
ISO endpoints are 0x08 and 0x88 and without this change those
two ISO endpoint could not be used.
2020-10-01 09:22:49 +02:00
..
dcd.h rename tuh_isr/hcd_isr to tuh_int_handler/hcd_int_handler 2020-09-03 13:12:25 +07:00
usbd.c device: Make number of endpoints configurable 2020-10-01 09:22:49 +02:00
usbd.h allow application driver to overwrite built-in one 2020-08-07 14:47:32 +07:00
usbd_control.c device: fix build warning when CFG_TUSB_DEBUG >= 2 2020-05-07 19:03:40 +08:00
usbd_pvt.h update claim edpt for hid and midi 2020-09-10 23:32:08 +07:00