Commit 3cc4f25
authored
Merge pull request adafruit#5337 from hathach/tinyusb-compliance-stm-imxrt-esp32
update tinyusb to have esp32sx, stm32 and imxrt passed compliance test suite3 files changed
Lines changed: 4 additions & 1 deletion
File tree
- lib
- ports
- nrf/boards/pca10100
- stm/boards/stm32f411ve_discovery
- docs/reference/getting_started.rst+36
- docs/reference/supported.rst+3-2
- examples/device/cdc_dual_ports/src/usb_descriptors.c+45-3
- examples/device/cdc_msc/src/usb_descriptors.c+73-19
- examples/device/cdc_msc_freertos/src/usb_descriptors.c+58-5
- examples/device/hid_composite/src/usb_descriptors.c+55-2
- examples/device/hid_composite_freertos/src/tusb_config.h+3-2
- examples/device/hid_composite_freertos/src/usb_descriptors.c+53-2
- examples/host/hid_controller/src/hid_app.c+1
- examples/host/hid_controller/src/main.c+1
- hw/bsp/stm32f4/boards/stm32f412nucleo/STM32F412ZGTx_FLASH.ld+169
- hw/bsp/stm32f4/boards/stm32f412nucleo/board.h+119
- hw/bsp/stm32f4/boards/stm32f412nucleo/board.mk+11
- hw/bsp/stm32f4/boards/stm32f412nucleo/stm32f4xx_hal_conf.h+493
- src/class/bth/bth_device.c+2-2
- src/common/tusb_common.h+2-2
- src/common/tusb_types.h+4-1
- src/device/usbd.c+24-30
- src/device/usbd.h+8-1
- src/portable/espressif/esp32sx/dcd_esp32sx.c+47-65
- src/portable/nxp/transdimension/dcd_transdimension.c+118-79
- src/portable/renesas/usba/dcd_usba.c+10-4
- src/portable/st/synopsys/dcd_synopsys.c+74-33
- tools/iar_gen.py+51
- tools/iar_template.ipcf+147
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
0 commit comments