Commit 33a42f8
3 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| |||
- src/class/audio/audio_device.c+16-2
- src/class/audio/audio_device.h+4-5
- src/class/bth/bth_device.c+31-28
- src/class/bth/bth_device.h+5-6
- src/class/cdc/cdc.h+6-6
- src/class/cdc/cdc_device.c+91-73
- src/class/cdc/cdc_device.h+17-6
- src/class/cdc/cdc_host.c+37-16
- src/class/cdc/cdc_host.h+14-1
- src/class/dfu/dfu_rt_device.c+8-11
- src/class/dfu/dfu_rt_device.h+2-3
- src/class/hid/hid.h+91
- src/class/hid/hid_device.c+110-114
- src/class/hid/hid_device.h+42-36
- src/class/hid/hid_host.c+64-30
- src/class/hid/hid_host.h+2-1
- src/class/midi/midi_device.c+55-28
- src/class/midi/midi_device.h+18-19
- src/class/msc/msc.h+1-1
- src/class/msc/msc_device.c+199-204
- src/class/msc/msc_device.h+5-6
- src/class/msc/msc_host.c+304-235
- src/class/msc/msc_host.h+65-140
- src/class/net/net_device.c+90-93
- src/class/net/net_device.h+6-7
- src/class/usbtmc/usbtmc_device.c+7-10
- src/class/usbtmc/usbtmc_device.h+1-2
- src/common/sys_queue.h-871
- src/common/tusb_common.h+1-1
- src/common/tusb_compiler.h+1
- src/common/tusb_error.h+1
- src/common/tusb_fifo.c+32-3
- src/common/tusb_fifo.h+15-11
- src/common/tusb_types.h+13-3
- src/device/dcd.h+2-2
- src/device/usbd.c+188-138
- src/device/usbd.h+11-12
- src/device/usbd_control.c+22-15
- src/device/usbd_pvt.h+4-2
- src/host/hcd.h+34-20
- src/host/hub.c+227-116
- src/host/hub.h+21-20
- src/host/usbh.c+568-324
- src/host/usbh.h+28-11
- src/host/usbh_control.c+140
- src/host/usbh_hcd.h+31-14
- src/osal/osal.h+4-1
- src/osal/osal_none.h+6-20
- src/osal/osal_pico.h+185
- src/osal/osal_rtthread.h+130
- src/portable/dialog/da146xx/dcd_da146xx.c+3-4
- src/portable/ehci/ehci.c+31-16
- src/portable/ehci/ehci.h+1-5
- src/portable/espressif/esp32s2/dcd_esp32s2.c+19-4
- src/portable/microchip/samd/dcd_samd.c+12-3
- src/portable/microchip/samg/dcd_samg.c+1-1
- src/portable/nordic/nrf5x/dcd_nrf5x.c+1-1
- src/portable/nuvoton/nuc120/dcd_nuc120.c+1-2
- src/portable/nuvoton/nuc121/dcd_nuc121.c+1-1
- src/portable/nxp/khci/dcd_khci.c+477
- src/portable/nxp/lpc17_40/dcd_lpc17_40.c+1-1
- src/portable/nxp/lpc18_43/hcd_lpc18_43.c-50
- src/portable/nxp/lpc_ip3511/dcd_lpc_ip3511.c+2-2
- src/portable/nxp/transdimension/common_transdimension.h+136
- src/portable/nxp/transdimension/dcd_transdimension.c+7-106
- src/portable/nxp/transdimension/hcd_transdimension.c+127
- src/portable/ohci/ohci.c+33-9
- src/portable/ohci/ohci.h+2-4
- src/portable/raspberrypi/rp2040/dcd_rp2040.c+532
- src/portable/raspberrypi/rp2040/hcd_rp2040.c+553
- src/portable/raspberrypi/rp2040/rp2040_usb.c+294
- src/portable/raspberrypi/rp2040/rp2040_usb.h+122
- src/portable/sony/cxd56/dcd_cxd56.c+90-17
- src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c+1-1
- src/portable/st/synopsys/dcd_synopsys.c+128-93
- src/portable/template/dcd_template.c-14
- src/portable/ti/msp430x5xx/dcd_msp430x5xx.c+3-3
- src/portable/valentyusb/eptri/dcd_eptri.c+1-1
- src/tusb.c+14-14
- src/tusb.h+1-1
- src/tusb_option.h+17-9
- update.py+8-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments