File tree
208 files changed
+11642
-7245
lines changed- .github/workflows
- docs
- lib
- locale
- ports
- atmel-samd
- boards
- circuitplayground_express_crickit
- hallowing_m0_express
- hallowing_m4_express
- monster_m4sk
- openbook_m4
- pewpew_m4
- pybadge_airlift
- pybadge
- pygamer_advance
- pygamer
- pyportal_titano
- pyportal
- ugame10
- common-hal
- audiobusio
- displayio
- frequencyio
- neopixel_write
- ps2io
- pulseio
- rtc
- touchio
- supervisor
- cxd56
- common-hal
- microcontroller
- pulseio
- time
- supervisor
- litex
- supervisor
- mimxrt10xx
- common-hal
- displayio
- neopixel_write
- pulseio
- rtc
- supervisor
- nrf
- bluetooth/s140_nrf52_7.0.1
- boards
- clue_nrf52840_express
- ohs2020_badge
- pca10100
- simmel
- teknikio_bluebird
- common-hal
- _bleio
- audiobusio
- audiopwmio
- busio
- displayio
- neopixel_write
- pulseio
- rtc
- supervisor
- stm
- boards
- espruino_pico
- espruino_wifi
- feather_stm32f405_express
- meowbit_v121
- nucleo_f767zi
- nucleo_h743zi_2
- openmv_h7
- pyb_nano_v2
- pyboard_v11
- stm32f411ce_blackpill
- stm32f411ve_discovery
- stm32f412zg_discovery
- stm32f4_discovery
- stm32f746g_discovery
- stm32f746g_disco
- thunderpack
- common-hal
- busio
- displayio
- microcontroller
- neopixel_write
- pulseio
- hal_conf
- peripherals
- stm32f4
- stm32f401xe
- stm32f405xx
- stm32f407xx
- stm32f411xe
- stm32f412zx
- stm32f7
- stm32f746xx
- stm32f767xx
- stm32h7/stm32h743xx
- supervisor
- py
- supervisor
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
208 files changed
+11642
-7245
lines changedLines changed: 7 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 |
| - | |
| 130 | + | |
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
| |||
206 | 206 |
| |
207 | 207 |
| |
208 | 208 |
| |
| 209 | + | |
209 | 210 |
| |
210 | 211 |
| |
211 | 212 |
| |
212 | 213 |
| |
213 | 214 |
| |
| 215 | + | |
214 | 216 |
| |
215 | 217 |
| |
216 | 218 |
| |
| |||
229 | 231 |
| |
230 | 232 |
| |
231 | 233 |
| |
| 234 | + | |
232 | 235 |
| |
233 | 236 |
| |
234 | 237 |
| |
| |||
243 | 246 |
| |
244 | 247 |
| |
245 | 248 |
| |
246 |
| - | |
| 249 | + | |
247 | 250 |
| |
248 | 251 |
| |
249 | 252 |
| |
| |||
302 | 305 |
| |
303 | 306 |
| |
304 | 307 |
| |
305 |
| - | |
| 308 | + | |
306 | 309 |
| |
307 | 310 |
| |
308 | 311 |
| |
|
Lines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 |
| |
7 | 11 |
| |
8 | 12 |
| |
9 | 13 |
| |
10 | 14 |
| |
| 15 | + | |
| 16 | + | |
11 | 17 |
| |
12 | 18 |
| |
13 | 19 |
| |
14 |
| - | |
|
- examples/device/board_test/sdkconfig.defaults+1-1
- examples/device/cdc_msc_freertos/sdkconfig.defaults+1
- examples/device/hid_composite_freertos/sdkconfig.defaults+1
- examples/make.mk+1-1
- hw/bsp/esp32s2_saola_1/esp32s2_saola_1.c+2-2
- src/class/cdc/cdc_device.c+1-1
- src/class/midi/midi_device.c+1-1
- src/class/net/net_device.c+3-1
- src/class/usbtmc/usbtmc_device.c+1-1
- src/common/tusb_common.h+16-2
- src/common/tusb_verify.h+3-3
- src/device/usbd.c+63-19
- src/device/usbd_control.c+11-6
- src/device/usbd_pvt.h+4-1
- src/portable/espressif/esp32s2/dcd_esp32s2.c+23-13
- src/portable/microchip/samd/dcd_samd.c+15-15
- src/portable/st/synopsys/dcd_synopsys.c+46-25
- src/tusb.c+5-3
- test/test/support/tusb_config.h+2
Lines changed: 9 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
| |||
284 | 285 |
| |
285 | 286 |
| |
286 | 287 |
| |
| 288 | + | |
287 | 289 |
| |
288 | 290 |
| |
289 | 291 |
| |
290 |
| - | |
291 |
| - | |
| 292 | + | |
| 293 | + | |
292 | 294 |
| |
293 | 295 |
| |
294 | 296 |
| |
| |||
1245 | 1247 |
| |
1246 | 1248 |
| |
1247 | 1249 |
| |
| 1250 | + | |
| 1251 | + | |
| 1252 | + | |
| 1253 | + | |
1248 | 1254 |
| |
1249 | 1255 |
| |
1250 | 1256 |
| |
|
Lines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
283 | 283 |
| |
284 | 284 |
| |
285 | 285 |
| |
| 286 | + | |
286 | 287 |
| |
287 | 288 |
| |
288 | 289 |
| |
289 |
| - | |
290 |
| - | |
| 290 | + | |
| 291 | + | |
291 | 292 |
| |
292 | 293 |
| |
293 | 294 |
| |
| |||
1232 | 1233 |
| |
1233 | 1234 |
| |
1234 | 1235 |
| |
| 1236 | + | |
| 1237 | + | |
| 1238 | + | |
| 1239 | + | |
1235 | 1240 |
| |
1236 | 1241 |
| |
1237 | 1242 |
| |
|
Lines changed: 9 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
| |||
284 | 285 |
| |
285 | 286 |
| |
286 | 287 |
| |
| 288 | + | |
287 | 289 |
| |
288 | 290 |
| |
289 | 291 |
| |
290 |
| - | |
291 |
| - | |
| 292 | + | |
| 293 | + | |
292 | 294 |
| |
293 | 295 |
| |
294 | 296 |
| |
| |||
1248 | 1250 |
| |
1249 | 1251 |
| |
1250 | 1252 |
| |
| 1253 | + | |
| 1254 | + | |
| 1255 | + | |
| 1256 | + | |
1251 | 1257 |
| |
1252 | 1258 |
| |
1253 | 1259 |
| |
|
Lines changed: 9 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
| |||
282 | 283 |
| |
283 | 284 |
| |
284 | 285 |
| |
| 286 | + | |
285 | 287 |
| |
286 | 288 |
| |
287 | 289 |
| |
288 |
| - | |
289 |
| - | |
| 290 | + | |
| 291 | + | |
290 | 292 |
| |
291 | 293 |
| |
292 | 294 |
| |
| |||
1231 | 1233 |
| |
1232 | 1234 |
| |
1233 | 1235 |
| |
| 1236 | + | |
| 1237 | + | |
| 1238 | + | |
| 1239 | + | |
1234 | 1240 |
| |
1235 | 1241 |
| |
1236 | 1242 |
| |
|
Lines changed: 9 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
| |||
284 | 285 |
| |
285 | 286 |
| |
286 | 287 |
| |
| 288 | + | |
287 | 289 |
| |
288 | 290 |
| |
289 | 291 |
| |
290 |
| - | |
291 |
| - | |
| 292 | + | |
| 293 | + | |
292 | 294 |
| |
293 | 295 |
| |
294 | 296 |
| |
| |||
1235 | 1237 |
| |
1236 | 1238 |
| |
1237 | 1239 |
| |
| 1240 | + | |
| 1241 | + | |
| 1242 | + | |
| 1243 | + | |
1238 | 1244 |
| |
1239 | 1245 |
| |
1240 | 1246 |
| |
|
Lines changed: 9 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
| |||
286 | 287 |
| |
287 | 288 |
| |
288 | 289 |
| |
| 290 | + | |
289 | 291 |
| |
290 | 292 |
| |
291 | 293 |
| |
292 |
| - | |
293 |
| - | |
| 294 | + | |
| 295 | + | |
294 | 296 |
| |
295 | 297 |
| |
296 | 298 |
| |
| |||
1247 | 1249 |
| |
1248 | 1250 |
| |
1249 | 1251 |
| |
| 1252 | + | |
| 1253 | + | |
| 1254 | + | |
| 1255 | + | |
1250 | 1256 |
| |
1251 | 1257 |
| |
1252 | 1258 |
| |
|
Lines changed: 9 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
| |||
286 | 287 |
| |
287 | 288 |
| |
288 | 289 |
| |
| 290 | + | |
289 | 291 |
| |
290 | 292 |
| |
291 | 293 |
| |
292 |
| - | |
293 |
| - | |
| 294 | + | |
| 295 | + | |
294 | 296 |
| |
295 | 297 |
| |
296 | 298 |
| |
| |||
1253 | 1255 |
| |
1254 | 1256 |
| |
1255 | 1257 |
| |
| 1258 | + | |
| 1259 | + | |
| 1260 | + | |
| 1261 | + | |
1256 | 1262 |
| |
1257 | 1263 |
| |
1258 | 1264 |
| |
|
0 commit comments