2 files changed
+2
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
| 3 | + |
- .github/ISSUE_TEMPLATE/bug_report.md+1
- .github/workflows/build.yml+1-1
- README.md+2
- docs/changelog.md+12
- src/class/cdc/cdc_host.c+4-2
- src/class/cdc/cdc_rndis_host.c+1-1
- src/class/hid/hid_device.c+1-1
- src/class/msc/msc_device.c+1-1
- src/class/msc/msc_host.c+4-3
- src/class/vendor/vendor_device.c+1-1
- src/class/vendor/vendor_host.c+2-2
- src/common/tusb_common.h+42-17
- src/host/hcd.h+4-18
- src/host/hub.c+145-133
- src/host/hub.h+3-1
- src/host/usbh.c+4-2
- src/host/usbh_control.c+2-2
- src/portable/ehci/ehci.c+78-91
- src/portable/ehci/ehci.h+5-40
- src/portable/ohci/ohci.c+145-165
- src/portable/ohci/ohci.h+1-17
- src/portable/raspberrypi/rp2040/hcd_rp2040.c+6-13
- src/portable/raspberrypi/rp2040/rp2040_usb.c+35-3
- src/portable/raspberrypi/rp2040/rp2040_usb.h+41-3
- src/tusb_option.h+1-1
0 commit comments