File tree
75 files changed
+1672
-408
lines changed- .github/workflows
- docs
- extmod
- lib
- locale
- ports
- atmel-samd
- boards
- bdmicro_vina_d21
- circuitplayground_express
- circuitplayground_express_crickit
- circuitplayground_express_displayio
- feather_m0_express
- feather_m0_express_crickit
- 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
- adafruit_magtag_2.9_grayscale
- unexpectedmaker_feathers2
- common-hal
- microcontroller
- socketpool
- wifi
- nrf
- boards
- pca10100
- simmel
- common-hal/_bleio
- supervisor
- 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.
75 files changed
+1672
-408
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: 30 additions & 26 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 |
| - | |
| 8 | + | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
1850 | 1850 |
| |
1851 | 1851 |
| |
1852 | 1852 |
| |
1853 |
| - | |
| 1853 | + | |
1854 | 1854 |
| |
1855 | 1855 |
| |
1856 | 1856 |
| |
1857 |
| - | |
| 1857 | + | |
1858 | 1858 |
| |
1859 | 1859 |
| |
1860 | 1860 |
| |
| |||
1903 | 1903 |
| |
1904 | 1904 |
| |
1905 | 1905 |
| |
1906 |
| - | |
1907 |
| - | |
1908 |
| - | |
1909 |
| - | |
1910 | 1906 |
| |
1911 | 1907 |
| |
1912 |
| - | |
| 1908 | + | |
1913 | 1909 |
| |
1914 | 1910 |
| |
1915 | 1911 |
| |
| |||
1945 | 1941 |
| |
1946 | 1942 |
| |
1947 | 1943 |
| |
1948 |
| - | |
| 1944 | + | |
1949 | 1945 |
| |
1950 | 1946 |
| |
1951 | 1947 |
| |
1952 |
| - | |
| 1948 | + | |
1953 | 1949 |
| |
1954 | 1950 |
| |
1955 | 1951 |
| |
1956 |
| - | |
| 1952 | + | |
1957 | 1953 |
| |
1958 | 1954 |
| |
1959 | 1955 |
| |
| |||
1967 | 1963 |
| |
1968 | 1964 |
| |
1969 | 1965 |
| |
1970 |
| - | |
| 1966 | + | |
1971 | 1967 |
| |
1972 | 1968 |
| |
1973 | 1969 |
| |
| |||
1976 | 1972 |
| |
1977 | 1973 |
| |
1978 | 1974 |
| |
1979 |
| - | |
| 1975 | + | |
1980 | 1976 |
| |
1981 | 1977 |
| |
1982 | 1978 |
| |
1983 |
| - | |
| 1979 | + | |
1984 | 1980 |
| |
1985 | 1981 |
| |
1986 | 1982 |
| |
1987 |
| - | |
| 1983 | + | |
1988 | 1984 |
| |
1989 | 1985 |
| |
1990 | 1986 |
| |
1991 | 1987 |
| |
1992 | 1988 |
| |
1993 | 1989 |
| |
1994 | 1990 |
| |
1995 |
| - | |
| 1991 | + | |
1996 | 1992 |
| |
1997 | 1993 |
| |
1998 | 1994 |
| |
| |||
2550 | 2546 |
| |
2551 | 2547 |
| |
2552 | 2548 |
| |
| 2549 | + | |
| 2550 | + | |
| 2551 | + | |
| 2552 | + | |
2553 | 2553 |
| |
2554 | 2554 |
| |
2555 | 2555 |
| |
| |||
2860 | 2860 |
| |
2861 | 2861 |
| |
2862 | 2862 |
| |
2863 |
| - | |
| 2863 | + | |
2864 | 2864 |
| |
2865 | 2865 |
| |
2866 | 2866 |
| |
| |||
3103 | 3103 |
| |
3104 | 3104 |
| |
3105 | 3105 |
| |
| 3106 | + | |
| 3107 | + | |
| 3108 | + | |
| 3109 | + | |
3106 | 3110 |
| |
3107 | 3111 |
| |
3108 | 3112 |
| |
| |||
3333 | 3337 |
| |
3334 | 3338 |
| |
3335 | 3339 |
| |
3336 |
| - | |
3337 |
| - | |
3338 |
| - | |
3339 |
| - | |
3340 | 3340 |
| |
3341 | 3341 |
| |
3342 | 3342 |
| |
| |||
3681 | 3681 |
| |
3682 | 3682 |
| |
3683 | 3683 |
| |
| 3684 | + | |
| 3685 | + | |
| 3686 | + | |
| 3687 | + | |
3684 | 3688 |
| |
3685 | 3689 |
| |
3686 | 3690 |
| |
| |||
3690 | 3694 |
| |
3691 | 3695 |
| |
3692 | 3696 |
| |
| 3697 | + | |
| 3698 | + | |
| 3699 | + | |
| 3700 | + | |
3693 | 3701 |
| |
3694 | 3702 |
| |
3695 | 3703 |
| |
| |||
3698 | 3706 |
| |
3699 | 3707 |
| |
3700 | 3708 |
| |
3701 |
| - | |
3702 |
| - | |
3703 |
| - | |
3704 |
| - | |
3705 | 3709 |
| |
3706 | 3710 |
| |
3707 | 3711 |
| |
|
Lines changed: 26 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 | 11 |
| |
13 | 12 |
| |
14 | 13 |
| |
| |||
281 | 280 |
| |
282 | 281 |
| |
283 | 282 |
| |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
284 | 287 |
| |
285 | 288 |
| |
286 | 289 |
| |
| |||
1567 | 1570 |
| |
1568 | 1571 |
| |
1569 | 1572 |
| |
1570 |
| - | |
| 1573 | + | |
1571 | 1574 |
| |
1572 | 1575 |
| |
1573 | 1576 |
| |
| |||
2484 | 2487 |
| |
2485 | 2488 |
| |
2486 | 2489 |
| |
| 2490 | + | |
| 2491 | + | |
| 2492 | + | |
| 2493 | + | |
2487 | 2494 |
| |
2488 | 2495 |
| |
2489 | 2496 |
| |
| |||
2568 | 2575 |
| |
2569 | 2576 |
| |
2570 | 2577 |
| |
| 2578 | + | |
| 2579 | + | |
| 2580 | + | |
| 2581 | + | |
2571 | 2582 |
| |
2572 | 2583 |
| |
2573 | 2584 |
| |
| |||
2667 | 2678 |
| |
2668 | 2679 |
| |
2669 | 2680 |
| |
| 2681 | + | |
| 2682 | + | |
| 2683 | + | |
| 2684 | + | |
2670 | 2685 |
| |
2671 | 2686 |
| |
2672 | 2687 |
| |
| |||
3199 | 3214 |
| |
3200 | 3215 |
| |
3201 | 3216 |
| |
| 3217 | + | |
| 3218 | + | |
| 3219 | + | |
| 3220 | + | |
3202 | 3221 |
| |
3203 | 3222 |
| |
3204 | 3223 |
| |
| |||
3532 | 3551 |
| |
3533 | 3552 |
| |
3534 | 3553 |
| |
| 3554 | + | |
| 3555 | + | |
| 3556 | + | |
| 3557 | + | |
3535 | 3558 |
| |
3536 | 3559 |
| |
3537 | 3560 |
| |
| |||
3904 | 3927 |
| |
3905 | 3928 |
| |
3906 | 3929 |
| |
3907 |
| - | |
| 3930 | + | |
3908 | 3931 |
| |
3909 | 3932 |
| |
3910 | 3933 |
| |
|
0 commit comments