File tree
76 files changed
+2002
-572
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
- mini_sam_m4
- 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_prerelease
- unexpectedmaker_feathers2
- common-hal
- microcontroller
- socketpool
- wifi
- nrf
- boards
- pca10100
- simmel
- 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.
76 files changed
+2002
-572
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
0 commit comments