File tree
7 files changed
+39
-9
lines changed- lib
- oofatfs
- locale
- ports/raspberrypi/lib
- py
7 files changed
+39
-9
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
162 | 162 |
| |
163 | 163 |
| |
164 | 164 |
| |
165 |
| - | |
| 165 | + | |
166 | 166 |
| |
167 | 167 |
| |
168 | 168 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
267 | 267 |
| |
268 | 268 |
| |
269 | 269 |
| |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
270 | 276 |
| |
271 | 277 |
| |
272 | 278 |
| |
|
- .github/workflows/cmake_arm.yml+1-1
- .idea/cmake.xml+1
- .idea/runConfigurations/lpc4088.xml+10
- examples/dual/host_hid_to_device_cdc/only.txt+1
- hw/bsp/imxrt/family.cmake+61-59
- hw/bsp/lpc40/FreeRTOSConfig/FreeRTOSConfig.h+165
- hw/bsp/lpc40/boards/ea4088_quickstart/board.cmake+9
- hw/bsp/lpc40/boards/ea4088_quickstart/board.h+74
- hw/bsp/lpc40/boards/ea4088_quickstart/board.mk+8
- hw/bsp/lpc40/boards/ea4088_quickstart/lpc4088.ld
- hw/bsp/lpc40/boards/ea4088_quickstart/ozone/ea4088_quickstart.jdebug+238
- hw/bsp/lpc40/family.c+41-74
- hw/bsp/lpc40/family.cmake+102
- hw/bsp/lpc40/family.mk+8-22
- hw/bsp/rp2040/board.h+6-6
- hw/bsp/xmc4000/boards/xmc4500_relax/board.mk+1-1
- hw/bsp/xmc4000/boards/xmc4700_relax/board.h+81
- hw/bsp/xmc4000/boards/xmc4700_relax/board.mk+12
- hw/bsp/xmc4000/family.c+22-4
- hw/bsp/xmc4000/family.mk+4-1
- lib/networking/rndis_reports.c+1-1
- src/CMakeLists.txt+1
- src/class/audio/audio_device.c+22-22
- src/class/bth/bth_device.c+1-1
- src/class/cdc/cdc_device.c+1-1
- src/class/dfu/dfu_device.c+1-1
- src/class/hid/hid_device.c+1-1
- src/class/midi/midi_device.c+1-1
- src/class/msc/msc_device.c+25-22
- src/class/net/ecm_rndis_device.c+6-6
- src/class/net/ncm_device.c+3-3
- src/class/usbtmc/usbtmc_device.c+1-1
- src/class/vendor/vendor_device.c+1-1
- src/class/video/video_device.c+2-2
- src/common/tusb_common.h+9-6
- src/device/usbd.c+45-48
- src/device/usbd_control.c+4-7
- src/device/usbd_pvt.h+8-1
- src/host/hcd.h+8-4
- src/host/hub.c+1-1
- src/host/usbh.c+69-55
- src/host/usbh.h+6-2
- src/portable/bridgetek/ft9xx/dcd_ft9xx.c+1-1
- src/portable/chipidea/ci_fs/dcd_ci_fs.c+1-1
- src/portable/chipidea/ci_hs/ci_hs_imxrt.h+9-6
- src/portable/chipidea/ci_hs/dcd_ci_hs.c+1-1
- src/portable/chipidea/ci_hs/hcd_ci_hs.c+6-6
- src/portable/ehci/ehci.c+274-318
- src/portable/ehci/ehci.h+13-12
- src/portable/mentor/musb/hcd_musb.c+10-2
- src/portable/microchip/pic/dcd_pic.c+1-1
- src/portable/microchip/samx7x/dcd_samx7x.c+1-1
- src/portable/mindmotion/mm32/dcd_mm32f327x_otg.c+1-1
- src/portable/nxp/khci/dcd_khci.c+1-1
- src/portable/nxp/khci/hcd_khci.c+10-2
- src/portable/nxp/lpc17_40/dcd_lpc17_40.c+1-1
- src/portable/nxp/lpc_ip3511/dcd_lpc_ip3511.c+3-3
- src/portable/ohci/ohci.c+25-12
- src/portable/raspberrypi/pio_usb/hcd_pio_usb.c+7-2
- src/portable/raspberrypi/rp2040/hcd_rp2040.c+10-2
- src/portable/renesas/rusb2/hcd_rusb2.c+10-2
- src/tusb_option.h+11-31
- tools/get_deps.py+1-1
Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1748 | 1748 |
| |
1749 | 1749 |
| |
1750 | 1750 |
| |
| 1751 | + | |
| 1752 | + | |
| 1753 | + | |
| 1754 | + | |
1751 | 1755 |
| |
1752 | 1756 |
| |
1753 | 1757 |
| |
| |||
1825 | 1829 |
| |
1826 | 1830 |
| |
1827 | 1831 |
| |
1828 |
| - | |
| 1832 | + | |
| 1833 | + | |
1829 | 1834 |
| |
1830 | 1835 |
| |
1831 | 1836 |
| |
| |||
4021 | 4026 |
| |
4022 | 4027 |
| |
4023 | 4028 |
| |
4024 |
| - | |
| 4029 | + | |
4025 | 4030 |
| |
4026 | 4031 |
| |
4027 | 4032 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
611 | 611 |
| |
612 | 612 |
| |
613 | 613 |
| |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
614 | 620 |
| |
615 | 621 |
| |
616 | 622 |
| |
|
Lines changed: 17 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
| 52 | + | |
52 | 53 |
| |
53 | 54 |
| |
54 | 55 |
| |
| |||
78 | 79 |
| |
79 | 80 |
| |
80 | 81 |
| |
| 82 | + | |
| 83 | + | |
| 84 | + | |
81 | 85 |
| |
82 | 86 |
| |
83 | 87 |
| |
| |||
159 | 163 |
| |
160 | 164 |
| |
161 | 165 |
| |
162 |
| - | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
163 | 170 |
| |
164 | 171 |
| |
165 | 172 |
| |
166 |
| - | |
| 173 | + | |
167 | 174 |
| |
168 | 175 |
| |
169 | 176 |
| |
| |||
192 | 199 |
| |
193 | 200 |
| |
194 | 201 |
| |
195 |
| - | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
196 | 206 |
| |
197 | 207 |
| |
198 | 208 |
| |
| |||
281 | 291 |
| |
282 | 292 |
| |
283 | 293 |
| |
284 |
| - | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
285 | 298 |
| |
286 | 299 |
| |
287 | 300 |
| |
|
0 commit comments