2 files changed
+2
-1
lines changedSubmodule Adafruit_TinyUSB_Arduino updated 88 files
- .github/ISSUE_TEMPLATE/bug_report.yml+2-2
- .github/ISSUE_TEMPLATE/config.yml+1
- .github/ISSUE_TEMPLATE/feature_request.md+2-2
- .github/workflows/githubci.yml+3
- docs/examples/webusb-rgb/serial.js+1
- docs/examples/webusb-serial/serial.js+1
- examples/CDC/cdc_multi/cdc_multi.ino+9-9
- examples/Composite/mouse_external_flash/mouse_external_flash.ino+16-5
- examples/MassStorage/msc_esp32_file_browser/.funhouse.test.only
- examples/MassStorage/msc_esp32_file_browser/.magtag.test.only
- examples/MassStorage/msc_esp32_file_browser/.metroesp32s2.test.only
- examples/MassStorage/msc_esp32_file_browser/data/edit.htm+3
- examples/MassStorage/msc_esp32_file_browser/data/favicon.ico
- examples/MassStorage/msc_esp32_file_browser/data/graphs.js+1
- examples/MassStorage/msc_esp32_file_browser/data/index.htm+97
- examples/MassStorage/msc_esp32_file_browser/msc_esp32_file_browser.ino+437
- examples/MassStorage/msc_external_flash/msc_external_flash.ino+38-8
- examples/MassStorage/msc_external_flash_sdcard/msc_external_flash_sdcard.ino+113-26
- examples/MassStorage/msc_sdfat/.feather_rp2040_tinyusb.test.skip
- examples/WebUSB/webusb_rgb/webusb_rgb.ino+4
- library.properties+1-1
- src/Adafruit_TinyUSB.h+1
- src/arduino/Adafruit_USBD_CDC.cpp+1
- src/arduino/msc/Adafruit_USBD_MSC.cpp+2-6
- src/class/audio/audio_device.c+236-57
- src/class/audio/audio_device.h+77-5
- src/class/bth/bth_device.c+5-3
- src/class/cdc/cdc_device.c+3-3
- src/class/dfu/dfu_device.c+1-1
- src/class/dfu/dfu_rt_device.c+1-1
- src/class/hid/hid.h+6-3
- src/class/hid/hid_device.c+5-4
- src/class/hid/hid_device.h+32-32
- src/class/hid/hid_host.c+675
- src/class/hid/hid_host.h+152
- src/class/midi/midi_device.c+3-3
- src/class/msc/msc_device.c+38-26
- src/class/msc/msc_device.h+3
- src/class/net/ecm_rndis_device.c+7-5
- src/class/net/ncm_device.c+6-5
- src/class/usbtmc/usbtmc_device.c+11-9
- src/class/vendor/vendor_device.c+23-8
- src/class/vendor/vendor_device.h+9
- src/common/tusb_common.h+12-152
- src/common/tusb_compiler.h+11-5
- src/common/tusb_debug.h+178
- src/common/tusb_error.h-75
- src/common/tusb_fifo.c+16-9
- src/common/tusb_mcu.h+289
- src/common/tusb_private.h+65
- src/common/tusb_types.h+10-15
- src/common/tusb_verify.h+15-40
- src/device/dcd.h+46-8
- src/device/dcd_attr.h-208
- src/device/usbd.c+127-161
- src/device/usbd.h+15-6
- src/device/usbd_control.c+1-1
- src/device/usbd_pvt.h+8-2
- src/host/hcd.h+225
- src/host/hub.c+425
- src/host/hub.h+219
- src/host/usbh.c+1.6k
- src/host/usbh.h+253
- src/host/usbh_classdriver.h+91
- src/osal/osal.h+18-40
- src/osal/osal_freertos.h+33-18
- src/osal/osal_mynewt.h+13-11
- src/osal/osal_none.h+24-47
- src/osal/osal_pico.h+25-23
- src/osal/osal_rtthread.h+21-19
- src/osal/osal_rtx4.h+170
- src/portable/chipidea/ci_hs/ci_hs_imxrt.h+50
- src/portable/chipidea/ci_hs/ci_hs_lpc18_43.h+45
- src/portable/chipidea/ci_hs/ci_hs_type.h+47-39
- src/portable/chipidea/ci_hs/dcd_ci_hs.c+43-61
- src/portable/chipidea/ci_hs/hcd_ci_hs.c+94
- src/portable/espressif/esp32sx/dcd_esp32sx.c+9-2
- src/portable/microchip/samd/dcd_samd.c+9-1
- src/portable/nordic/nrf5x/dcd_nrf5x.c+47-3
- src/portable/raspberrypi/pio_usb/dcd_pio_usb.c+210
- src/portable/raspberrypi/pio_usb/hcd_pio_usb.c+225
- src/portable/raspberrypi/rp2040/dcd_rp2040.c+57-18
- src/portable/raspberrypi/rp2040/hcd_rp2040.c+52-16
- src/portable/raspberrypi/rp2040/rp2040_usb.c+14-10
- src/portable/raspberrypi/rp2040/rp2040_usb.h+9-5
- src/tusb.c+78-9
- src/tusb.h+4-6
- src/tusb_option.h+105-50
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
|
0 commit comments