3 files changed
+23
-14
lines changed- .idea/cmake.xml+2-2
- .idea/debugServers/esp32s2.xml+14
- .idea/debugServers/rp2350.xml+1-1
- .idea/debugServers/stm32f769.xml+13
- .idea/debugServers/stm32h563.xml+13
- .idea/debugServers/stm32h743.xml+13
- examples/build_system/cmake/cpu/cortex-m0.cmake+1-1
- examples/host/cdc_msc_hid/src/msc_app.c+4-8
- src/host/hcd.h+1-15
- src/host/hub.c+115-111
- src/host/hub.h+6-2
- src/host/usbh.c+332-346
- src/host/usbh.h+17-1
- src/host/usbh_pvt.h+1-1
- src/portable/chipidea/ci_hs/hcd_ci_hs.c+1
- src/portable/ehci/ehci.c+6-5
- src/portable/mentor/musb/hcd_musb.c+13-12
- src/portable/nxp/khci/hcd_khci.c+1
- src/portable/nxp/lpc17_40/hcd_lpc17_40.c+1
- src/portable/ohci/ohci.c+4-3
- src/portable/raspberrypi/pio_usb/hcd_pio_usb.c+3-3
- src/portable/renesas/rusb2/hcd_rusb2.c+4-3
- src/portable/synopsys/dwc2/dwc2_common.c+1
- src/portable/synopsys/dwc2/hcd_dwc2.c+10-9
- src/portable/template/hcd_template.c+1
Lines changed: 21 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
157 |
| - | |
158 |
| - | |
159 |
| - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
160 | 162 |
| |
161 | 163 |
| |
162 | 164 |
| |
163 |
| - | |
164 |
| - | |
165 |
| - | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
166 | 170 |
| |
167 | 171 |
| |
168 | 172 |
| |
169 | 173 |
| |
170 | 174 |
| |
171 |
| - | |
| 175 | + | |
| 176 | + | |
172 | 177 |
| |
173 |
| - | |
| 178 | + | |
174 | 179 |
| |
175 |
| - | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
176 | 183 |
| |
177 | 184 |
| |
178 | 185 |
| |
179 | 186 |
| |
180 | 187 |
| |
181 |
| - | |
182 |
| - | |
183 |
| - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
184 | 193 |
| |
185 | 194 |
| |
186 | 195 |
| |
|
0 commit comments