Commit ee30539
Felipe Balbi
feat: add embassy-usb 0.6 server support
Add `embassy-usb-0_6-server` feature flag enabling use of embassy-usb
v0.6.0 alongside the existing v0.5 support. The new server module
mirrors the v0.5 implementation, updated for embassy-sync 0.8 (required
by embassy-usb 0.6). embassy-usb-driver remains at 0.2 (unchanged).
Both `embassy-usb-0_5-server` and `embassy-usb-0_6-server` can be
enabled simultaneously for projects in transition.
New dependencies (all optional):
- embassy-usb 0.6
- embassy-sync 0.81 parent 17dc236 commit ee30539
3 files changed
Lines changed: 1090 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
120 | 126 | | |
121 | 127 | | |
122 | 128 | | |
| |||
127 | 133 | | |
128 | 134 | | |
129 | 135 | | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
130 | 141 | | |
131 | 142 | | |
132 | 143 | | |
| |||
232 | 243 | | |
233 | 244 | | |
234 | 245 | | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
235 | 256 | | |
236 | 257 | | |
237 | 258 | | |
| |||
0 commit comments