|
57 | 57 | <group name="src/host">
|
58 | 58 | <path>$TUSB_DIR$/src/host/hub.c</path>
|
59 | 59 | <path>$TUSB_DIR$/src/host/usbh.c</path>
|
60 |
| - <path>$TUSB_DIR$/src/host/usbh_control.c</path> |
| 60 | + </group> |
| 61 | + <group name="src/portable/bridgetek/ft9xx"> |
| 62 | + <path>$TUSB_DIR$/src/portable/bridgetek/ft9xx/dcd_ft9xx.c</path> |
| 63 | + </group> |
| 64 | + <group name="src/portable/chipidea/ci_hs"> |
| 65 | + <path>$TUSB_DIR$/src/portable/chipidea/ci_hs/dcd_ci_hs.c</path> |
| 66 | + <path>$TUSB_DIR$/src/portable/chipidea/ci_hs/hcd_ci_hs.c</path> |
61 | 67 | </group>
|
62 | 68 | <group name="src/portable/synopsys/dwc2">
|
63 | 69 | <path>$TUSB_DIR$/src/portable/synopsys/dwc2/dcd_dwc2.c</path>
|
|
73 | 79 | </group>
|
74 | 80 | <group name="src/portable/mentor/musb">
|
75 | 81 | <path>$TUSB_DIR$/src/portable/mentor/musb/dcd_musb.c</path>
|
| 82 | + <path>$TUSB_DIR$/src/portable/mentor/musb/hcd_musb.c</path> |
76 | 83 | </group>
|
77 | 84 | <group name="src/portable/microchip/samd">
|
78 | 85 | <path>$TUSB_DIR$/src/portable/microchip/samd/dcd_samd.c</path>
|
|
83 | 90 | <group name="src/portable/microchip/samx7x">
|
84 | 91 | <path>$TUSB_DIR$/src/portable/microchip/samx7x/dcd_samx7x.c</path>
|
85 | 92 | </group>
|
| 93 | + <group name="src/portable/microchip/pic"> |
| 94 | + <path>$TUSB_DIR$/src/portable/microchip/pic/dcd_pic.c</path> |
| 95 | + </group> |
| 96 | + <group name="src/portable/microchip/pic32mz"> |
| 97 | + <path>$TUSB_DIR$/src/portable/microchip/pic32mz/dcd_pic32mz.c</path> |
| 98 | + </group> |
86 | 99 | <group name="src/portable/mindmotion/mm32">
|
87 | 100 | <path>$TUSB_DIR$/src/portable/mindmotion/mm32/dcd_mm32f327x_otg.c</path>
|
88 | 101 | </group>
|
|
100 | 113 | </group>
|
101 | 114 | <group name="src/portable/nxp/khci">
|
102 | 115 | <path>$TUSB_DIR$/src/portable/nxp/khci/dcd_khci.c</path>
|
| 116 | + <path>$TUSB_DIR$/src/portable/nxp/khci/hcd_khci.c</path> |
103 | 117 | </group>
|
104 | 118 | <group name="src/portable/nxp/lpc17_40">
|
105 | 119 | <path>$TUSB_DIR$/src/portable/nxp/lpc17_40/dcd_lpc17_40.c</path>
|
|
115 | 129 | <group name="src/portable/ohci">
|
116 | 130 | <path>$TUSB_DIR$/src/portable/ohci/ohci.c</path>
|
117 | 131 | </group>
|
| 132 | + <group name="src/portable/raspberrypi/pio_usb"> |
| 133 | + <path>$TUSB_DIR$/src/portable/raspberrypi/pio_usb/dcd_pio_usb.c</path> |
| 134 | + <path>$TUSB_DIR$/src/portable/raspberrypi/pio_usb/hcd_pio_usb.c</path> |
| 135 | + </group> |
118 | 136 | <group name="src/portable/raspberrypi/rp2040">
|
119 | 137 | <path>$TUSB_DIR$/src/portable/raspberrypi/rp2040/dcd_rp2040.c</path>
|
120 | 138 | <path>$TUSB_DIR$/src/portable/raspberrypi/rp2040/hcd_rp2040.c</path>
|
121 |
| - <path>$TUSB_DIR$/src/portable/raspberrypi/rp2040/rp2040_usb.c</path> |
122 | 139 | </group>
|
123 |
| - <group name="src/portable/renesas/usba"> |
124 |
| - <path>$TUSB_DIR$/src/portable/renesas/usba/dcd_usba.c</path> |
| 140 | + <group name="src/portable/renesas/rusb2"> |
| 141 | + <path>$TUSB_DIR$/src/portable/renesas/rusb2/dcd_rusb2.c</path> |
| 142 | + <path>$TUSB_DIR$/src/portable/renesas/rusb2/hcd_rusb2.c</path> |
125 | 143 | </group>
|
126 | 144 | <group name="src/portable/sony/cxd56">
|
127 | 145 | <path>$TUSB_DIR$/src/portable/sony/cxd56/dcd_cxd56.c</path>
|
128 | 146 | </group>
|
129 | 147 | <group name="src/portable/st/stm32_fsdev">
|
130 | 148 | <path>$TUSB_DIR$/src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c</path>
|
131 | 149 | </group>
|
| 150 | + <group name="src/portable/st/synopsys"> |
| 151 | + <path>$TUSB_DIR$/src/portable/st/synopsys/dcd_synopsys.c</path> |
| 152 | + </group> |
| 153 | + <group name="src/portable/sunxi"> |
| 154 | + <path>$TUSB_DIR$/src/portable/sunxi/dcd_sunxi_musb.c</path> |
| 155 | + </group> |
132 | 156 | <group name="src/portable/ti/msp430x5xx">
|
133 | 157 | <path>$TUSB_DIR$/src/portable/ti/msp430x5xx/dcd_msp430x5xx.c</path>
|
134 | 158 | </group>
|
135 | 159 | <group name="src/portable/valentyusb/eptri">
|
136 | 160 | <path>$TUSB_DIR$/src/portable/valentyusb/eptri/dcd_eptri.c</path>
|
137 | 161 | </group>
|
| 162 | + <group name="src/portable/wch/ch32v307"> |
| 163 | + <path>$TUSB_DIR$/src/portable/wch/ch32v307/dcd_usbhs.c</path> |
| 164 | + </group> |
138 | 165 | <group name="lib/SEGGER_RTT">
|
139 | 166 | <path>$TUSB_DIR$/lib/SEGGER_RTT/RTT/SEGGER_RTT.c</path>
|
140 | 167 | <path>$TUSB_DIR$/lib/SEGGER_RTT/RTT/SEGGER_RTT_printf.c</path>
|
|
0 commit comments