espressif_tinyusb/src/class
Jerzy Kasenberg 74ca1894de audio_device: Fix build error
ep_in_as_intf_num was incorrectly used to access out interface
which is defined for 'in' interface.
Code related to 'out' endpoint should use ep_out_as_intf_num instead.
2021-05-10 15:58:04 +02:00
..
audio audio_device: Fix build error 2021-05-10 15:58:04 +02:00
bth have tusb_init() return true instead of TUSB_ERROR_NONE 2020-11-23 13:12:51 +07:00
cdc Fix bug in cdc_peek 2021-04-30 17:23:34 +02:00
dfu rename dfu_rt to dfu_runtime for easy reading 2021-02-11 12:05:22 +07:00
hid correct hid key enter = 0x28, return = 0x9E 2021-03-30 21:26:35 +07:00
midi Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer 2021-04-03 09:50:08 +02:00
msc add TUP_MCU_STRICT_ALIGN macro that manually pick bytes for lpc55 port1 that is m4 but cannot unaligned acces on usb ram 2021-04-26 17:42:49 +07:00
net migrate net device to new control xfer cb 2020-11-20 16:59:33 +07:00
usbtmc Implement requested changes for PR724 2021-03-17 09:25:01 -04:00
vendor Remove n from tu_fifo_get_write_info() and fix bug in vendor class 2021-04-30 17:37:14 +02:00