2 files changed
+5
-1
lines changed- .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: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
429 | 429 |
| |
430 | 430 |
| |
431 | 431 |
| |
| 432 | + | |
432 | 433 |
| |
| 434 | + | |
433 | 435 |
| |
434 | 436 |
| |
435 | 437 |
| |
| |||
537 | 539 |
| |
538 | 540 |
| |
539 | 541 |
| |
| 542 | + | |
540 | 543 |
| |
541 | 544 |
| |
542 | 545 |
| |
| 546 | + | |
543 | 547 |
| |
544 | 548 |
| |
545 | 549 |
| |
|
0 commit comments