1 file changed
+1
-1
lines changed- .github/ISSUE_TEMPLATE/bug_report.md+10-16
- .github/ISSUE_TEMPLATE/feature_request.md-6
- .github/ISSUE_TEMPLATE/porting.md+1-7
- .github/ISSUE_TEMPLATE/question.md+1-1
- .github/pull_request_template.md+5
- .github/workflows/build.yml+4-9
- .gitignore+2
- .gitmodules-3
- README.md+2-6
- changelog.md+18-2
- docs/getting_started.md-2
- examples/device/cdc_msc_freertos/src/FreeRTOSConfig.h+2-69
- examples/device/dynamic_configuration/Makefile+12
- examples/device/dynamic_configuration/src/main.c+206
- examples/device/dynamic_configuration/src/msc_disk.c+249
- examples/device/dynamic_configuration/src/tusb_config.h+103
- examples/device/dynamic_configuration/src/usb_descriptors.c+241
- examples/device/hid_composite/src/usb_descriptors.c+2-2
- examples/device/hid_composite_freertos/src/FreeRTOSConfig.h+2-69
- examples/device/hid_composite_freertos/src/usb_descriptors.c+2-2
- examples/device/midi_test/src/main.c+1
- examples/device/usbtmc/src/usb_descriptors.c+1-64
- examples/make.mk+15-1
- examples/readme.md+35-2
- hw/bsp/board.c+44-13
- hw/bsp/board_mcu.h+121
- hw/bsp/ea4357/ea4357.c+21-30
- lib/CMSIS_5-1
- lib/SEGGER_RTT/License.txt+34
- lib/SEGGER_RTT/README.txt+20
- lib/SEGGER_RTT/RTT/SEGGER_RTT.c+370-114
- lib/SEGGER_RTT/RTT/SEGGER_RTT.h+100-19
- lib/SEGGER_RTT/RTT/SEGGER_RTT_ASM_ARMv7M.S+235
- lib/SEGGER_RTT/RTT/SEGGER_RTT_Conf.h+98-26
- lib/SEGGER_RTT/RTT/SEGGER_RTT_printf.c+500
- lib/SEGGER_RTT/Syscalls/SEGGER_RTT_Syscalls_GCC.c+120
- lib/SEGGER_RTT/Syscalls/SEGGER_RTT_Syscalls_IAR.c+115
- lib/SEGGER_RTT/Syscalls/SEGGER_RTT_Syscalls_KEIL.c+386
- lib/SEGGER_RTT/Syscalls/SEGGER_RTT_Syscalls_SES.c+247
- lib/segger_rtt/SEGGER_RTT_SES.c-79
- src/class/hid/hid.h+2-2
- src/class/hid/hid_device.h+4-4
- src/class/midi/midi_device.c+91-54
- src/class/midi/midi_device.h+15
- src/class/msc/msc_device.c+2
- src/common/tusb_common.h+4
- src/device/usbd.c+3-4
- src/device/usbd.h+45-21
- src/portable/espressif/esp32s2/dcd_esp32s2.c+22-13
- src/portable/st/synopsys/dcd_synopsys.c+59-12
- src/tusb_option.h+5-1
0 commit comments