1 file changed
+1
-1
lines changed- .github/ISSUE_TEMPLATE/bug_report.md-35
- .github/ISSUE_TEMPLATE/bug_report.yml+74
- .github/workflows/build.yml+1-1
- .github/workflows/build_esp.yml+2-2
- .github/workflows/build_renesas.yml+1-1
- README.md+2-2
- docs/boards.md+3-1
- examples/device/cdc_msc_freertos/src/freertos_hook.c+1-1
- examples/device/hid_composite/src/main.c+27-5
- examples/device/hid_composite_freertos/src/freertos_hook.c+1-1
- examples/device/hid_composite_freertos/src/main.c+24-5
- examples/device/uac2_headset/.skip.MCU_LPC11UXX
- examples/device/uac2_headset/.skip.MCU_LPC13XX
- examples/device/uac2_headset/.skip.MCU_NUC121
- examples/device/uac2_headset/src/main.c+96-55
- examples/device/uac2_headset/src/tusb_config.h+32-16
- examples/device/uac2_headset/src/usb_descriptors.c+1-1
- examples/device/uac2_headset/src/usb_descriptors.h+47-12
- examples/host/cdc_msc_hid/src/hid_app.c+105-61
- examples/host/cdc_msc_hid/src/tusb_config.h+2-2
- hw/bsp/board.c+54-5
- hw/bsp/board.h+7-2
- hw/bsp/board_mcu.h+2-2
- hw/bsp/rx/boards/gr_citrus/board.mk+24
- hw/bsp/rx/boards/gr_citrus/gr_citrus.c+35-15
- hw/bsp/rx/boards/gr_citrus/hwinit.c
- hw/bsp/rx/boards/gr_citrus/r5f5631fd.ld+2-2
- hw/bsp/rx/boards/rx65n_target/board.mk+25
- hw/bsp/rx/boards/rx65n_target/r5f565ne.ld+168
- hw/bsp/rx/boards/rx65n_target/rx65n_target.c+320
- hw/bsp/rx/family.mk+32
- hw/bsp/rx63n/boards/gr_citrus/board.mk-61
- hw/bsp/rx63n/family.mk-1
- hw/bsp/saml22/family.mk-50
- hw/bsp/saml2x/boards/atsaml21_xpro/board.h+50
- hw/bsp/saml2x/boards/atsaml21_xpro/board.mk+12
- hw/bsp/saml2x/boards/atsaml21_xpro/saml21j18b_flash.ld+153
- hw/bsp/saml2x/boards/saml22_feather/board.h
- hw/bsp/saml2x/boards/saml22_feather/board.mk+2
- hw/bsp/saml2x/boards/saml22_feather/saml22_feather.ld
- hw/bsp/saml2x/boards/sensorwatch_m0/board.h
- hw/bsp/saml2x/boards/sensorwatch_m0/board.mk+2
- hw/bsp/saml2x/boards/sensorwatch_m0/sensorwatch_m0.ld
- hw/bsp/saml2x/family.c+8-8
- hw/bsp/saml2x/family.mk+48
- hw/mcu/microchip+1-1
- hw/mcu/renesas/rx+1-1
- src/class/audio/audio.h+28-1
- src/class/audio/audio_device.c+210-184
- src/class/cdc/cdc_device.c+4-6
- src/class/cdc/cdc_host.c+30-32
- src/class/cdc/cdc_host.h+5-5
- src/class/dfu/dfu_device.c+3-1
- src/class/hid/hid_device.c+26-2
- src/class/hid/hid_host.c+38-37
- src/class/hid/hid_host.h+9-8
- src/class/midi/midi_device.c+16-20
- src/class/msc/msc_device.c+12-8
- src/class/msc/msc_host.c+8-5
- src/class/msc/msc_host.h+5-15
- src/common/tusb_common.h+16-8
- src/common/tusb_compiler.h+12-4
- src/common/tusb_fifo.c+2-2
- src/common/tusb_fifo.h+2-2
- src/common/tusb_verify.h+1-1
- src/device/usbd.c+2-3
- src/device/usbd.h+5
- src/device/usbd_control.c+1
- src/host/hub.c+17-14
- src/host/hub.h+5-5
- src/host/usbh.c+47-39
- src/host/usbh_classdriver.h+5-5
- src/host/usbh_control.c+3-3
- src/portable/microchip/samd/dcd_samd.c+2-2
- src/portable/nordic/nrf5x/dcd_nrf5x.c+1-1
- src/portable/raspberrypi/rp2040/dcd_rp2040.c+55-79
- src/portable/raspberrypi/rp2040/hcd_rp2040.c+136-112
- src/portable/raspberrypi/rp2040/rp2040_usb.c+201-196
- src/portable/raspberrypi/rp2040/rp2040_usb.h+25-38
- src/portable/renesas/usba/dcd_usba.c+32-5
- src/tusb_option.h+4-2
- test/test/test_fifo.c+24
0 commit comments