File tree
2 files changed
+9
-10
lines changed- cores/nRF5/TinyUSB
2 files changed
+9
-10
lines changedSubmodule Adafruit_TinyUSB_ArduinoCore updated 47 files
- Adafruit_USBD_Device.cpp+61-31
- Adafruit_USBD_Device.h+3-2
- tinyusb/README.md+17-12
- tinyusb/src/class/cdc/cdc_device.c+73-33
- tinyusb/src/class/cdc/cdc_device.h+38-8
- tinyusb/src/class/hid/hid.h+2-2
- tinyusb/src/class/hid/hid_device.c+23-6
- tinyusb/src/class/hid/hid_device.h+4-4
- tinyusb/src/class/midi/midi_device.c+131-74
- tinyusb/src/class/midi/midi_device.h+15
- tinyusb/src/class/msc/msc_device.c+5-4
- tinyusb/src/class/usbtmc/usbtmc_device.c+6-4
- tinyusb/src/class/usbtmc/usbtmc_device.h+1-1
- tinyusb/src/class/vendor/vendor_device.c+11-3
- tinyusb/src/common/tusb_common.h+3-3
- tinyusb/src/common/tusb_types.h+7
- tinyusb/src/common/tusb_verify.h+5-5
- tinyusb/src/device/dcd.h+11-4
- tinyusb/src/device/usbd.c+136-104
- tinyusb/src/device/usbd.h+120-57
- tinyusb/src/device/usbd_control.c+26-9
- tinyusb/src/device/usbd_pvt.h+1
- tinyusb/src/osal/osal.h+8-6
- tinyusb/src/portable/espressif/esp32s2/dcd_esp32s2.c+741
- tinyusb/src/portable/microchip/samd/dcd_samd.c+14-58
- tinyusb/src/portable/microchip/samg/dcd_samg.c+471
- tinyusb/src/portable/nordic/nrf5x/dcd_nrf5x.c+254-12
- tinyusb/src/portable/nordic/nrf5x/hal_nrf5x.c-255
- tinyusb/src/portable/nuvoton/nuc120/dcd_nuc120.c+435
- tinyusb/src/portable/nuvoton/nuc121/dcd_nuc121.c+451
- tinyusb/src/portable/nuvoton/nuc505/dcd_nuc505.c+652
- tinyusb/src/portable/nxp/lpc17_40/dcd_lpc17_40.c+579
- tinyusb/src/portable/nxp/lpc17_40/dcd_lpc17_40.h+152
- tinyusb/src/portable/nxp/lpc17_40/hcd_lpc17_40.c+46
- tinyusb/src/portable/nxp/lpc18_43/hcd_lpc18_43.c+50
- tinyusb/src/portable/nxp/lpc_ip3511/dcd_lpc_ip3511.c+415
- tinyusb/src/portable/nxp/transdimension/dcd_transdimension.c+583
- tinyusb/src/portable/sony/cxd56/dcd_cxd56.c+335
- tinyusb/src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c+920
- tinyusb/src/portable/st/stm32_fsdev/dcd_stm32_fsdev_pvt_st.h+403
- tinyusb/src/portable/st/synopsys/dcd_synopsys.c+747
- tinyusb/src/portable/ti/msp430x5xx/dcd_msp430x5xx.c+640
- tinyusb/src/portable/valentyusb/eptri/dcd_eptri.c+643
- tinyusb/src/portable/valentyusb/eptri/dcd_eptri.h+39
- tinyusb/src/tusb.c+5-5
- tinyusb/src/tusb.h+4
- tinyusb/src/tusb_option.h+18-3
Lines changed: 8 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
33 | 41 |
| |
34 | 42 |
| |
35 | 43 |
| |
| |||
106 | 114 |
| |
107 | 115 |
| |
108 | 116 |
| |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
118 | 117 |
| |
119 | 118 |
| |
120 | 119 |
| |
|
0 commit comments