1 file changed
+1
-1
lines changedSubmodule Adafruit_TinyUSB_Arduino updated 51 files
- .github/ISSUE_TEMPLATE/bug_report.yml+3-3
 - examples/MassStorage/msc_ramdisk/msc_ramdisk.ino+7
 - library.json+1-1
 - library.properties+1-1
 - src/class/audio/audio_device.c+150-959
 - src/class/audio/audio_device.h+44-285
 - src/class/cdc/cdc.h+78-30
 - src/class/cdc/cdc_device.c+58-19
 - src/class/cdc/cdc_device.h+25-1
 - src/class/cdc/cdc_host.c+1.7k-857
 - src/class/cdc/cdc_host.h+74-21
 - src/class/cdc/serial/ch34x.h+37-37
 - src/class/cdc/serial/cp210x.h+54-2
 - src/class/cdc/serial/ftdi_sio.h+200-215
 - src/class/cdc/serial/pl2303.h+159
 - src/class/hid/hid.h+386-7
 - src/class/hid/hid_host.c+5-2
 - src/class/midi/midi_host.c+20-3
 - src/class/msc/msc.h+23-4
 - src/class/msc/msc_device.c+190-118
 - src/class/msc/msc_device.h+32-28
 - src/class/net/ecm_rndis_device.c+41-10
 - src/class/net/ncm_device.c+35-1
 - src/class/net/net_device.h+5
 - src/class/usbtmc/usbtmc_device.c+344-412
 - src/class/vendor/vendor_device.c+6-5
 - src/common/tusb_common.h+38
 - src/common/tusb_fifo.c-1
 - src/common/tusb_mcu.h+79-8
 - src/common/tusb_types.h+6-45
 - src/device/usbd.c+65-15
 - src/device/usbd.h+1-1
 - src/device/usbd_pvt.h+1
 - src/host/usbh.c+67-61
 - src/host/usbh.h+50-28
 - src/osal/osal_mynewt.h+1-1
 - src/portable/microchip/samd/hcd_samd.c+765
 - src/portable/raspberrypi/rp2040/dcd_rp2040.c+2-1
 - src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c+2
 - src/portable/st/stm32_fsdev/fsdev_at32.h+220
 - src/portable/synopsys/dwc2/dcd_dwc2.c+10-1
 - src/portable/synopsys/dwc2/dwc2_at32.h+121
 - src/portable/synopsys/dwc2/dwc2_common.c+18-7
 - src/portable/synopsys/dwc2/dwc2_common.h+2
 - src/portable/synopsys/dwc2/dwc2_stm32.h+82
 - src/portable/synopsys/dwc2/hcd_dwc2.c+4
 - src/portable/wch/dcd_ch32_usbhs.c+1-1
 - src/portable/wch/hcd_ch32_usbfs.c+669
 - src/tusb.c+23
 - src/tusb.h+4-3
 - src/tusb_option.h+61-6
 
0 commit comments