Commit fc7ae2a
- .gitignore-3
- README.md+2-6
- changelog.md-2
- examples/device/cdc_msc_hid/src/main.c+10-3
- examples/device/cdc_msc_hid/src/msc_disk.c+2-2
- examples/device/cdc_msc_hid/src/tusb_config.h+11-18
- examples/device/cdc_msc_hid/src/usb_descriptors.c+22-27
- examples/device/cdc_msc_hid/src/usb_descriptors.h-34
- examples/device/cdc_msc_hid_freertos/src/main.c+7-2
- examples/device/cdc_msc_hid_freertos/src/tusb_config.h+11-11
- examples/device/cdc_msc_hid_freertos/src/usb_descriptors.c+22-27
- examples/device/cdc_msc_hid_freertos/src/usb_descriptors.h-34
- examples/device/hid_generic_inout/src/main.c+3-1
- examples/device/hid_generic_inout/src/tusb_config.h+8-8
- examples/device/hid_generic_inout/src/usb_descriptors.c+28-36
- examples/device/midi_test/src/main.c+6-4
- examples/device/midi_test/src/tusb_config.h+9-9
- examples/device/midi_test/src/usb_descriptors.c+22-26
- examples/device/msc_dual_lun/src/main.c+3-1
- examples/device/msc_dual_lun/src/tusb_config.h+8-8
- examples/device/msc_dual_lun/src/usb_descriptors.c+17-22
- examples/device/webusb_serial/Makefile-12
- examples/device/webusb_serial/src/main.c-276
- examples/device/webusb_serial/src/tusb_config.h-95
- examples/device/webusb_serial/src/usb_descriptors.c-237
- examples/device/webusb_serial/src/usb_descriptors.h-36
- examples/host/cdc_msc_hid/src/tusb_config.h+19-5
- examples/rules.mk+1-2
- hw/bsp/feather_nrf52840_express/board.mk+3
- hw/bsp/feather_nrf52840_express/board_feather_nrf52840_express.c+1
- hw/bsp/pca10056/board.mk+3
- hw/bsp/pca10056/board_pca10056.c+1
- src/class/cdc/cdc_device.c+24-11
- src/class/cdc/cdc_device.h+39-62
- src/class/custom/custom_device.c+93
- src/class/custom/custom_device.h+58
- src/class/custom/custom_host.c+2-2
- src/class/custom/custom_host.h+3-3
- src/class/hid/hid_device.c+8-8
- src/class/hid/hid_device.h+6-6
- src/class/hid/hid_host.h+2-2
- src/class/midi/midi_device.c+7-11
- src/class/midi/midi_device.h+6-6
- src/class/msc/msc_device.c+5-5
- src/class/msc/msc_device.h+6-6
- src/class/vendor/vendor_device.c-218
- src/class/vendor/vendor_device.h-121
- src/common/tusb_common.h+2-3
- src/common/tusb_types.h+38-90
- src/common/tusb_verify.h+21-21
- src/device/usbd.c+84-132
- src/device/usbd.h+6-74
- src/device/usbd_control.c+4-4
- src/device/usbd_pvt.h+9-3
- src/host/usbh.c+1-1
- src/portable/nordic/nrf5x/dcd_nrf5x.c+1-225
- src/portable/nordic/nrf5x/hal_nrf5x.c+255
- src/tusb.h+4-4
- src/tusb_option.h+2-2
- test/test/support/tusb_config.h+11-11
- tools/build_all.py+12-32
0 commit comments