File tree
54 files changed
+1166
-60
lines changed- .github/workflows
- docs
- extmod
- lib
- locale
- ports
- atmel-samd
- boards
- bdmicro_vina_d21
- circuitplayground_express_crickit
- circuitplayground_express_displayio
- circuitplayground_express
- feather_m0_express_crickit
- feather_m0_express
- feather_m0_supersized
- metro_m0_express
- qtpy_m0_haxpress
- snekboard
- sparkfun_redboard_turbo
- stackrduino_m0_pro
- common-hal/pwmio
- supervisor
- cxd56/boards/spresense
- esp32s2
- boards/unexpectedmaker_feathers2
- common-hal
- microcontroller
- socketpool
- wifi
- nrf
- boards
- pca10100
- simmel
- common-hal/_bleio
- py
- tests/extmod
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
54 files changed
+1166
-60
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 |
| |
19 | 23 |
| |
20 | 24 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
222 | 222 |
| |
223 | 223 |
| |
224 | 224 |
| |
225 |
| - | |
| 225 | + | |
226 | 226 |
| |
227 | 227 |
| |
228 | 228 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
276 | 276 |
| |
277 | 277 |
| |
278 | 278 |
| |
279 |
| - | |
| 279 | + | |
280 | 280 |
| |
281 | 281 |
| |
282 | 282 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + |
- .github/ISSUE_TEMPLATE/question.md-10
- CONTRIBUTORS.md+3
- README.md+3-2
- docs/boards.md+5
- examples/device/cdc_msc_freertos/.skip.MCU_MKL25ZXX
- examples/device/hid_composite_freertos/src/main.c+6-1
- examples/device/msc_dual_lun/.skip.MCU_MKL25ZXX
- examples/device/net_lwip_webserver/.skip.MCU_MKL25ZXX
- hw/bsp/board_mcu.h+1-1
- hw/bsp/double_m33_express/LPC55S69_cm33_core0_uf2.ld+234
- hw/bsp/double_m33_express/board.mk+51
- hw/bsp/double_m33_express/double_m33_express.c+400
- hw/bsp/frdm_kl25z/board.mk+46
- hw/bsp/frdm_kl25z/frdm_kl25z.c+148
- hw/mcu/nxp+1-1
- src/class/hid/hid_device.h+1-1
- src/class/msc/msc.h+1-1
- src/class/msc/msc_device.c+193-191
- src/common/sys_queue.h-871
- src/common/tusb_compiler.h+1
- src/common/tusb_fifo.c+8-2
- src/device/usbd.c+21-1
- src/device/usbd_control.c+8
- src/portable/dialog/da146xx/dcd_da146xx.c+3-4
- src/portable/espressif/esp32s2/dcd_esp32s2.c+19-4
- src/portable/microchip/samd/dcd_samd.c+12-3
- src/portable/microchip/samg/dcd_samg.c+1-1
- src/portable/nordic/nrf5x/dcd_nrf5x.c+1-1
- src/portable/nuvoton/nuc120/dcd_nuc120.c+1-2
- src/portable/nuvoton/nuc121/dcd_nuc121.c+1-1
- src/portable/nxp/khci/dcd_khci.c+477
- src/portable/nxp/lpc17_40/dcd_lpc17_40.c+1-1
- src/portable/nxp/lpc_ip3511/dcd_lpc_ip3511.c+2-2
- src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c+1-1
- src/portable/st/synopsys/dcd_synopsys.c+128-93
- src/portable/ti/msp430x5xx/dcd_msp430x5xx.c+3-3
- src/portable/valentyusb/eptri/dcd_eptri.c+1-1
- src/tusb_option.h+10-6
- test/test/device/msc/test_msc_device.c+1-1
- test/test/support/tusb_config.h+3-3
Lines changed: 24 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 | 11 |
| |
13 | 12 |
| |
14 | 13 |
| |
| |||
276 | 275 |
| |
277 | 276 |
| |
278 | 277 |
| |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
279 | 282 |
| |
280 | 283 |
| |
281 | 284 |
| |
| |||
2426 | 2429 |
| |
2427 | 2430 |
| |
2428 | 2431 |
| |
| 2432 | + | |
| 2433 | + | |
| 2434 | + | |
| 2435 | + | |
2429 | 2436 |
| |
2430 | 2437 |
| |
2431 | 2438 |
| |
| |||
2510 | 2517 |
| |
2511 | 2518 |
| |
2512 | 2519 |
| |
| 2520 | + | |
| 2521 | + | |
| 2522 | + | |
| 2523 | + | |
2513 | 2524 |
| |
2514 | 2525 |
| |
2515 | 2526 |
| |
| |||
2609 | 2620 |
| |
2610 | 2621 |
| |
2611 | 2622 |
| |
| 2623 | + | |
| 2624 | + | |
| 2625 | + | |
| 2626 | + | |
2612 | 2627 |
| |
2613 | 2628 |
| |
2614 | 2629 |
| |
| |||
3141 | 3156 |
| |
3142 | 3157 |
| |
3143 | 3158 |
| |
| 3159 | + | |
| 3160 | + | |
| 3161 | + | |
| 3162 | + | |
3144 | 3163 |
| |
3145 | 3164 |
| |
3146 | 3165 |
| |
| |||
3474 | 3493 |
| |
3475 | 3494 |
| |
3476 | 3495 |
| |
| 3496 | + | |
| 3497 | + | |
| 3498 | + | |
| 3499 | + | |
3477 | 3500 |
| |
3478 | 3501 |
| |
3479 | 3502 |
| |
|
Lines changed: 20 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
| 9 | + | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
| 24 | + | |
23 | 25 |
| |
24 | 26 |
| |
25 | 27 |
| |
| |||
129 | 131 |
| |
130 | 132 |
| |
131 | 133 |
| |
132 |
| - | |
| 134 | + | |
133 | 135 |
| |
134 | 136 |
| |
135 | 137 |
| |
| |||
141 | 143 |
| |
142 | 144 |
| |
143 | 145 |
| |
144 |
| - | |
| 146 | + | |
145 | 147 |
| |
146 | 148 |
| |
147 | 149 |
| |
| |||
235 | 237 |
| |
236 | 238 |
| |
237 | 239 |
| |
238 |
| - | |
| 240 | + | |
239 | 241 |
| |
240 | 242 |
| |
241 | 243 |
| |
| |||
307 | 309 |
| |
308 | 310 |
| |
309 | 311 |
| |
310 |
| - | |
| 312 | + | |
311 | 313 |
| |
312 | 314 |
| |
313 | 315 |
| |
| |||
710 | 712 |
| |
711 | 713 |
| |
712 | 714 |
| |
713 |
| - | |
| 715 | + | |
714 | 716 |
| |
715 | 717 |
| |
716 | 718 |
| |
| |||
837 | 839 |
| |
838 | 840 |
| |
839 | 841 |
| |
840 |
| - | |
| 842 | + | |
841 | 843 |
| |
842 | 844 |
| |
843 | 845 |
| |
| |||
903 | 905 |
| |
904 | 906 |
| |
905 | 907 |
| |
906 |
| - | |
| 908 | + | |
907 | 909 |
| |
908 | 910 |
| |
909 | 911 |
| |
| |||
934 | 936 |
| |
935 | 937 |
| |
936 | 938 |
| |
937 |
| - | |
| 939 | + | |
938 | 940 |
| |
939 | 941 |
| |
940 | 942 |
| |
| |||
950 | 952 |
| |
951 | 953 |
| |
952 | 954 |
| |
953 |
| - | |
| 955 | + | |
954 | 956 |
| |
955 | 957 |
| |
956 | 958 |
| |
| |||
1037 | 1039 |
| |
1038 | 1040 |
| |
1039 | 1041 |
| |
1040 |
| - | |
| 1042 | + | |
1041 | 1043 |
| |
1042 | 1044 |
| |
1043 | 1045 |
| |
| |||
1058 | 1060 |
| |
1059 | 1061 |
| |
1060 | 1062 |
| |
1061 |
| - | |
| 1063 | + | |
1062 | 1064 |
| |
1063 | 1065 |
| |
1064 | 1066 |
| |
| |||
3858 | 3860 |
| |
3859 | 3861 |
| |
3860 | 3862 |
| |
3861 |
| - | |
| 3863 | + | |
3862 | 3864 |
| |
3863 | 3865 |
| |
3864 | 3866 |
| |
3865 | 3867 |
| |
3866 | 3868 |
| |
3867 | 3869 |
| |
3868 | 3870 |
| |
3869 |
| - | |
| 3871 | + | |
3870 | 3872 |
| |
3871 | 3873 |
| |
3872 | 3874 |
| |
| |||
3911 | 3913 |
| |
3912 | 3914 |
| |
3913 | 3915 |
| |
3914 |
| - | |
| 3916 | + | |
3915 | 3917 |
| |
3916 | 3918 |
| |
3917 | 3919 |
| |
| |||
3927 | 3929 |
| |
3928 | 3930 |
| |
3929 | 3931 |
| |
3930 |
| - | |
| 3932 | + | |
3931 | 3933 |
| |
3932 | 3934 |
| |
3933 | 3935 |
| |
|
Lines changed: 6 additions & 6 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 |
| |
| |||
2595 | 2595 |
| |
2596 | 2596 |
| |
2597 | 2597 |
| |
2598 |
| - | |
| 2598 | + | |
2599 | 2599 |
| |
2600 | 2600 |
| |
2601 | 2601 |
| |
| |||
2913 | 2913 |
| |
2914 | 2914 |
| |
2915 | 2915 |
| |
2916 |
| - | |
| 2916 | + | |
2917 | 2917 |
| |
2918 | 2918 |
| |
2919 | 2919 |
| |
| |||
3161 | 3161 |
| |
3162 | 3162 |
| |
3163 | 3163 |
| |
3164 |
| - | |
| 3164 | + | |
3165 | 3165 |
| |
3166 | 3166 |
| |
3167 | 3167 |
| |
| |||
3745 | 3745 |
| |
3746 | 3746 |
| |
3747 | 3747 |
| |
3748 |
| - | |
| 3748 | + | |
3749 | 3749 |
| |
3750 | 3750 |
| |
3751 | 3751 |
| |
| |||
3758 | 3758 |
| |
3759 | 3759 |
| |
3760 | 3760 |
| |
3761 |
| - | |
| 3761 | + | |
3762 | 3762 |
| |
3763 | 3763 |
| |
3764 | 3764 |
| |
|
0 commit comments