File tree
84 files changed
+4328
-333
lines changed- .github/workflows
- docs
- lib
- locale
- ports
- atmel-samd
- asf4_conf
- same51
- same54
- boards
- feather_m4_can
- qtpy_m0
- qtpy_m0_haxpress
- same54_xplained
- seeeduino_wio_terminal
- common-hal
- canio
- microcontroller
- sdioio
- tools
- esp32s2
- boards/microdev_micro_s2
- common-hal/busio
- supervisor
- stm
- common-hal
- busio
- rgbmatrix
- peripherals
- py
- supervisor/stub
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
84 files changed
+4328
-333
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
279 | 279 |
| |
280 | 280 |
| |
281 | 281 |
| |
| 282 | + | |
282 | 283 |
| |
283 | 284 |
| |
284 | 285 |
| |
|
Lines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
485 | 485 |
| |
486 | 486 |
| |
487 | 487 |
| |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
488 | 501 |
| |
489 | 502 |
| |
490 | 503 |
| |
|
- .github/ISSUE_TEMPLATE/bug_report.md+1-1
- .github/workflows/build.yml+16-3
- README.md+1-1
- docs/boards.md+5-2
- docs/getting_started.md+102-12
- examples/device/cdc_msc/.skip.MCU_SAMD11
- examples/device/cdc_msc_freertos/.skip.MCU_SAMD11
- examples/device/dynamic_configuration/.skip.MCU_SAMD11
- examples/device/hid_composite_freertos/.skip.MCU_SAMD11
- examples/device/msc_dual_lun/.skip.MCU_SAMD11
- examples/device/net_lwip_webserver/.skip.MCU_SAMD11
- examples/host/cdc_msc_hid/.only.MCU_LPC175X_6X
- examples/host/cdc_msc_hid/.only.MCU_LPC177X_8X
- examples/host/cdc_msc_hid/.only.MCU_LPC18XX
- examples/host/cdc_msc_hid/.only.MCU_LPC40XX
- examples/host/cdc_msc_hid/.only.MCU_LPC43XX
- examples/host/cdc_msc_hid/Makefile+26
- examples/host/cdc_msc_hid/ses/lpc175x_6x/lpc175x_6x.emProject+15-8
- examples/host/cdc_msc_hid/ses/lpc18xx/lpc18xx.emProject+18-8
- examples/host/cdc_msc_hid/ses/lpc40xx/lpc40xx.emProject+16-8
- examples/host/cdc_msc_hid/ses/lpc43xx/lpc43xx.emProject+12-7
- examples/host/cdc_msc_hid/src/main.c+83-18
- examples/host/cdc_msc_hid/src/msc_app.c+19-17
- examples/host/cdc_msc_hid/src/tusb_config.h+7-20
- examples/make.mk-1
- examples/readme.md-104
- hw/bsp/board.c+3
- hw/bsp/board_mcu.h+1-1
- hw/bsp/ea4088qs/board.mk+7-4
- hw/bsp/ea4088qs/ea4088qs.c+11-1
- hw/bsp/ea4357/board.mk+6-5
- hw/bsp/ea4357/ea4357.c+67-43
- hw/bsp/itsybitsy_nrf52840/board.mk+64
- hw/bsp/itsybitsy_nrf52840/itsybitsy_nrf52840.c+225
- hw/bsp/itsybitsy_nrf52840/nrf52840_s140_v6.ld+38
- hw/bsp/lpcxpresso1769/lpcxpresso1769.c+13-6
- hw/bsp/mbed1768/mbed1768.c+7-1
- hw/bsp/mcb1800/board.mk+2-2
- hw/bsp/mcb1800/mcb1800.c+63-52
- hw/bsp/mimxrt1010_evk/mimxrt1010_evk.c+1-1
- hw/bsp/mimxrt1015_evk/mimxrt1015_evk.c+1-1
- hw/bsp/mimxrt1020_evk/mimxrt1020_evk.c+1-1
- hw/bsp/mimxrt1050_evkb/mimxrt1050_evkb.c+2-2
- hw/bsp/mimxrt1060_evk/mimxrt1060_evk.c+2-2
- hw/bsp/mimxrt1064_evk/mimxrt1064_evk.c+2-2
- hw/bsp/ngx4330/board.mk+4-3
- hw/bsp/ngx4330/ngx4330.c+11-5
- hw/bsp/samd11_xplained/board.mk+53
- hw/bsp/samd11_xplained/samd11_xplained.c+152
- hw/bsp/samd11_xplained/samd11d14am_flash.ld+143
- hw/bsp/samg55xplained/board.mk+3-3
- hw/bsp/teensy_40/teensy40.c+2-2
- hw/mcu/microchip+1-1
- src/class/cdc/cdc_device.c+62-31
- src/class/cdc/cdc_device.h+4-2
- src/class/cdc/cdc_host.c+2-3
- src/class/hid/hid_device.c+8-5
- src/class/hid/hid_device.h+1-1
- src/class/hid/hid_host.c+40-44
- src/class/hid/hid_host.h+2-8
- src/class/midi/midi_device.c+48-24
- src/class/midi/midi_device.h+1-1
- src/class/msc/msc_host.c+5-4
- src/class/msc/msc_host.h+1-1
- src/class/vendor/vendor_host.c+1-1
- src/device/dcd.h+3-3
- src/device/usbd.c+75-1
- src/device/usbd_pvt.h+7
- src/host/ehci/ehci.c+36-6
- src/host/ehci/ehci.h+8-2
- src/host/hcd.h+13-6
- src/host/hub.c+1-1
- src/host/ohci/ohci.c+15-2
- src/host/ohci/ohci.h+2
- src/host/usbh.c+76-31
- src/host/usbh.h+8-1
- src/osal/osal.h+3-3
- src/osal/osal_none.h+8-8
- src/portable/microchip/samd/dcd_samd.c+3-2
- src/portable/nordic/nrf5x/dcd_nrf5x.c+1-1
- src/portable/st/synopsys/dcd_synopsys.c+31-7
- src/tusb_option.h+2-1
- test/test/support/tusb_config.h+3
- tools/build_all.py+29-12
Lines changed: 53 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 |
| - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
100 | 104 |
| |
101 | 105 |
| |
102 | 106 |
| |
| |||
284 | 288 |
| |
285 | 289 |
| |
286 | 290 |
| |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
287 | 295 |
| |
288 | 296 |
| |
289 | 297 |
| |
| |||
320 | 328 |
| |
321 | 329 |
| |
322 | 330 |
| |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
323 | 335 |
| |
324 | 336 |
| |
325 | 337 |
| |
| |||
436 | 448 |
| |
437 | 449 |
| |
438 | 450 |
| |
439 |
| - | |
| 451 | + | |
440 | 452 |
| |
441 | 453 |
| |
442 | 454 |
| |
| |||
632 | 644 |
| |
633 | 645 |
| |
634 | 646 |
| |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
635 | 651 |
| |
636 | 652 |
| |
637 | 653 |
| |
| |||
766 | 782 |
| |
767 | 783 |
| |
768 | 784 |
| |
769 |
| - | |
| 785 | + | |
770 | 786 |
| |
771 | 787 |
| |
772 | 788 |
| |
| |||
859 | 875 |
| |
860 | 876 |
| |
861 | 877 |
| |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
862 | 886 |
| |
863 | 887 |
| |
864 | 888 |
| |
| |||
926 | 950 |
| |
927 | 951 |
| |
928 | 952 |
| |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
929 | 957 |
| |
930 | 958 |
| |
931 | 959 |
| |
| |||
969 | 997 |
| |
970 | 998 |
| |
971 | 999 |
| |
| 1000 | + | |
| 1001 | + | |
| 1002 | + | |
| 1003 | + | |
972 | 1004 |
| |
973 | 1005 |
| |
974 | 1006 |
| |
| |||
1132 | 1164 |
| |
1133 | 1165 |
| |
1134 | 1166 |
| |
| 1167 | + | |
| 1168 | + | |
| 1169 | + | |
| 1170 | + | |
1135 | 1171 |
| |
1136 | 1172 |
| |
1137 | 1173 |
| |
| |||
1524 | 1560 |
| |
1525 | 1561 |
| |
1526 | 1562 |
| |
| 1563 | + | |
| 1564 | + | |
| 1565 | + | |
| 1566 | + | |
1527 | 1567 |
| |
1528 | 1568 |
| |
1529 | 1569 |
| |
| |||
2323 | 2363 |
| |
2324 | 2364 |
| |
2325 | 2365 |
| |
| 2366 | + | |
| 2367 | + | |
| 2368 | + | |
| 2369 | + | |
2326 | 2370 |
| |
2327 | 2371 |
| |
2328 | 2372 |
| |
| |||
3161 | 3205 |
| |
3162 | 3206 |
| |
3163 | 3207 |
| |
| 3208 | + | |
| 3209 | + | |
| 3210 | + | |
| 3211 | + | |
3164 | 3212 |
| |
3165 | 3213 |
| |
3166 | 3214 |
| |
| |||
3276 | 3324 |
| |
3277 | 3325 |
| |
3278 | 3326 |
| |
3279 |
| - | |
| 3327 | + | |
3280 | 3328 |
| |
3281 | 3329 |
| |
3282 | 3330 |
| |
|
Lines changed: 33 additions & 9 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 |
| |
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 |
| - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
96 | 100 |
| |
97 | 101 |
| |
98 | 102 |
| |
| |||
280 | 284 |
| |
281 | 285 |
| |
282 | 286 |
| |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
283 | 291 |
| |
284 | 292 |
| |
285 | 293 |
| |
| |||
316 | 324 |
| |
317 | 325 |
| |
318 | 326 |
| |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
319 | 331 |
| |
320 | 332 |
| |
321 | 333 |
| |
| |||
752 | 764 |
| |
753 | 765 |
| |
754 | 766 |
| |
755 |
| - | |
| 767 | + | |
756 | 768 |
| |
757 | 769 |
| |
758 | 770 |
| |
| |||
845 | 857 |
| |
846 | 858 |
| |
847 | 859 |
| |
| 860 | + | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
848 | 864 |
| |
849 | 865 |
| |
850 | 866 |
| |
| |||
1127 | 1143 |
| |
1128 | 1144 |
| |
1129 | 1145 |
| |
| 1146 | + | |
| 1147 | + | |
| 1148 | + | |
| 1149 | + | |
1130 | 1150 |
| |
1131 | 1151 |
| |
1132 | 1152 |
| |
| |||
1147 | 1167 |
| |
1148 | 1168 |
| |
1149 | 1169 |
| |
1150 |
| - | |
| 1170 | + | |
1151 | 1171 |
| |
1152 | 1172 |
| |
1153 | 1173 |
| |
1154 |
| - | |
1155 |
| - | |
1156 |
| - | |
1157 |
| - | |
1158 | 1174 |
| |
1159 | 1175 |
| |
1160 | 1176 |
| |
| |||
2310 | 2326 |
| |
2311 | 2327 |
| |
2312 | 2328 |
| |
| 2329 | + | |
| 2330 | + | |
| 2331 | + | |
| 2332 | + | |
2313 | 2333 |
| |
2314 | 2334 |
| |
2315 | 2335 |
| |
| |||
3147 | 3167 |
| |
3148 | 3168 |
| |
3149 | 3169 |
| |
| 3170 | + | |
| 3171 | + | |
| 3172 | + | |
| 3173 | + | |
3150 | 3174 |
| |
3151 | 3175 |
| |
3152 | 3176 |
| |
| |||
3261 | 3285 |
| |
3262 | 3286 |
| |
3263 | 3287 |
| |
3264 |
| - | |
| 3288 | + | |
3265 | 3289 |
| |
3266 | 3290 |
| |
3267 | 3291 |
| |
|
0 commit comments