File tree
18 files changed
+194
-48
lines changed- lib
- ports/esp32s2
- bindings/espidf
- common-hal/socketpool
- py
18 files changed
+194
-48
lines changed- .github/workflows/build.yml+5-3
- docs/porting.md+1-1
- lib/lwip+1-1
- src/class/bth/bth_device.c+1-1
- src/class/msc/msc_device.c+4-3
- src/class/usbtmc/usbtmc_device.c-1
- src/common/tusb_common.h+5-5
- src/device/usbd.c+93-76
- src/device/usbd.h+3-13
- src/device/usbd_pvt.h+24
- src/portable/dialog/da146xx/dcd_da146xx.c+2-2
- src/portable/espressif/esp32s2/dcd_esp32s2.c+2-2
- src/portable/microchip/samg/dcd_samg.c+1-2
- src/portable/nordic/nrf5x/dcd_nrf5x.c+14-1
- src/portable/nxp/lpc17_40/dcd_lpc17_40.c+2
- src/portable/nxp/transdimension/dcd_transdimension.c+2-1
- src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c+2-2
- src/portable/st/synopsys/dcd_synopsys.c+18-3
- src/portable/ti/msp430x5xx/dcd_msp430x5xx.c+4-2
- test/test/device/msc/test_msc_device.c-1
- test/test/device/usbd/test_usbd.c-1
Lines changed: 31 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| 30 | + | |
| 31 | + | |
30 | 32 |
| |
31 | 33 |
| |
32 | 34 |
| |
| |||
63 | 65 |
| |
64 | 66 |
| |
65 | 67 |
| |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
66 | 95 |
| |
67 | 96 |
| |
68 | 97 |
| |
69 | 98 |
| |
70 | 99 |
| |
71 | 100 |
| |
| 101 | + | |
| 102 | + | |
72 | 103 |
| |
73 | 104 |
| |
74 | 105 |
| |
|
Lines changed: 34 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + |
Lines changed: 26 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
| 30 | + | |
| 31 | + | |
29 | 32 |
| |
30 | 33 |
| |
31 | 34 |
| |
| |||
40 | 43 |
| |
41 | 44 |
| |
42 | 45 |
| |
43 |
| - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
44 | 59 |
| |
45 | 60 |
| |
46 | 61 |
| |
47 | 62 |
| |
48 | 63 |
| |
49 | 64 |
| |
50 |
| - | |
| 65 | + | |
51 | 66 |
| |
52 | 67 |
| |
53 | 68 |
| |
| |||
57 | 72 |
| |
58 | 73 |
| |
59 | 74 |
| |
| 75 | + | |
60 | 76 |
| |
61 | 77 |
| |
62 |
| - | |
| 78 | + | |
63 | 79 |
| |
64 | 80 |
| |
65 | 81 |
| |
66 | 82 |
| |
67 | 83 |
| |
| 84 | + | |
| 85 | + | |
| 86 | + | |
68 | 87 |
| |
69 | 88 |
| |
70 | 89 |
| |
| |||
74 | 93 |
| |
75 | 94 |
| |
76 | 95 |
| |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| 40 | + | |
40 | 41 |
| |
41 | 42 |
| |
42 | 43 |
| |
|
Lines changed: 20 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| 30 | + | |
30 | 31 |
| |
31 | 32 |
| |
32 | 33 |
| |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
33 | 43 |
| |
34 | 44 |
| |
35 | 45 |
| |
| |||
52 | 62 |
| |
53 | 63 |
| |
54 | 64 |
| |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
55 | 70 |
| |
56 | 71 |
| |
57 | 72 |
| |
58 |
| - | |
| 73 | + | |
59 | 74 |
| |
60 | 75 |
| |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
61 | 80 |
| |
62 | 81 |
| |
63 | 82 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
726 | 726 |
| |
727 | 727 |
| |
728 | 728 |
| |
| 729 | + | |
| 730 | + | |
| 731 | + | |
729 | 732 |
| |
730 | 733 |
| |
731 | 734 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
604 | 604 |
| |
605 | 605 |
| |
606 | 606 |
| |
| 607 | + | |
| 608 | + | |
607 | 609 |
| |
608 | 610 |
| |
609 | 611 |
| |
|
Lines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
282 | 282 |
| |
283 | 283 |
| |
284 | 284 |
| |
285 |
| - | |
286 |
| - | |
287 |
| - | |
288 |
| - | |
| 285 | + | |
289 | 286 |
| |
290 | 287 |
| |
| 288 | + | |
291 | 289 |
| |
292 | 290 |
| |
293 | 291 |
| |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
294 | 296 |
| |
295 | 297 |
| |
296 | 298 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1602 | 1602 |
| |
1603 | 1603 |
| |
1604 | 1604 |
| |
| 1605 | + | |
| 1606 | + | |
| 1607 | + | |
| 1608 | + | |
1605 | 1609 |
| |
1606 | 1610 |
| |
1607 | 1611 |
| |
|
0 commit comments