File tree
11 files changed
+41
-20
lines changed- lib
- ports
- atmel-samd/common-hal/busio
- broadcom/common-hal/busio
- cxd56/common-hal/busio
- espressif/common-hal
- busio
- espcamera
- mimxrt10xx/common-hal/busio
- nordic/common-hal/busio
- raspberrypi/common-hal/busio
- silabs/common-hal/busio
- stm/common-hal/busio
11 files changed
+41
-20
lines changed- .circleci/config2.yml+8-8
- .github/actions/setup_toolchain/action.yml-2
- .github/actions/setup_toolchain/espressif/action.yml+1-1
- .idea/cmake.xml+8-6
- README.rst+3-3
- docs/info/changelog.rst+119-25
- docs/reference/dependencies.rst+7-5
- docs/reference/supported.rst+126-136
- examples/device/webusb_serial/src/main.c+46-78
- examples/device/webusb_serial/src/tusb_config.h+1-1
- examples/typec/power_delivery/src/main.c+1-1
- hw/bsp/rp2040/boards/feather_rp2040_max3421/board.cmake+1
- hw/bsp/rp2040/boards/raspberry_pi_pico/board.cmake+1
- hw/bsp/rp2040/boards/raspberry_pi_pico2/board.cmake+2
- hw/bsp/rp2040/family.cmake+19-8
- lib/networking/dhserver.h+1-1
- library.json+1-1
- repository.yml+2-1
- src/class/cdc/cdc_host.c+11-11
- src/class/vendor/vendor_device.c+130-177
- src/class/vendor/vendor_device.h+52-59
- src/common/tusb_fifo.h+4-4
- src/common/tusb_mcu.h+1
- src/common/tusb_private.h+20-31
- src/device/usbd_control.c+1-1
- src/device/usbd_pvt.h+1
- src/portable/synopsys/dwc2/dcd_dwc2.c+23-1
- src/portable/synopsys/dwc2/dwc2_esp32.h+18-26
- src/tusb.c+93-58
- test/hil/hil_test.py+14-6
- test/hil/rpi.json+10
- test/unit-test/vendor/ceedling/vendor/unity/src/unity_internals.h+5-5
- tools/make_release.py+1-1
Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
| 56 | + | |
| 57 | + | |
57 | 58 |
| |
58 | 59 |
| |
59 | 60 |
| |
| |||
108 | 109 |
| |
109 | 110 |
| |
110 | 111 |
| |
111 |
| - | |
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
| |||
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
144 |
| - | |
145 |
| - | |
146 | 144 |
| |
147 | 145 |
| |
148 | 146 |
| |
|
Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 |
| |
31 | 35 |
| |
32 | 36 |
| |
| 37 | + | |
33 | 38 |
| |
34 | 39 |
| |
35 | 40 |
| |
| |||
82 | 87 |
| |
83 | 88 |
| |
84 | 89 |
| |
85 |
| - | |
86 |
| - | |
87 | 90 |
| |
88 | 91 |
| |
89 | 92 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 |
| |
20 | 24 |
| |
21 | 25 |
| |
|
Lines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 |
| |
20 | 24 |
| |
21 | 25 |
| |
| |||
125 | 129 |
| |
126 | 130 |
| |
127 | 131 |
| |
128 |
| - | |
129 |
| - | |
130 | 132 |
| |
131 | 133 |
| |
132 | 134 |
| |
133 | 135 |
| |
134 |
| - | |
| 136 | + | |
135 | 137 |
| |
136 | 138 |
| |
137 | 139 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
81 | 85 |
| |
82 | 86 |
| |
83 | 87 |
| |
|
Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 |
| |
70 | 73 |
| |
71 | 74 |
| |
| |||
162 | 165 |
| |
163 | 166 |
| |
164 | 167 |
| |
165 |
| - | |
166 |
| - | |
167 | 168 |
| |
168 | 169 |
| |
169 | 170 |
| |
| |||
179 | 180 |
| |
180 | 181 |
| |
181 | 182 |
| |
| 183 | + | |
| 184 | + | |
| 185 | + | |
182 | 186 |
| |
183 | 187 |
| |
184 | 188 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
77 | 81 |
| |
78 | 82 |
| |
79 | 83 |
| |
| |||
155 | 159 |
| |
156 | 160 |
| |
157 | 161 |
| |
158 |
| - | |
159 |
| - | |
160 | 162 |
| |
161 | 163 |
| |
162 | 164 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
29 | 33 |
| |
30 | 34 |
| |
31 | 35 |
| |
| |||
109 | 113 |
| |
110 | 114 |
| |
111 | 115 |
| |
112 |
| - | |
113 |
| - | |
114 | 116 |
| |
115 | 117 |
| |
116 | 118 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
| 42 | + | |
| 43 | + | |
| 44 | + | |
42 | 45 |
| |
43 | 46 |
| |
44 | 47 |
| |
| |||
88 | 91 |
| |
89 | 92 |
| |
90 | 93 |
| |
91 |
| - | |
92 |
| - | |
93 | 94 |
| |
94 | 95 |
| |
95 | 96 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
| 53 | + | |
| 54 | + | |
| 55 | + | |
53 | 56 |
| |
54 | 57 |
| |
55 | 58 |
| |
| |||
168 | 171 |
| |
169 | 172 |
| |
170 | 173 |
| |
171 |
| - | |
172 |
| - | |
173 | 174 |
| |
174 | 175 |
| |
175 | 176 |
| |
|
0 commit comments