2 files changed
+2
-2
lines changed- .gitmodules+3-3
- README.md+1-1
- examples/device/cdc_msc/src/usb_descriptors.c+27-7
- hw/bsp/circuitplayground_express/board.mk+1-1
- hw/bsp/circuitplayground_express/circuitplayground_express.c+1-1
- hw/bsp/feather_m0_express/board.mk+1-1
- hw/bsp/feather_m0_express/feather_m0_express.c+1-1
- hw/bsp/feather_m4_express/board.mk+1-1
- hw/bsp/feather_m4_express/feather_m4_express.c+1-1
- hw/bsp/metro_m0_express/board.mk+1-1
- hw/bsp/metro_m0_express/metro_m0_express.c+1-1
- hw/bsp/metro_m4_express/board.mk+1-1
- hw/bsp/metro_m4_express/metro_m4_express.c+1-1
- hw/bsp/samg55xplained/board.mk+53
- hw/bsp/samg55xplained/hpl_usart_config.h+215
- hw/bsp/samg55xplained/peripheral_clk_config.h+85
- hw/bsp/samg55xplained/samg55j19_flash.ld+158
- hw/bsp/samg55xplained/samg55xplained.c+157
- hw/mcu/microchip+1
- hw/mcu/microchip/samd/asf4-1
- src/class/hid/hid.h+2-2
- src/class/msc/msc_device.c+50-5
- src/common/tusb_common.h+34-9
- src/device/dcd.h+4
- src/device/usbd.c+19-31
- src/device/usbd.h+2-2
- src/device/usbd_control.c+12-2
- src/portable/microchip/samd/dcd_samd.c+153-84
- src/portable/microchip/samd21/dcd_samd21.c-343
- src/portable/microchip/samg/dcd_samg.c+443
- src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c+24-13
- src/portable/st/synopsys/dcd_synopsys.c-1
- src/portable/template/dcd_template.c+116
- src/tusb.c+5-1
- src/tusb_option.h+3
- test/test/device/usbd/test_usbd.c+5
- tools/build_all.py+1-1
- tools/usb_drivers/99-tinyusb.rules+18
- tools/usb_drivers/tinyusb_win_usbser.inf
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
233 | 233 |
| |
234 | 234 |
| |
235 | 235 |
| |
236 |
| - | |
| 236 | + | |
237 | 237 |
| |
238 | 238 |
| |
239 | 239 |
| |
|
0 commit comments