]> git.earman.xyz Git - sensor-watch.git/commit
add tinyusb
authorJoey Castillo <jose.castillo@gmail.com>
Sat, 28 Aug 2021 16:50:18 +0000 (12:50 -0400)
committerJoey Castillo <jose.castillo@gmail.com>
Sat, 28 Aug 2021 16:50:18 +0000 (12:50 -0400)
commit39a5c822a2a2e798e2e39ff8a98b7af84253026c
treefa157c98d3aea0d4f996e4415aa2a7ad1093ac05
parentc9e00b83bbdcb05058806d915ec4fff3cf4e596f
add tinyusb
1054 files changed:
tinyusb/.gitattributes [new file with mode: 0755]
tinyusb/.github/ISSUE_TEMPLATE/bug_report.yml [new file with mode: 0755]
tinyusb/.github/ISSUE_TEMPLATE/config.yml [new file with mode: 0755]
tinyusb/.github/ISSUE_TEMPLATE/feature_request.md [new file with mode: 0755]
tinyusb/.github/pull_request_template.md [new file with mode: 0755]
tinyusb/.github/workflows/build.yml [new file with mode: 0755]
tinyusb/.github/workflows/build_esp.yml [new file with mode: 0755]
tinyusb/.github/workflows/build_msp430.yml [new file with mode: 0755]
tinyusb/.github/workflows/build_renesas.yml [new file with mode: 0755]
tinyusb/.github/workflows/build_riscv.yml [new file with mode: 0755]
tinyusb/.github/workflows/trigger.yml [new file with mode: 0755]
tinyusb/.gitignore [new file with mode: 0755]
tinyusb/.gitmodules [new file with mode: 0755]
tinyusb/.readthedocs.yaml [new file with mode: 0755]
tinyusb/CODE_OF_CONDUCT.rst [new file with mode: 0755]
tinyusb/CONTRIBUTORS.rst [new file with mode: 0755]
tinyusb/LICENSE [new file with mode: 0755]
tinyusb/README.rst [new file with mode: 0755]
tinyusb/docs/assets/logo.svg [new file with mode: 0755]
tinyusb/docs/assets/stack.svg [new file with mode: 0755]
tinyusb/docs/conf.py [new file with mode: 0755]
tinyusb/docs/contributing/code_of_conduct.rst [new symlink]
tinyusb/docs/contributing/index.rst [new file with mode: 0755]
tinyusb/docs/contributing/porting.rst [new file with mode: 0755]
tinyusb/docs/contributing/structure.rst [new file with mode: 0755]
tinyusb/docs/index.rst [new file with mode: 0755]
tinyusb/docs/info/changelog.rst [new file with mode: 0755]
tinyusb/docs/info/contributors.rst [new symlink]
tinyusb/docs/info/index.rst [new file with mode: 0755]
tinyusb/docs/info/uses.rst [new file with mode: 0755]
tinyusb/docs/reference/concurrency.rst [new file with mode: 0755]
tinyusb/docs/reference/getting_started.rst [new file with mode: 0755]
tinyusb/docs/reference/index.rst [new file with mode: 0755]
tinyusb/docs/reference/supported.rst [new file with mode: 0755]
tinyusb/docs/requirements.txt [new file with mode: 0755]
tinyusb/examples/device/99-tinyusb.rules [new file with mode: 0755]
tinyusb/examples/device/CMakeLists.txt [new file with mode: 0755]
tinyusb/examples/device/audio_4_channel_mic/.skip.MCU_SAMD11 [new file with mode: 0755]
tinyusb/examples/device/audio_4_channel_mic/.skip.MCU_SAME5X [new file with mode: 0755]
tinyusb/examples/device/audio_4_channel_mic/.skip.MCU_SAMG [new file with mode: 0755]
tinyusb/examples/device/audio_4_channel_mic/CMakeLists.txt [new file with mode: 0755]
tinyusb/examples/device/audio_4_channel_mic/Makefile [new file with mode: 0755]
tinyusb/examples/device/audio_4_channel_mic/src/main.c [new file with mode: 0755]
tinyusb/examples/device/audio_4_channel_mic/src/plot_audio_samples.py [new file with mode: 0755]
tinyusb/examples/device/audio_4_channel_mic/src/tusb_config.h [new file with mode: 0755]
tinyusb/examples/device/audio_4_channel_mic/src/usb_descriptors.c [new file with mode: 0755]
tinyusb/examples/device/audio_test/.skip.MCU_SAMD11 [new file with mode: 0755]
tinyusb/examples/device/audio_test/.skip.MCU_SAME5X [new file with mode: 0755]
tinyusb/examples/device/audio_test/.skip.MCU_SAMG [new file with mode: 0755]
tinyusb/examples/device/audio_test/CMakeLists.txt [new file with mode: 0755]
tinyusb/examples/device/audio_test/Makefile [new file with mode: 0755]
tinyusb/examples/device/audio_test/src/main.c [new file with mode: 0755]
tinyusb/examples/device/audio_test/src/plot_audio_samples.py [new file with mode: 0755]
tinyusb/examples/device/audio_test/src/tusb_config.h [new file with mode: 0755]
tinyusb/examples/device/audio_test/src/usb_descriptors.c [new file with mode: 0755]
tinyusb/examples/device/board_test/CMakeLists.txt [new file with mode: 0755]
tinyusb/examples/device/board_test/Makefile [new file with mode: 0755]
tinyusb/examples/device/board_test/sdkconfig.defaults [new file with mode: 0755]
tinyusb/examples/device/board_test/src/CMakeLists.txt [new file with mode: 0755]
tinyusb/examples/device/board_test/src/main.c [new file with mode: 0755]
tinyusb/examples/device/board_test/src/tusb_config.h [new file with mode: 0755]
tinyusb/examples/device/cdc_dual_ports/CMakeLists.txt [new file with mode: 0755]
tinyusb/examples/device/cdc_dual_ports/Makefile [new file with mode: 0755]
tinyusb/examples/device/cdc_dual_ports/src/main.c [new file with mode: 0755]
tinyusb/examples/device/cdc_dual_ports/src/tusb_config.h [new file with mode: 0755]
tinyusb/examples/device/cdc_dual_ports/src/usb_descriptors.c [new file with mode: 0755]
tinyusb/examples/device/cdc_msc/.skip.MCU_SAMD11 [new file with mode: 0755]
tinyusb/examples/device/cdc_msc/CMakeLists.txt [new file with mode: 0755]
tinyusb/examples/device/cdc_msc/Makefile [new file with mode: 0755]
tinyusb/examples/device/cdc_msc/src/main.c [new file with mode: 0755]
tinyusb/examples/device/cdc_msc/src/msc_disk.c [new file with mode: 0755]
tinyusb/examples/device/cdc_msc/src/tusb_config.h [new file with mode: 0755]
tinyusb/examples/device/cdc_msc/src/usb_descriptors.c [new file with mode: 0755]
tinyusb/examples/device/cdc_msc_freertos/.skip.MCU_CXD56 [new file with mode: 0755]
tinyusb/examples/device/cdc_msc_freertos/.skip.MCU_EFM32GG12 [new file with mode: 0755]
tinyusb/examples/device/cdc_msc_freertos/.skip.MCU_GD32VF103 [new file with mode: 0755]
tinyusb/examples/device/cdc_msc_freertos/.skip.MCU_MKL25ZXX [new file with mode: 0755]
tinyusb/examples/device/cdc_msc_freertos/.skip.MCU_MSP430x5xx [new file with mode: 0755]
tinyusb/examples/device/cdc_msc_freertos/.skip.MCU_RP2040 [new file with mode: 0755]
tinyusb/examples/device/cdc_msc_freertos/.skip.MCU_SAMD11 [new file with mode: 0755]
tinyusb/examples/device/cdc_msc_freertos/.skip.MCU_SAMX7X [new file with mode: 0755]
tinyusb/examples/device/cdc_msc_freertos/.skip.MCU_VALENTYUSB_EPTRI [new file with mode: 0755]
tinyusb/examples/device/cdc_msc_freertos/CMakeLists.txt [new file with mode: 0755]
tinyusb/examples/device/cdc_msc_freertos/Makefile [new file with mode: 0755]
tinyusb/examples/device/cdc_msc_freertos/sdkconfig.defaults [new file with mode: 0755]
tinyusb/examples/device/cdc_msc_freertos/src/CMakeLists.txt [new file with mode: 0755]
tinyusb/examples/device/cdc_msc_freertos/src/FreeRTOSConfig.h [new file with mode: 0755]
tinyusb/examples/device/cdc_msc_freertos/src/freertos_hook.c [new file with mode: 0755]
tinyusb/examples/device/cdc_msc_freertos/src/main.c [new file with mode: 0755]
tinyusb/examples/device/cdc_msc_freertos/src/msc_disk.c [new file with mode: 0755]
tinyusb/examples/device/cdc_msc_freertos/src/tusb_config.h [new file with mode: 0755]
tinyusb/examples/device/cdc_msc_freertos/src/usb_descriptors.c [new file with mode: 0755]
tinyusb/examples/device/dfu/CMakeLists.txt [new file with mode: 0755]
tinyusb/examples/device/dfu/Makefile [new file with mode: 0755]
tinyusb/examples/device/dfu/src/main.c [new file with mode: 0755]
tinyusb/examples/device/dfu/src/tusb_config.h [new file with mode: 0755]
tinyusb/examples/device/dfu/src/usb_descriptors.c [new file with mode: 0755]
tinyusb/examples/device/dfu_runtime/CMakeLists.txt [new file with mode: 0755]
tinyusb/examples/device/dfu_runtime/Makefile [new file with mode: 0755]
tinyusb/examples/device/dfu_runtime/src/main.c [new file with mode: 0755]
tinyusb/examples/device/dfu_runtime/src/tusb_config.h [new file with mode: 0755]
tinyusb/examples/device/dfu_runtime/src/usb_descriptors.c [new file with mode: 0755]
tinyusb/examples/device/dynamic_configuration/.skip.MCU_SAMD11 [new file with mode: 0755]
tinyusb/examples/device/dynamic_configuration/CMakeLists.txt [new file with mode: 0755]
tinyusb/examples/device/dynamic_configuration/Makefile [new file with mode: 0755]
tinyusb/examples/device/dynamic_configuration/src/main.c [new file with mode: 0755]
tinyusb/examples/device/dynamic_configuration/src/msc_disk.c [new file with mode: 0755]
tinyusb/examples/device/dynamic_configuration/src/tusb_config.h [new file with mode: 0755]
tinyusb/examples/device/dynamic_configuration/src/usb_descriptors.c [new file with mode: 0755]
tinyusb/examples/device/hid_boot_interface/CMakeLists.txt [new file with mode: 0755]
tinyusb/examples/device/hid_boot_interface/Makefile [new file with mode: 0755]
tinyusb/examples/device/hid_boot_interface/src/main.c [new file with mode: 0755]
tinyusb/examples/device/hid_boot_interface/src/tusb_config.h [new file with mode: 0755]
tinyusb/examples/device/hid_boot_interface/src/usb_descriptors.c [new file with mode: 0755]
tinyusb/examples/device/hid_boot_interface/src/usb_descriptors.h [new file with mode: 0755]
tinyusb/examples/device/hid_composite/CMakeLists.txt [new file with mode: 0755]
tinyusb/examples/device/hid_composite/Makefile [new file with mode: 0755]
tinyusb/examples/device/hid_composite/src/main.c [new file with mode: 0755]
tinyusb/examples/device/hid_composite/src/tusb_config.h [new file with mode: 0755]
tinyusb/examples/device/hid_composite/src/usb_descriptors.c [new file with mode: 0755]
tinyusb/examples/device/hid_composite/src/usb_descriptors.h [new file with mode: 0755]
tinyusb/examples/device/hid_composite_freertos/.skip.MCU_CXD56 [new file with mode: 0755]
tinyusb/examples/device/hid_composite_freertos/.skip.MCU_EFM32GG12 [new file with mode: 0755]
tinyusb/examples/device/hid_composite_freertos/.skip.MCU_GD32VF103 [new file with mode: 0755]
tinyusb/examples/device/hid_composite_freertos/.skip.MCU_MSP430x5xx [new file with mode: 0755]
tinyusb/examples/device/hid_composite_freertos/.skip.MCU_RP2040 [new file with mode: 0755]
tinyusb/examples/device/hid_composite_freertos/.skip.MCU_SAMD11 [new file with mode: 0755]
tinyusb/examples/device/hid_composite_freertos/.skip.MCU_SAMX7X [new file with mode: 0755]
tinyusb/examples/device/hid_composite_freertos/.skip.MCU_VALENTYUSB_EPTRI [new file with mode: 0755]
tinyusb/examples/device/hid_composite_freertos/CMakeLists.txt [new file with mode: 0755]
tinyusb/examples/device/hid_composite_freertos/Makefile [new file with mode: 0755]
tinyusb/examples/device/hid_composite_freertos/sdkconfig.defaults [new file with mode: 0755]
tinyusb/examples/device/hid_composite_freertos/src/CMakeLists.txt [new file with mode: 0755]
tinyusb/examples/device/hid_composite_freertos/src/FreeRTOSConfig.h [new file with mode: 0755]
tinyusb/examples/device/hid_composite_freertos/src/freertos_hook.c [new file with mode: 0755]
tinyusb/examples/device/hid_composite_freertos/src/main.c [new file with mode: 0755]
tinyusb/examples/device/hid_composite_freertos/src/tusb_config.h [new file with mode: 0755]
tinyusb/examples/device/hid_composite_freertos/src/usb_descriptors.c [new file with mode: 0755]
tinyusb/examples/device/hid_composite_freertos/src/usb_descriptors.h [new file with mode: 0755]
tinyusb/examples/device/hid_generic_inout/CMakeLists.txt [new file with mode: 0755]
tinyusb/examples/device/hid_generic_inout/Makefile [new file with mode: 0755]
tinyusb/examples/device/hid_generic_inout/boards.js [new file with mode: 0755]
tinyusb/examples/device/hid_generic_inout/hid_test.js [new file with mode: 0755]
tinyusb/examples/device/hid_generic_inout/hid_test.py [new file with mode: 0755]
tinyusb/examples/device/hid_generic_inout/src/main.c [new file with mode: 0755]
tinyusb/examples/device/hid_generic_inout/src/tusb_config.h [new file with mode: 0755]
tinyusb/examples/device/hid_generic_inout/src/usb_descriptors.c [new file with mode: 0755]
tinyusb/examples/device/hid_multiple_interface/CMakeLists.txt [new file with mode: 0755]
tinyusb/examples/device/hid_multiple_interface/Makefile [new file with mode: 0755]
tinyusb/examples/device/hid_multiple_interface/src/main.c [new file with mode: 0755]
tinyusb/examples/device/hid_multiple_interface/src/tusb_config.h [new file with mode: 0755]
tinyusb/examples/device/hid_multiple_interface/src/usb_descriptors.c [new file with mode: 0755]
tinyusb/examples/device/midi_test/CMakeLists.txt [new file with mode: 0755]
tinyusb/examples/device/midi_test/Makefile [new file with mode: 0755]
tinyusb/examples/device/midi_test/src/main.c [new file with mode: 0755]
tinyusb/examples/device/midi_test/src/tusb_config.h [new file with mode: 0755]
tinyusb/examples/device/midi_test/src/usb_descriptors.c [new file with mode: 0755]
tinyusb/examples/device/msc_dual_lun/.skip.MCU_MKL25ZXX [new file with mode: 0755]
tinyusb/examples/device/msc_dual_lun/.skip.MCU_SAMD11 [new file with mode: 0755]
tinyusb/examples/device/msc_dual_lun/CMakeLists.txt [new file with mode: 0755]
tinyusb/examples/device/msc_dual_lun/Makefile [new file with mode: 0755]
tinyusb/examples/device/msc_dual_lun/src/main.c [new file with mode: 0755]
tinyusb/examples/device/msc_dual_lun/src/msc_disk_dual.c [new file with mode: 0755]
tinyusb/examples/device/msc_dual_lun/src/tusb_config.h [new file with mode: 0755]
tinyusb/examples/device/msc_dual_lun/src/usb_descriptors.c [new file with mode: 0755]
tinyusb/examples/device/net_lwip_webserver/.skip.MCU_LPC11UXX [new file with mode: 0755]
tinyusb/examples/device/net_lwip_webserver/.skip.MCU_LPC13XX [new file with mode: 0755]
tinyusb/examples/device/net_lwip_webserver/.skip.MCU_MKL25ZXX [new file with mode: 0755]
tinyusb/examples/device/net_lwip_webserver/.skip.MCU_MSP430x5xx [new file with mode: 0755]
tinyusb/examples/device/net_lwip_webserver/.skip.MCU_NUC121 [new file with mode: 0755]
tinyusb/examples/device/net_lwip_webserver/.skip.MCU_SAMD11 [new file with mode: 0755]
tinyusb/examples/device/net_lwip_webserver/.skip.MCU_STM32L0 [new file with mode: 0755]
tinyusb/examples/device/net_lwip_webserver/CMakeLists.txt [new file with mode: 0755]
tinyusb/examples/device/net_lwip_webserver/Makefile [new file with mode: 0755]
tinyusb/examples/device/net_lwip_webserver/src/arch/cc.h [new file with mode: 0755]
tinyusb/examples/device/net_lwip_webserver/src/lwipopts.h [new file with mode: 0755]
tinyusb/examples/device/net_lwip_webserver/src/main.c [new file with mode: 0755]
tinyusb/examples/device/net_lwip_webserver/src/tusb_config.h [new file with mode: 0755]
tinyusb/examples/device/net_lwip_webserver/src/usb_descriptors.c [new file with mode: 0755]
tinyusb/examples/device/uac2_headset/.skip.MCU_LPC11UXX [new file with mode: 0755]
tinyusb/examples/device/uac2_headset/.skip.MCU_LPC13XX [new file with mode: 0755]
tinyusb/examples/device/uac2_headset/.skip.MCU_NUC121 [new file with mode: 0755]
tinyusb/examples/device/uac2_headset/.skip.MCU_SAMD11 [new file with mode: 0755]
tinyusb/examples/device/uac2_headset/.skip.MCU_SAME5X [new file with mode: 0755]
tinyusb/examples/device/uac2_headset/.skip.MCU_SAMG [new file with mode: 0755]
tinyusb/examples/device/uac2_headset/CMakeLists.txt [new file with mode: 0755]
tinyusb/examples/device/uac2_headset/Makefile [new file with mode: 0755]
tinyusb/examples/device/uac2_headset/src/main.c [new file with mode: 0755]
tinyusb/examples/device/uac2_headset/src/tusb_config.h [new file with mode: 0755]
tinyusb/examples/device/uac2_headset/src/usb_descriptors.c [new file with mode: 0755]
tinyusb/examples/device/uac2_headset/src/usb_descriptors.h [new file with mode: 0755]
tinyusb/examples/device/usbtmc/CMakeLists.txt [new file with mode: 0755]
tinyusb/examples/device/usbtmc/Makefile [new file with mode: 0755]
tinyusb/examples/device/usbtmc/src/main.c [new file with mode: 0755]
tinyusb/examples/device/usbtmc/src/main.h [new file with mode: 0755]
tinyusb/examples/device/usbtmc/src/tusb_config.h [new file with mode: 0755]
tinyusb/examples/device/usbtmc/src/usb_descriptors.c [new file with mode: 0755]
tinyusb/examples/device/usbtmc/src/usbtmc_app.c [new file with mode: 0755]
tinyusb/examples/device/usbtmc/src/usbtmc_app.h [new file with mode: 0755]
tinyusb/examples/device/usbtmc/visaQuery.py [new file with mode: 0755]
tinyusb/examples/device/webusb_serial/CMakeLists.txt [new file with mode: 0755]
tinyusb/examples/device/webusb_serial/Makefile [new file with mode: 0755]
tinyusb/examples/device/webusb_serial/src/main.c [new file with mode: 0755]
tinyusb/examples/device/webusb_serial/src/tusb_config.h [new file with mode: 0755]
tinyusb/examples/device/webusb_serial/src/usb_descriptors.c [new file with mode: 0755]
tinyusb/examples/device/webusb_serial/src/usb_descriptors.h [new file with mode: 0755]
tinyusb/examples/host/CMakeLists.txt [new file with mode: 0755]
tinyusb/examples/host/cdc_msc_hid/.only.MCU_LPC175X_6X [new file with mode: 0755]
tinyusb/examples/host/cdc_msc_hid/.only.MCU_LPC177X_8X [new file with mode: 0755]
tinyusb/examples/host/cdc_msc_hid/.only.MCU_LPC18XX [new file with mode: 0755]
tinyusb/examples/host/cdc_msc_hid/.only.MCU_LPC40XX [new file with mode: 0755]
tinyusb/examples/host/cdc_msc_hid/.only.MCU_LPC43XX [new file with mode: 0755]
tinyusb/examples/host/cdc_msc_hid/.only.MCU_MIMXRT10XX [new file with mode: 0755]
tinyusb/examples/host/cdc_msc_hid/.only.MCU_RP2040 [new file with mode: 0755]
tinyusb/examples/host/cdc_msc_hid/CMakeLists.txt [new file with mode: 0755]
tinyusb/examples/host/cdc_msc_hid/Makefile [new file with mode: 0755]
tinyusb/examples/host/cdc_msc_hid/src/hid_app.c [new file with mode: 0755]
tinyusb/examples/host/cdc_msc_hid/src/main.c [new file with mode: 0755]
tinyusb/examples/host/cdc_msc_hid/src/msc_app.c [new file with mode: 0755]
tinyusb/examples/host/cdc_msc_hid/src/tusb_config.h [new file with mode: 0755]
tinyusb/examples/host/hid_controller/.only.MCU_LPC175X_6X [new file with mode: 0755]
tinyusb/examples/host/hid_controller/.only.MCU_LPC177X_8X [new file with mode: 0755]
tinyusb/examples/host/hid_controller/.only.MCU_LPC18XX [new file with mode: 0755]
tinyusb/examples/host/hid_controller/.only.MCU_LPC40XX [new file with mode: 0755]
tinyusb/examples/host/hid_controller/.only.MCU_LPC43XX [new file with mode: 0755]
tinyusb/examples/host/hid_controller/.only.MCU_MIMXRT10XX [new file with mode: 0755]
tinyusb/examples/host/hid_controller/.only.MCU_RP2040 [new file with mode: 0755]
tinyusb/examples/host/hid_controller/CMakeLists.txt [new file with mode: 0755]
tinyusb/examples/host/hid_controller/Makefile [new file with mode: 0755]
tinyusb/examples/host/hid_controller/src/hid_app.c [new file with mode: 0755]
tinyusb/examples/host/hid_controller/src/main.c [new file with mode: 0755]
tinyusb/examples/host/hid_controller/src/tusb_config.h [new file with mode: 0755]
tinyusb/examples/make.mk [new file with mode: 0755]
tinyusb/examples/rules.mk [new file with mode: 0755]
tinyusb/hw/bsp/ansi_escape.h [new file with mode: 0755]
tinyusb/hw/bsp/board.c [new file with mode: 0755]
tinyusb/hw/bsp/board.h [new file with mode: 0755]
tinyusb/hw/bsp/board_mcu.h [new file with mode: 0755]
tinyusb/hw/bsp/d5035_01/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/d5035_01/d5035_01.c [new file with mode: 0755]
tinyusb/hw/bsp/d5035_01/same51j19a_flash.ld [new file with mode: 0755]
tinyusb/hw/bsp/da14695_dk_usb/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/da14695_dk_usb/da14695_dk_usb.c [new file with mode: 0755]
tinyusb/hw/bsp/da14695_dk_usb/da1469x.ld [new file with mode: 0755]
tinyusb/hw/bsp/da14695_dk_usb/gcc_startup_da1469x.S [new file with mode: 0755]
tinyusb/hw/bsp/da14695_dk_usb/product_header.dump [new file with mode: 0755]
tinyusb/hw/bsp/da14695_dk_usb/syscfg/syscfg.h [new file with mode: 0755]
tinyusb/hw/bsp/da1469x_dk_pro/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/da1469x_dk_pro/da1469x-dk-pro.c [new file with mode: 0755]
tinyusb/hw/bsp/da1469x_dk_pro/da1469x.ld [new file with mode: 0755]
tinyusb/hw/bsp/da1469x_dk_pro/gcc_startup_da1469x.S [new file with mode: 0755]
tinyusb/hw/bsp/da1469x_dk_pro/product_header.dump [new file with mode: 0755]
tinyusb/hw/bsp/da1469x_dk_pro/syscfg/syscfg.h [new file with mode: 0755]
tinyusb/hw/bsp/ea4088qs/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/ea4088qs/ea4088qs.c [new file with mode: 0755]
tinyusb/hw/bsp/ea4088qs/lpc4088.ld [new file with mode: 0755]
tinyusb/hw/bsp/ea4357/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/ea4357/ea4357.c [new file with mode: 0755]
tinyusb/hw/bsp/ea4357/lpc4357.ld [new file with mode: 0755]
tinyusb/hw/bsp/ea4357/pca9532.c [new file with mode: 0755]
tinyusb/hw/bsp/ea4357/pca9532.h [new file with mode: 0755]
tinyusb/hw/bsp/esp32s2/boards/CMakeLists.txt [new file with mode: 0755]
tinyusb/hw/bsp/esp32s2/boards/adafruit_feather_esp32s2/board.cmake [new file with mode: 0755]
tinyusb/hw/bsp/esp32s2/boards/adafruit_feather_esp32s2/board.h [new file with mode: 0755]
tinyusb/hw/bsp/esp32s2/boards/adafruit_magtag_29gray/board.cmake [new file with mode: 0755]
tinyusb/hw/bsp/esp32s2/boards/adafruit_magtag_29gray/board.h [new file with mode: 0755]
tinyusb/hw/bsp/esp32s2/boards/adafruit_metro_esp32s2/board.cmake [new file with mode: 0755]
tinyusb/hw/bsp/esp32s2/boards/adafruit_metro_esp32s2/board.h [new file with mode: 0755]
tinyusb/hw/bsp/esp32s2/boards/esp32s2.c [new file with mode: 0755]
tinyusb/hw/bsp/esp32s2/boards/espressif_kaluga_1/board.cmake [new file with mode: 0755]
tinyusb/hw/bsp/esp32s2/boards/espressif_kaluga_1/board.h [new file with mode: 0755]
tinyusb/hw/bsp/esp32s2/boards/espressif_saola_1/board.cmake [new file with mode: 0755]
tinyusb/hw/bsp/esp32s2/boards/espressif_saola_1/board.h [new file with mode: 0755]
tinyusb/hw/bsp/esp32s2/components/led_strip/CMakeLists.txt [new file with mode: 0755]
tinyusb/hw/bsp/esp32s2/components/led_strip/include/led_strip.h [new file with mode: 0755]
tinyusb/hw/bsp/esp32s2/components/led_strip/src/led_strip_rmt_ws2812.c [new file with mode: 0755]
tinyusb/hw/bsp/esp32s2/family.cmake [new file with mode: 0755]
tinyusb/hw/bsp/esp32s2/family.mk [new file with mode: 0755]
tinyusb/hw/bsp/esp32s3/boards/CMakeLists.txt [new file with mode: 0755]
tinyusb/hw/bsp/esp32s3/boards/esp32s3.c [new file with mode: 0755]
tinyusb/hw/bsp/esp32s3/boards/espressif_addax_1/board.cmake [new file with mode: 0755]
tinyusb/hw/bsp/esp32s3/boards/espressif_addax_1/board.h [new file with mode: 0755]
tinyusb/hw/bsp/esp32s3/components/led_strip/CMakeLists.txt [new file with mode: 0755]
tinyusb/hw/bsp/esp32s3/components/led_strip/include/led_strip.h [new file with mode: 0755]
tinyusb/hw/bsp/esp32s3/components/led_strip/src/led_strip_rmt_ws2812.c [new file with mode: 0755]
tinyusb/hw/bsp/esp32s3/family.cmake [new file with mode: 0755]
tinyusb/hw/bsp/esp32s3/family.mk [new file with mode: 0755]
tinyusb/hw/bsp/family_support.cmake [new file with mode: 0755]
tinyusb/hw/bsp/fomu/boards/fomu/board.h [new file with mode: 0755]
tinyusb/hw/bsp/fomu/boards/fomu/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/fomu/crt0-vexriscv.S [new file with mode: 0755]
tinyusb/hw/bsp/fomu/dfu.py [new file with mode: 0755]
tinyusb/hw/bsp/fomu/family.mk [new file with mode: 0755]
tinyusb/hw/bsp/fomu/fomu.c [new file with mode: 0755]
tinyusb/hw/bsp/fomu/fomu.ld [new file with mode: 0755]
tinyusb/hw/bsp/fomu/include/csr.h [new file with mode: 0755]
tinyusb/hw/bsp/fomu/include/hw/common.h [new file with mode: 0755]
tinyusb/hw/bsp/fomu/include/irq.h [new file with mode: 0755]
tinyusb/hw/bsp/fomu/output_format.ld [new file with mode: 0755]
tinyusb/hw/bsp/fomu/regions.ld [new file with mode: 0755]
tinyusb/hw/bsp/frdm_k32l2b/board.h [new file with mode: 0755]
tinyusb/hw/bsp/frdm_k32l2b/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/frdm_k32l2b/frdm_k32l2b.c [new file with mode: 0755]
tinyusb/hw/bsp/frdm_kl25z/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/frdm_kl25z/frdm_kl25z.c [new file with mode: 0755]
tinyusb/hw/bsp/gd32vf103/boards/sipeed_longan_nano/board.h [new file with mode: 0755]
tinyusb/hw/bsp/gd32vf103/boards/sipeed_longan_nano/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/gd32vf103/family.c [new file with mode: 0755]
tinyusb/hw/bsp/gd32vf103/family.mk [new file with mode: 0755]
tinyusb/hw/bsp/gd32vf103/system_gd32vf103.c [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/boards/mimxrt1010_evk/board.h [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/boards/mimxrt1010_evk/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/boards/mimxrt1010_evk/evkmimxrt1010_flexspi_nor_config.c [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/boards/mimxrt1010_evk/evkmimxrt1010_flexspi_nor_config.h [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/boards/mimxrt1015_evk/board.h [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/boards/mimxrt1015_evk/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/boards/mimxrt1015_evk/evkmimxrt1015_flexspi_nor_config.c [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/boards/mimxrt1015_evk/evkmimxrt1015_flexspi_nor_config.h [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/boards/mimxrt1020_evk/board.h [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/boards/mimxrt1020_evk/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/boards/mimxrt1020_evk/evkmimxrt1020_flexspi_nor_config.c [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/boards/mimxrt1020_evk/evkmimxrt1020_flexspi_nor_config.h [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/boards/mimxrt1050_evkb/board.h [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/boards/mimxrt1050_evkb/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/boards/mimxrt1050_evkb/evkbimxrt1050_flexspi_nor_config.c [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/boards/mimxrt1050_evkb/evkbimxrt1050_flexspi_nor_config.h [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/boards/mimxrt1060_evk/board.h [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/boards/mimxrt1060_evk/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/boards/mimxrt1060_evk/evkmimxrt1060_flexspi_nor_config.c [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/boards/mimxrt1060_evk/evkmimxrt1060_flexspi_nor_config.h [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/boards/mimxrt1064_evk/board.h [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/boards/mimxrt1064_evk/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/boards/mimxrt1064_evk/evkmimxrt1064_flexspi_nor_config.c [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/boards/mimxrt1064_evk/evkmimxrt1064_flexspi_nor_config.h [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/boards/teensy_40/board.h [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/boards/teensy_40/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/boards/teensy_40/teensy40_flexspi_nor_config.c [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/boards/teensy_40/teensy40_flexspi_nor_config.h [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/family.c [new file with mode: 0755]
tinyusb/hw/bsp/imxrt/family.mk [new file with mode: 0755]
tinyusb/hw/bsp/lpc15/boards/lpcxpresso1549/board.h [new file with mode: 0755]
tinyusb/hw/bsp/lpc15/boards/lpcxpresso1549/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/lpc15/boards/lpcxpresso1549/lpc1549.ld [new file with mode: 0755]
tinyusb/hw/bsp/lpc15/family.c [new file with mode: 0755]
tinyusb/hw/bsp/lpc15/family.mk [new file with mode: 0755]
tinyusb/hw/bsp/lpc18/boards/lpcxpresso18s37/board.h [new file with mode: 0755]
tinyusb/hw/bsp/lpc18/boards/lpcxpresso18s37/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/lpc18/boards/lpcxpresso18s37/lpc1837.ld [new file with mode: 0755]
tinyusb/hw/bsp/lpc18/boards/mcb1800/board.h [new file with mode: 0755]
tinyusb/hw/bsp/lpc18/boards/mcb1800/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/lpc18/boards/mcb1800/lpc1857.ld [new file with mode: 0755]
tinyusb/hw/bsp/lpc18/family.c [new file with mode: 0755]
tinyusb/hw/bsp/lpc18/family.mk [new file with mode: 0755]
tinyusb/hw/bsp/lpc54/boards/lpcxpresso54114/board.h [new file with mode: 0755]
tinyusb/hw/bsp/lpc54/boards/lpcxpresso54114/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/lpc54/boards/lpcxpresso54628/board.h [new file with mode: 0755]
tinyusb/hw/bsp/lpc54/boards/lpcxpresso54628/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/lpc54/family.c [new file with mode: 0755]
tinyusb/hw/bsp/lpc54/family.mk [new file with mode: 0755]
tinyusb/hw/bsp/lpc55/boards/double_m33_express/LPC55S69_cm33_core0_uf2.ld [new file with mode: 0755]
tinyusb/hw/bsp/lpc55/boards/double_m33_express/board.h [new file with mode: 0755]
tinyusb/hw/bsp/lpc55/boards/double_m33_express/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/lpc55/boards/lpcxpresso55s28/board.h [new file with mode: 0755]
tinyusb/hw/bsp/lpc55/boards/lpcxpresso55s28/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/lpc55/boards/lpcxpresso55s69/board.h [new file with mode: 0755]
tinyusb/hw/bsp/lpc55/boards/lpcxpresso55s69/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/lpc55/boards/mcu_link/board.h [new file with mode: 0755]
tinyusb/hw/bsp/lpc55/boards/mcu_link/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/lpc55/family.c [new file with mode: 0755]
tinyusb/hw/bsp/lpc55/family.mk [new file with mode: 0755]
tinyusb/hw/bsp/lpcxpresso11u37/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/lpcxpresso11u37/lpc11u37.ld [new file with mode: 0755]
tinyusb/hw/bsp/lpcxpresso11u37/lpcxpresso11u37.c [new file with mode: 0755]
tinyusb/hw/bsp/lpcxpresso11u68/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/lpcxpresso11u68/lpc11u68.ld [new file with mode: 0755]
tinyusb/hw/bsp/lpcxpresso11u68/lpcxpresso11u68.c [new file with mode: 0755]
tinyusb/hw/bsp/lpcxpresso1347/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/lpcxpresso1347/lpc1347.ld [new file with mode: 0755]
tinyusb/hw/bsp/lpcxpresso1347/lpcxpresso1347.c [new file with mode: 0755]
tinyusb/hw/bsp/lpcxpresso1769/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/lpcxpresso1769/lpc1769.ld [new file with mode: 0755]
tinyusb/hw/bsp/lpcxpresso1769/lpcxpresso1769.c [new file with mode: 0755]
tinyusb/hw/bsp/lpcxpresso51u68/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/lpcxpresso51u68/lpcxpresso51u68.c [new file with mode: 0755]
tinyusb/hw/bsp/mbed1768/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/mbed1768/lpc1768.ld [new file with mode: 0755]
tinyusb/hw/bsp/mbed1768/mbed1768.c [new file with mode: 0755]
tinyusb/hw/bsp/msp430/boards/msp_exp430f5529lp/board.h [new file with mode: 0755]
tinyusb/hw/bsp/msp430/family.c [new file with mode: 0755]
tinyusb/hw/bsp/msp430/family.mk [new file with mode: 0755]
tinyusb/hw/bsp/ngx4330/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/ngx4330/ngx4330.c [new file with mode: 0755]
tinyusb/hw/bsp/ngx4330/ngx4330.ld [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/adafruit_clue/board.h [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/adafruit_clue/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/adafruit_clue/nrf52840_s140_v6.ld [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/arduino_nano33_ble/arduino_nano33_ble.ld [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/arduino_nano33_ble/board.h [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/arduino_nano33_ble/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/circuitplayground_bluefruit/board.h [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/circuitplayground_bluefruit/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/circuitplayground_bluefruit/nrf52840_s140_v6.ld [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/feather_nrf52840_express/board.h [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/feather_nrf52840_express/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/feather_nrf52840_express/nrf52840_s140_v6.ld [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/feather_nrf52840_sense/board.h [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/feather_nrf52840_sense/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/feather_nrf52840_sense/nrf52840_s140_v6.ld [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/itsybitsy_nrf52840/board.h [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/itsybitsy_nrf52840/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/itsybitsy_nrf52840/nrf52840_s140_v6.ld [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/nrf52840_mdk_dongle/board.h [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/nrf52840_mdk_dongle/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/nrf52840_mdk_dongle/nrf52840_mdk_dongle.ld [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/pca10056/board.h [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/pca10056/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/pca10059/board.h [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/pca10059/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/pca10059/pca10059.ld [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/pca10100/board.h [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/pca10100/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/raytac_mdbt50q_rx/board.h [new file with mode: 0755]
tinyusb/hw/bsp/nrf/boards/raytac_mdbt50q_rx/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/nrf/family.c [new file with mode: 0755]
tinyusb/hw/bsp/nrf/family.mk [new file with mode: 0755]
tinyusb/hw/bsp/nutiny_nuc121s/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/nutiny_nuc121s/nuc121_flash.ld [new file with mode: 0755]
tinyusb/hw/bsp/nutiny_nuc121s/nutiny_nuc121.c [new file with mode: 0755]
tinyusb/hw/bsp/nutiny_nuc125s/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/nutiny_nuc125s/nuc125_flash.ld [new file with mode: 0755]
tinyusb/hw/bsp/nutiny_nuc125s/nutiny_nuc125.c [new file with mode: 0755]
tinyusb/hw/bsp/nutiny_nuc126v/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/nutiny_nuc126v/nuc126_flash.ld [new file with mode: 0755]
tinyusb/hw/bsp/nutiny_nuc126v/nutiny_nuc126.c [new file with mode: 0755]
tinyusb/hw/bsp/nutiny_sdk_nuc120/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/nutiny_sdk_nuc120/nuc120_flash.ld [new file with mode: 0755]
tinyusb/hw/bsp/nutiny_sdk_nuc120/nutiny_sdk_nuc120.c [new file with mode: 0755]
tinyusb/hw/bsp/nutiny_sdk_nuc505/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/nutiny_sdk_nuc505/nuc505_flashtoram.ld [new file with mode: 0755]
tinyusb/hw/bsp/nutiny_sdk_nuc505/nutiny_sdk_nuc505.c [new file with mode: 0755]
tinyusb/hw/bsp/rp2040/board.h [new file with mode: 0755]
tinyusb/hw/bsp/rp2040/boards/adafruit_feather_rp2040/board.cmake [new file with mode: 0755]
tinyusb/hw/bsp/rp2040/boards/adafruit_itsybitsy_rp2040/board.cmake [new file with mode: 0755]
tinyusb/hw/bsp/rp2040/boards/adafruit_qtpy_rp2040/board.cmake [new file with mode: 0755]
tinyusb/hw/bsp/rp2040/boards/pico_sdk/board.cmake [new file with mode: 0755]
tinyusb/hw/bsp/rp2040/boards/raspberry_pi_pico/board.cmake [new file with mode: 0755]
tinyusb/hw/bsp/rp2040/family.c [new file with mode: 0755]
tinyusb/hw/bsp/rp2040/family.cmake [new file with mode: 0755]
tinyusb/hw/bsp/rp2040/family.mk [new file with mode: 0755]
tinyusb/hw/bsp/rp2040/pico_sdk_import.cmake [new file with mode: 0755]
tinyusb/hw/bsp/rx/boards/gr_citrus/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/rx/boards/gr_citrus/gr_citrus.c [new file with mode: 0755]
tinyusb/hw/bsp/rx/boards/gr_citrus/hwinit.c [new file with mode: 0755]
tinyusb/hw/bsp/rx/boards/gr_citrus/r5f5631fd.ld [new file with mode: 0755]
tinyusb/hw/bsp/rx/boards/rx65n_target/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/rx/boards/rx65n_target/r5f565ne.ld [new file with mode: 0755]
tinyusb/hw/bsp/rx/boards/rx65n_target/rx65n_target.c [new file with mode: 0755]
tinyusb/hw/bsp/rx/family.mk [new file with mode: 0755]
tinyusb/hw/bsp/samd11/boards/luna_d11/board.h [new file with mode: 0755]
tinyusb/hw/bsp/samd11/boards/luna_d11/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/samd11/boards/luna_d11/samd11d14am_flash.ld [new file with mode: 0755]
tinyusb/hw/bsp/samd11/boards/samd11_xplained/board.h [new file with mode: 0755]
tinyusb/hw/bsp/samd11/boards/samd11_xplained/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/samd11/boards/samd11_xplained/samd11d14am_flash.ld [new file with mode: 0755]
tinyusb/hw/bsp/samd11/family.c [new file with mode: 0755]
tinyusb/hw/bsp/samd11/family.mk [new file with mode: 0755]
tinyusb/hw/bsp/samd21/boards/atsamd21_xpro/board.h [new file with mode: 0755]
tinyusb/hw/bsp/samd21/boards/atsamd21_xpro/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/samd21/boards/atsamd21_xpro/samd21j18a_flash.ld [new file with mode: 0755]
tinyusb/hw/bsp/samd21/boards/circuitplayground_express/board.h [new file with mode: 0755]
tinyusb/hw/bsp/samd21/boards/circuitplayground_express/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/samd21/boards/circuitplayground_express/circuitplayground_express.ld [new file with mode: 0755]
tinyusb/hw/bsp/samd21/boards/feather_m0_express/board.h [new file with mode: 0755]
tinyusb/hw/bsp/samd21/boards/feather_m0_express/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/samd21/boards/feather_m0_express/feather_m0_express.ld [new file with mode: 0755]
tinyusb/hw/bsp/samd21/boards/itsybitsy_m0/board.h [new file with mode: 0755]
tinyusb/hw/bsp/samd21/boards/itsybitsy_m0/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/samd21/boards/itsybitsy_m0/itsybitsy_m0.ld [new file with mode: 0755]
tinyusb/hw/bsp/samd21/boards/luna_d21/board.h [new file with mode: 0755]
tinyusb/hw/bsp/samd21/boards/luna_d21/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/samd21/boards/luna_d21/samd21g18a_flash.ld [new file with mode: 0755]
tinyusb/hw/bsp/samd21/boards/metro_m0_express/board.h [new file with mode: 0755]
tinyusb/hw/bsp/samd21/boards/metro_m0_express/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/samd21/boards/metro_m0_express/metro_m0_express.ld [new file with mode: 0755]
tinyusb/hw/bsp/samd21/boards/seeeduino_xiao/board.h [new file with mode: 0755]
tinyusb/hw/bsp/samd21/boards/seeeduino_xiao/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/samd21/boards/seeeduino_xiao/seeeduino_xiao.ld [new file with mode: 0755]
tinyusb/hw/bsp/samd21/family.c [new file with mode: 0755]
tinyusb/hw/bsp/samd21/family.mk [new file with mode: 0755]
tinyusb/hw/bsp/samd51/boards/feather_m4_express/board.h [new file with mode: 0755]
tinyusb/hw/bsp/samd51/boards/feather_m4_express/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/samd51/boards/feather_m4_express/feather_m4_express.ld [new file with mode: 0755]
tinyusb/hw/bsp/samd51/boards/itsybitsy_m4/board.h [new file with mode: 0755]
tinyusb/hw/bsp/samd51/boards/itsybitsy_m4/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/samd51/boards/itsybitsy_m4/itsybitsy_m4.ld [new file with mode: 0755]
tinyusb/hw/bsp/samd51/boards/metro_m4_express/board.h [new file with mode: 0755]
tinyusb/hw/bsp/samd51/boards/metro_m4_express/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/samd51/boards/metro_m4_express/metro_m4_express.ld [new file with mode: 0755]
tinyusb/hw/bsp/samd51/boards/pybadge/board.h [new file with mode: 0755]
tinyusb/hw/bsp/samd51/boards/pybadge/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/samd51/boards/pybadge/pybadge.ld [new file with mode: 0755]
tinyusb/hw/bsp/samd51/boards/pyportal/board.h [new file with mode: 0755]
tinyusb/hw/bsp/samd51/boards/pyportal/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/samd51/boards/pyportal/pyportal.ld [new file with mode: 0755]
tinyusb/hw/bsp/samd51/family.c [new file with mode: 0755]
tinyusb/hw/bsp/samd51/family.mk [new file with mode: 0755]
tinyusb/hw/bsp/same54xplainedpro/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/same54xplainedpro/same54p20a_flash.ld [new file with mode: 0755]
tinyusb/hw/bsp/same54xplainedpro/same54p20a_sram.ld [new file with mode: 0755]
tinyusb/hw/bsp/same54xplainedpro/same54xplainedpro.c [new file with mode: 0755]
tinyusb/hw/bsp/same70_xplained/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/same70_xplained/hpl_pmc_config.h [new file with mode: 0755]
tinyusb/hw/bsp/same70_xplained/hpl_usart_config.h [new file with mode: 0755]
tinyusb/hw/bsp/same70_xplained/hpl_xdmac_config.h [new file with mode: 0755]
tinyusb/hw/bsp/same70_xplained/peripheral_clk_config.h [new file with mode: 0755]
tinyusb/hw/bsp/same70_xplained/same70_xplained.c [new file with mode: 0755]
tinyusb/hw/bsp/samg55xplained/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/samg55xplained/hpl_usart_config.h [new file with mode: 0755]
tinyusb/hw/bsp/samg55xplained/peripheral_clk_config.h [new file with mode: 0755]
tinyusb/hw/bsp/samg55xplained/samg55j19_flash.ld [new file with mode: 0755]
tinyusb/hw/bsp/samg55xplained/samg55xplained.c [new file with mode: 0755]
tinyusb/hw/bsp/saml2x/boards/atsaml21_xpro/board.h [new file with mode: 0755]
tinyusb/hw/bsp/saml2x/boards/atsaml21_xpro/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/saml2x/boards/atsaml21_xpro/saml21j18b_flash.ld [new file with mode: 0755]
tinyusb/hw/bsp/saml2x/boards/saml22_feather/board.h [new file with mode: 0755]
tinyusb/hw/bsp/saml2x/boards/saml22_feather/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/saml2x/boards/saml22_feather/saml22_feather.ld [new file with mode: 0755]
tinyusb/hw/bsp/saml2x/boards/sensorwatch_m0/board.h [new file with mode: 0755]
tinyusb/hw/bsp/saml2x/boards/sensorwatch_m0/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/saml2x/boards/sensorwatch_m0/sensorwatch_m0.ld [new file with mode: 0755]
tinyusb/hw/bsp/saml2x/family.c [new file with mode: 0755]
tinyusb/hw/bsp/saml2x/family.mk [new file with mode: 0755]
tinyusb/hw/bsp/sltb009a/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/sltb009a/sltb009a.c [new file with mode: 0755]
tinyusb/hw/bsp/spresense/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/spresense/board_spresense.c [new file with mode: 0755]
tinyusb/hw/bsp/stm32f0/boards/stm32f070rbnucleo/board.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f0/boards/stm32f070rbnucleo/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32f0/boards/stm32f070rbnucleo/stm32F070rbtx_flash.ld [new file with mode: 0755]
tinyusb/hw/bsp/stm32f0/boards/stm32f072disco/STM32F072RBTx_FLASH.ld [new file with mode: 0755]
tinyusb/hw/bsp/stm32f0/boards/stm32f072disco/board.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f0/boards/stm32f072disco/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32f0/boards/stm32f072eval/STM32F072VBTx_FLASH.ld [new file with mode: 0755]
tinyusb/hw/bsp/stm32f0/boards/stm32f072eval/board.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f0/boards/stm32f072eval/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32f0/family.c [new file with mode: 0755]
tinyusb/hw/bsp/stm32f0/family.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32f0/stm32f0xx_hal_conf.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f1/boards/stm32f103_bluepill/STM32F103X8_FLASH.ld [new file with mode: 0755]
tinyusb/hw/bsp/stm32f1/boards/stm32f103_bluepill/board.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f1/boards/stm32f103_bluepill/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32f1/boards/stm32f103_mini_2/STM32F103XC_FLASH.ld [new file with mode: 0755]
tinyusb/hw/bsp/stm32f1/boards/stm32f103_mini_2/board.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f1/boards/stm32f103_mini_2/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32f1/family.c [new file with mode: 0755]
tinyusb/hw/bsp/stm32f1/family.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32f1/stm32f1xx_hal_conf.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f207nucleo/STM32F207ZGTx_FLASH.ld [new file with mode: 0755]
tinyusb/hw/bsp/stm32f207nucleo/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32f207nucleo/stm32f207nucleo.c [new file with mode: 0755]
tinyusb/hw/bsp/stm32f207nucleo/stm32f2xx_hal_conf.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f303disco/STM32F303VCTx_FLASH.ld [new file with mode: 0755]
tinyusb/hw/bsp/stm32f303disco/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32f303disco/stm32f303disco.c [new file with mode: 0755]
tinyusb/hw/bsp/stm32f303disco/stm32f3xx_hal_conf.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/boards/feather_stm32f405/STM32F405RGTx_FLASH.ld [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/boards/feather_stm32f405/board.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/boards/feather_stm32f405/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/boards/feather_stm32f405/stm32f4xx_hal_conf.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/boards/pyboardv11/STM32F405RGTx_FLASH.ld [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/boards/pyboardv11/board.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/boards/pyboardv11/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/boards/pyboardv11/stm32f4xx_hal_conf.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/boards/stm32f401blackpill/STM32F401VCTx_FLASH.ld [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/boards/stm32f401blackpill/board.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/boards/stm32f401blackpill/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/boards/stm32f401blackpill/stm32f4xx_hal_conf.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/boards/stm32f407disco/STM32F407VGTx_FLASH.ld [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/boards/stm32f407disco/board.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/boards/stm32f407disco/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/boards/stm32f407disco/stm32f4xx_hal_conf.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/boards/stm32f411blackpill/STM32F411CEUx_FLASH.ld [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/boards/stm32f411blackpill/board.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/boards/stm32f411blackpill/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/boards/stm32f411blackpill/stm32f4xx_hal_conf.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/boards/stm32f411disco/STM32F411VETx_FLASH.ld [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/boards/stm32f411disco/board.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/boards/stm32f411disco/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/boards/stm32f411disco/stm32f4xx_hal_conf.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/boards/stm32f412disco/STM32F412ZGTx_FLASH.ld [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/boards/stm32f412disco/board.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/boards/stm32f412disco/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/boards/stm32f412disco/stm32f4xx_hal_conf.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/family.c [new file with mode: 0755]
tinyusb/hw/bsp/stm32f4/family.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32f7/boards/stlinkv3mini/STM32F723xE_FLASH.ld [new file with mode: 0755]
tinyusb/hw/bsp/stm32f7/boards/stlinkv3mini/board.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f7/boards/stlinkv3mini/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32f7/boards/stlinkv3mini/stm32f7xx_hal_conf.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f7/boards/stm32f723disco/STM32F723xE_FLASH.ld [new file with mode: 0755]
tinyusb/hw/bsp/stm32f7/boards/stm32f723disco/board.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f7/boards/stm32f723disco/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32f7/boards/stm32f723disco/stm32f7xx_hal_conf.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f7/boards/stm32f746disco/STM32F746ZGTx_FLASH.ld [new file with mode: 0755]
tinyusb/hw/bsp/stm32f7/boards/stm32f746disco/board.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f7/boards/stm32f746disco/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32f7/boards/stm32f746disco/stm32f7xx_hal_conf.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f7/boards/stm32f746nucleo/STM32F746ZGTx_FLASH.ld [new file with mode: 0755]
tinyusb/hw/bsp/stm32f7/boards/stm32f746nucleo/board.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f7/boards/stm32f746nucleo/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32f7/boards/stm32f746nucleo/stm32f7xx_hal_conf.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f7/boards/stm32f767nucleo/STM32F767ZITx_FLASH.ld [new file with mode: 0755]
tinyusb/hw/bsp/stm32f7/boards/stm32f767nucleo/board.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f7/boards/stm32f767nucleo/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32f7/boards/stm32f767nucleo/stm32f7xx_hal_conf.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f7/boards/stm32f769disco/STM32F769ZITx_FLASH.ld [new file with mode: 0755]
tinyusb/hw/bsp/stm32f7/boards/stm32f769disco/board.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f7/boards/stm32f769disco/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32f7/boards/stm32f769disco/stm32f7xx_hal_conf.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32f7/family.c [new file with mode: 0755]
tinyusb/hw/bsp/stm32f7/family.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32h7/boards/stm32h743eval/board.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32h7/boards/stm32h743eval/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32h7/boards/stm32h743eval/stm32h743xx_flash.ld [new file with mode: 0755]
tinyusb/hw/bsp/stm32h7/boards/stm32h743nucleo/board.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32h7/boards/stm32h743nucleo/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32h7/boards/stm32h743nucleo/stm32h743xx_flash.ld [new file with mode: 0755]
tinyusb/hw/bsp/stm32h7/boards/stm32h745disco/board.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32h7/boards/stm32h745disco/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32h7/family.c [new file with mode: 0755]
tinyusb/hw/bsp/stm32h7/family.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32h7/stm32h7xx_hal_conf.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32l0538disco/STM32L053C8Tx_FLASH.ld [new file with mode: 0755]
tinyusb/hw/bsp/stm32l0538disco/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32l0538disco/stm32l0538disco.c [new file with mode: 0755]
tinyusb/hw/bsp/stm32l0538disco/stm32l0xx_hal_conf.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32l476disco/STM32L476VGTx_FLASH.ld [new file with mode: 0755]
tinyusb/hw/bsp/stm32l476disco/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32l476disco/stm32l476disco.c [new file with mode: 0755]
tinyusb/hw/bsp/stm32l476disco/stm32l4xx_hal_conf.h [new file with mode: 0755]
tinyusb/hw/bsp/stm32l4r5nucleo/STM32L4RXxI_FLASH.ld [new file with mode: 0755]
tinyusb/hw/bsp/stm32l4r5nucleo/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/stm32l4r5nucleo/stm32l4r5nucleo.c [new file with mode: 0755]
tinyusb/hw/bsp/stm32l4r5nucleo/stm32l4xx_hal_conf.h [new file with mode: 0755]
tinyusb/hw/bsp/waveshare_openh743i/STM32H743IITX_FLASH.ld [new file with mode: 0755]
tinyusb/hw/bsp/waveshare_openh743i/board.c [new file with mode: 0755]
tinyusb/hw/bsp/waveshare_openh743i/board.mk [new file with mode: 0755]
tinyusb/hw/bsp/waveshare_openh743i/stm32h7xx_hal_conf.h [new file with mode: 0755]
tinyusb/hw/mcu/dialog/README.md [new file with mode: 0755]
tinyusb/hw/mcu/dialog/da1469x/SDK_10.0.8.105/sdk/bsp/arm_license.txt [new file with mode: 0755]
tinyusb/hw/mcu/dialog/da1469x/SDK_10.0.8.105/sdk/bsp/include/DA1469xAB.h [new file with mode: 0755]
tinyusb/hw/mcu/dialog/da1469x/SDK_10.0.8.105/sdk/bsp/include/cmsis_compiler.h [new file with mode: 0755]
tinyusb/hw/mcu/dialog/da1469x/SDK_10.0.8.105/sdk/bsp/include/cmsis_gcc.h [new file with mode: 0755]
tinyusb/hw/mcu/dialog/da1469x/SDK_10.0.8.105/sdk/bsp/include/cmsis_version.h [new file with mode: 0755]
tinyusb/hw/mcu/dialog/da1469x/SDK_10.0.8.105/sdk/bsp/include/core_cm0.h [new file with mode: 0755]
tinyusb/hw/mcu/dialog/da1469x/SDK_10.0.8.105/sdk/bsp/include/core_cm33.h [new file with mode: 0755]
tinyusb/hw/mcu/dialog/da1469x/SDK_10.0.8.105/sdk/bsp/include/mpu_armv8.h [new file with mode: 0755]
tinyusb/hw/mcu/dialog/da1469x/SDK_10.0.8.105/sdk/bsp/include/system_ARMCM0.h [new file with mode: 0755]
tinyusb/hw/mcu/dialog/da1469x/SDK_10.0.8.105/sdk/bsp/include/system_DA1469x.h [new file with mode: 0755]
tinyusb/hw/mcu/dialog/da1469x/da1469x.ld [new file with mode: 0755]
tinyusb/hw/mcu/dialog/da1469x/include/hal/hal_gpio.h [new file with mode: 0755]
tinyusb/hw/mcu/dialog/da1469x/include/mcu/da1469x_clock.h [new file with mode: 0755]
tinyusb/hw/mcu/dialog/da1469x/include/mcu/da1469x_hal.h [new file with mode: 0755]
tinyusb/hw/mcu/dialog/da1469x/include/mcu/mcu.h [new file with mode: 0755]
tinyusb/hw/mcu/dialog/da1469x/src/da1469x_clock.c [new file with mode: 0755]
tinyusb/hw/mcu/dialog/da1469x/src/hal_gpio.c [new file with mode: 0755]
tinyusb/hw/mcu/dialog/da1469x/src/hal_system.c [new file with mode: 0755]
tinyusb/hw/mcu/dialog/da1469x/src/hal_system_start.c [new file with mode: 0755]
tinyusb/hw/mcu/dialog/da1469x/src/system_da1469x.c [new file with mode: 0755]
tinyusb/hw/mcu/nordic/nrf5x/s140_nrf52_6.1.1_API/include/ble.h [new file with mode: 0755]
tinyusb/hw/mcu/nordic/nrf5x/s140_nrf52_6.1.1_API/include/ble_err.h [new file with mode: 0755]
tinyusb/hw/mcu/nordic/nrf5x/s140_nrf52_6.1.1_API/include/ble_gap.h [new file with mode: 0755]
tinyusb/hw/mcu/nordic/nrf5x/s140_nrf52_6.1.1_API/include/ble_gatt.h [new file with mode: 0755]
tinyusb/hw/mcu/nordic/nrf5x/s140_nrf52_6.1.1_API/include/ble_gattc.h [new file with mode: 0755]
tinyusb/hw/mcu/nordic/nrf5x/s140_nrf52_6.1.1_API/include/ble_gatts.h [new file with mode: 0755]
tinyusb/hw/mcu/nordic/nrf5x/s140_nrf52_6.1.1_API/include/ble_hci.h [new file with mode: 0755]
tinyusb/hw/mcu/nordic/nrf5x/s140_nrf52_6.1.1_API/include/ble_l2cap.h [new file with mode: 0755]
tinyusb/hw/mcu/nordic/nrf5x/s140_nrf52_6.1.1_API/include/ble_ranges.h [new file with mode: 0755]
tinyusb/hw/mcu/nordic/nrf5x/s140_nrf52_6.1.1_API/include/ble_types.h [new file with mode: 0755]
tinyusb/hw/mcu/nordic/nrf5x/s140_nrf52_6.1.1_API/include/nrf52/nrf_mbr.h [new file with mode: 0755]
tinyusb/hw/mcu/nordic/nrf5x/s140_nrf52_6.1.1_API/include/nrf_error.h [new file with mode: 0755]
tinyusb/hw/mcu/nordic/nrf5x/s140_nrf52_6.1.1_API/include/nrf_error_sdm.h [new file with mode: 0755]
tinyusb/hw/mcu/nordic/nrf5x/s140_nrf52_6.1.1_API/include/nrf_error_soc.h [new file with mode: 0755]
tinyusb/hw/mcu/nordic/nrf5x/s140_nrf52_6.1.1_API/include/nrf_nvic.h [new file with mode: 0755]
tinyusb/hw/mcu/nordic/nrf5x/s140_nrf52_6.1.1_API/include/nrf_sdm.h [new file with mode: 0755]
tinyusb/hw/mcu/nordic/nrf5x/s140_nrf52_6.1.1_API/include/nrf_soc.h [new file with mode: 0755]
tinyusb/hw/mcu/nordic/nrf5x/s140_nrf52_6.1.1_API/include/nrf_svc.h [new file with mode: 0755]
tinyusb/hw/mcu/nordic/nrfx_config.h [new file with mode: 0755]
tinyusb/hw/mcu/nordic/nrfx_glue.h [new file with mode: 0755]
tinyusb/hw/mcu/nordic/nrfx_log.h [new file with mode: 0755]
tinyusb/hw/mcu/sony/cxd56/mkspk/.gitignore [new file with mode: 0755]
tinyusb/hw/mcu/sony/cxd56/mkspk/Makefile [new file with mode: 0755]
tinyusb/hw/mcu/sony/cxd56/mkspk/clefia.c [new file with mode: 0755]
tinyusb/hw/mcu/sony/cxd56/mkspk/clefia.h [new file with mode: 0755]
tinyusb/hw/mcu/sony/cxd56/mkspk/elf32.h [new file with mode: 0755]
tinyusb/hw/mcu/sony/cxd56/mkspk/mkspk.c [new file with mode: 0755]
tinyusb/hw/mcu/sony/cxd56/mkspk/mkspk.h [new file with mode: 0755]
tinyusb/hw/mcu/sony/cxd56/tools/__pycache__/xmodem.cpython-36.pyc [new file with mode: 0755]
tinyusb/hw/mcu/sony/cxd56/tools/flash_writer.py [new file with mode: 0755]
tinyusb/hw/mcu/sony/cxd56/tools/xmodem.py [new file with mode: 0755]
tinyusb/lib/SEGGER_RTT/License.txt [new file with mode: 0755]
tinyusb/lib/SEGGER_RTT/README.txt [new file with mode: 0755]
tinyusb/lib/SEGGER_RTT/RTT/SEGGER_RTT.c [new file with mode: 0755]
tinyusb/lib/SEGGER_RTT/RTT/SEGGER_RTT.h [new file with mode: 0755]
tinyusb/lib/SEGGER_RTT/RTT/SEGGER_RTT_ASM_ARMv7M.S [new file with mode: 0755]
tinyusb/lib/SEGGER_RTT/RTT/SEGGER_RTT_Conf.h [new file with mode: 0755]
tinyusb/lib/SEGGER_RTT/RTT/SEGGER_RTT_printf.c [new file with mode: 0755]
tinyusb/lib/SEGGER_RTT/Syscalls/SEGGER_RTT_Syscalls_GCC.c [new file with mode: 0755]
tinyusb/lib/SEGGER_RTT/Syscalls/SEGGER_RTT_Syscalls_IAR.c [new file with mode: 0755]
tinyusb/lib/SEGGER_RTT/Syscalls/SEGGER_RTT_Syscalls_KEIL.c [new file with mode: 0755]
tinyusb/lib/SEGGER_RTT/Syscalls/SEGGER_RTT_Syscalls_SES.c [new file with mode: 0755]
tinyusb/lib/fatfs/00readme.txt [new file with mode: 0755]
tinyusb/lib/fatfs/ccsbcs.c [new file with mode: 0755]
tinyusb/lib/fatfs/diskio.c [new file with mode: 0755]
tinyusb/lib/fatfs/diskio.h [new file with mode: 0755]
tinyusb/lib/fatfs/ff.c [new file with mode: 0755]
tinyusb/lib/fatfs/ff.h [new file with mode: 0755]
tinyusb/lib/fatfs/ffconf.h [new file with mode: 0755]
tinyusb/lib/fatfs/integer.h [new file with mode: 0755]
tinyusb/lib/networking/dhserver.c [new file with mode: 0755]
tinyusb/lib/networking/dhserver.h [new file with mode: 0755]
tinyusb/lib/networking/dnserver.c [new file with mode: 0755]
tinyusb/lib/networking/dnserver.h [new file with mode: 0755]
tinyusb/lib/networking/ndis.h [new file with mode: 0755]
tinyusb/lib/networking/rndis_protocol.h [new file with mode: 0755]
tinyusb/lib/networking/rndis_reports.c [new file with mode: 0755]
tinyusb/pkg.yml [new file with mode: 0755]
tinyusb/repository.yml [new file with mode: 0755]
tinyusb/src/class/audio/audio.h [new file with mode: 0755]
tinyusb/src/class/audio/audio_device.c [new file with mode: 0755]
tinyusb/src/class/audio/audio_device.h [new file with mode: 0755]
tinyusb/src/class/bth/bth_device.c [new file with mode: 0755]
tinyusb/src/class/bth/bth_device.h [new file with mode: 0755]
tinyusb/src/class/cdc/cdc.h [new file with mode: 0755]
tinyusb/src/class/cdc/cdc_device.c [new file with mode: 0755]
tinyusb/src/class/cdc/cdc_device.h [new file with mode: 0755]
tinyusb/src/class/cdc/cdc_host.c [new file with mode: 0755]
tinyusb/src/class/cdc/cdc_host.h [new file with mode: 0755]
tinyusb/src/class/cdc/cdc_rndis.h [new file with mode: 0755]
tinyusb/src/class/cdc/cdc_rndis_host.c [new file with mode: 0755]
tinyusb/src/class/cdc/cdc_rndis_host.h [new file with mode: 0755]
tinyusb/src/class/dfu/dfu.h [new file with mode: 0755]
tinyusb/src/class/dfu/dfu_device.c [new file with mode: 0755]
tinyusb/src/class/dfu/dfu_device.h [new file with mode: 0755]
tinyusb/src/class/dfu/dfu_rt_device.c [new file with mode: 0755]
tinyusb/src/class/dfu/dfu_rt_device.h [new file with mode: 0755]
tinyusb/src/class/hid/hid.h [new file with mode: 0755]
tinyusb/src/class/hid/hid_device.c [new file with mode: 0755]
tinyusb/src/class/hid/hid_device.h [new file with mode: 0755]
tinyusb/src/class/hid/hid_host.c [new file with mode: 0755]
tinyusb/src/class/hid/hid_host.h [new file with mode: 0755]
tinyusb/src/class/midi/midi.h [new file with mode: 0755]
tinyusb/src/class/midi/midi_device.c [new file with mode: 0755]
tinyusb/src/class/midi/midi_device.h [new file with mode: 0755]
tinyusb/src/class/msc/msc.h [new file with mode: 0755]
tinyusb/src/class/msc/msc_device.c [new file with mode: 0755]
tinyusb/src/class/msc/msc_device.h [new file with mode: 0755]
tinyusb/src/class/msc/msc_host.c [new file with mode: 0755]
tinyusb/src/class/msc/msc_host.h [new file with mode: 0755]
tinyusb/src/class/net/net_device.c [new file with mode: 0755]
tinyusb/src/class/net/net_device.h [new file with mode: 0755]
tinyusb/src/class/usbtmc/usbtmc.h [new file with mode: 0755]
tinyusb/src/class/usbtmc/usbtmc_device.c [new file with mode: 0755]
tinyusb/src/class/usbtmc/usbtmc_device.h [new file with mode: 0755]
tinyusb/src/class/vendor/vendor_device.c [new file with mode: 0755]
tinyusb/src/class/vendor/vendor_device.h [new file with mode: 0755]
tinyusb/src/class/vendor/vendor_host.c [new file with mode: 0755]
tinyusb/src/class/vendor/vendor_host.h [new file with mode: 0755]
tinyusb/src/common/tusb_common.h [new file with mode: 0755]
tinyusb/src/common/tusb_compiler.h [new file with mode: 0755]
tinyusb/src/common/tusb_error.h [new file with mode: 0755]
tinyusb/src/common/tusb_fifo.c [new file with mode: 0755]
tinyusb/src/common/tusb_fifo.h [new file with mode: 0755]
tinyusb/src/common/tusb_timeout.h [new file with mode: 0755]
tinyusb/src/common/tusb_types.h [new file with mode: 0755]
tinyusb/src/common/tusb_verify.h [new file with mode: 0755]
tinyusb/src/device/dcd.h [new file with mode: 0755]
tinyusb/src/device/dcd_attr.h [new file with mode: 0755]
tinyusb/src/device/usbd.c [new file with mode: 0755]
tinyusb/src/device/usbd.h [new file with mode: 0755]
tinyusb/src/device/usbd_control.c [new file with mode: 0755]
tinyusb/src/device/usbd_pvt.h [new file with mode: 0755]
tinyusb/src/host/hcd.h [new file with mode: 0755]
tinyusb/src/host/hcd_attr.h [new file with mode: 0755]
tinyusb/src/host/hub.c [new file with mode: 0755]
tinyusb/src/host/hub.h [new file with mode: 0755]
tinyusb/src/host/usbh.c [new file with mode: 0755]
tinyusb/src/host/usbh.h [new file with mode: 0755]
tinyusb/src/host/usbh_classdriver.h [new file with mode: 0755]
tinyusb/src/host/usbh_control.c [new file with mode: 0755]
tinyusb/src/osal/osal.h [new file with mode: 0755]
tinyusb/src/osal/osal_freertos.h [new file with mode: 0755]
tinyusb/src/osal/osal_mynewt.h [new file with mode: 0755]
tinyusb/src/osal/osal_none.h [new file with mode: 0755]
tinyusb/src/osal/osal_pico.h [new file with mode: 0755]
tinyusb/src/osal/osal_rtthread.h [new file with mode: 0755]
tinyusb/src/portable/dialog/da146xx/dcd_da146xx.c [new file with mode: 0755]
tinyusb/src/portable/ehci/ehci.c [new file with mode: 0755]
tinyusb/src/portable/ehci/ehci.h [new file with mode: 0755]
tinyusb/src/portable/ehci/ehci_api.h [new file with mode: 0755]
tinyusb/src/portable/espressif/esp32sx/dcd_esp32sx.c [new file with mode: 0755]
tinyusb/src/portable/microchip/samd/dcd_samd.c [new file with mode: 0755]
tinyusb/src/portable/microchip/samg/dcd_samg.c [new file with mode: 0755]
tinyusb/src/portable/microchip/samx7x/common_usb_regs.h [new file with mode: 0755]
tinyusb/src/portable/microchip/samx7x/dcd_samx7x.c [new file with mode: 0755]
tinyusb/src/portable/mindmotion/mm32/dcd_mm32f327x_otg.c [new file with mode: 0755]
tinyusb/src/portable/nordic/nrf5x/dcd_nrf5x.c [new file with mode: 0755]
tinyusb/src/portable/nuvoton/nuc120/dcd_nuc120.c [new file with mode: 0755]
tinyusb/src/portable/nuvoton/nuc121/dcd_nuc121.c [new file with mode: 0755]
tinyusb/src/portable/nuvoton/nuc505/dcd_nuc505.c [new file with mode: 0755]
tinyusb/src/portable/nxp/khci/dcd_khci.c [new file with mode: 0755]
tinyusb/src/portable/nxp/lpc17_40/dcd_lpc17_40.c [new file with mode: 0755]
tinyusb/src/portable/nxp/lpc17_40/dcd_lpc17_40.h [new file with mode: 0755]
tinyusb/src/portable/nxp/lpc17_40/hcd_lpc17_40.c [new file with mode: 0755]
tinyusb/src/portable/nxp/lpc_ip3511/dcd_lpc_ip3511.c [new file with mode: 0755]
tinyusb/src/portable/nxp/transdimension/common_transdimension.h [new file with mode: 0755]
tinyusb/src/portable/nxp/transdimension/dcd_transdimension.c [new file with mode: 0755]
tinyusb/src/portable/nxp/transdimension/hcd_transdimension.c [new file with mode: 0755]
tinyusb/src/portable/ohci/ohci.c [new file with mode: 0755]
tinyusb/src/portable/ohci/ohci.h [new file with mode: 0755]
tinyusb/src/portable/raspberrypi/rp2040/dcd_rp2040.c [new file with mode: 0755]
tinyusb/src/portable/raspberrypi/rp2040/hcd_rp2040.c [new file with mode: 0755]
tinyusb/src/portable/raspberrypi/rp2040/rp2040_usb.c [new file with mode: 0755]
tinyusb/src/portable/raspberrypi/rp2040/rp2040_usb.h [new file with mode: 0755]
tinyusb/src/portable/renesas/usba/dcd_usba.c [new file with mode: 0755]
tinyusb/src/portable/silabs/efm32/dcd_efm32.c [new file with mode: 0755]
tinyusb/src/portable/sony/cxd56/dcd_cxd56.c [new file with mode: 0755]
tinyusb/src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c [new file with mode: 0755]
tinyusb/src/portable/st/stm32_fsdev/dcd_stm32_fsdev_pvt_st.h [new file with mode: 0755]
tinyusb/src/portable/st/synopsys/dcd_synopsys.c [new file with mode: 0755]
tinyusb/src/portable/st/synopsys/synopsys_common.h [new file with mode: 0755]
tinyusb/src/portable/template/dcd_template.c [new file with mode: 0755]
tinyusb/src/portable/ti/msp430x5xx/dcd_msp430x5xx.c [new file with mode: 0755]
tinyusb/src/portable/valentyusb/eptri/dcd_eptri.c [new file with mode: 0755]
tinyusb/src/portable/valentyusb/eptri/dcd_eptri.h [new file with mode: 0755]
tinyusb/src/tusb.c [new file with mode: 0755]
tinyusb/src/tusb.h [new file with mode: 0755]
tinyusb/src/tusb_option.h [new file with mode: 0755]
tinyusb/test/ceedling [new file with mode: 0755]
tinyusb/test/project.yml [new file with mode: 0755]
tinyusb/test/test/device/msc/test_msc_device.c [new file with mode: 0755]
tinyusb/test/test/device/usbd/test_usbd.c [new file with mode: 0755]
tinyusb/test/test/support/tusb_config.h [new file with mode: 0755]
tinyusb/test/test/test_fifo.c [new file with mode: 0755]
tinyusb/test/vendor/ceedling/bin/ceedling [new file with mode: 0755]
tinyusb/test/vendor/ceedling/docs/CException.md [new file with mode: 0755]
tinyusb/test/vendor/ceedling/docs/CMock_Summary.md [new file with mode: 0755]
tinyusb/test/vendor/ceedling/docs/CeedlingPacket.md [new file with mode: 0755]
tinyusb/test/vendor/ceedling/docs/ThrowTheSwitchCodingStandard.md [new file with mode: 0755]
tinyusb/test/vendor/ceedling/docs/UnityAssertionsCheatSheetSuitableforPrintingandPossiblyFraming.pdf [new file with mode: 0755]
tinyusb/test/vendor/ceedling/docs/UnityAssertionsReference.md [new file with mode: 0755]
tinyusb/test/vendor/ceedling/docs/UnityConfigurationGuide.md [new file with mode: 0755]
tinyusb/test/vendor/ceedling/docs/UnityGettingStartedGuide.md [new file with mode: 0755]
tinyusb/test/vendor/ceedling/docs/UnityHelperScriptsGuide.md [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/build_invoker_utils.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/cacheinator.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/cacheinator_helper.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/cmock_builder.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/configurator.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/configurator_builder.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/configurator_plugins.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/configurator_setup.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/configurator_validator.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/constants.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/defaults.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/dependinator.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/erb_wrapper.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/file_finder.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/file_finder_helper.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/file_path_utils.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/file_system_utils.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/file_system_wrapper.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/file_wrapper.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/flaginator.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/generator.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/generator_helper.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/generator_test_results.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/generator_test_results_sanity_checker.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/generator_test_runner.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/loginator.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/makefile.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/objects.yml [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/par_map.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/plugin.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/plugin_builder.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/plugin_manager.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/plugin_manager_helper.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/plugin_reportinator.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/plugin_reportinator_helper.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/preprocessinator.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/preprocessinator_extractor.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/preprocessinator_file_handler.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/preprocessinator_helper.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/preprocessinator_includes_handler.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/project_config_manager.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/project_file_loader.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/rake_utils.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/rake_wrapper.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/rakefile.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/release_invoker.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/release_invoker_helper.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/reportinator.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/rules_cmock.rake [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/rules_preprocess.rake [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/rules_release.rake [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/rules_release_deep_dependencies.rake [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/rules_tests.rake [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/rules_tests_deep_dependencies.rake [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/setupinator.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/stream_wrapper.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/streaminator.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/streaminator_helper.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/system_utils.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/system_wrapper.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/target_loader.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/task_invoker.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/tasks_base.rake [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/tasks_filesystem.rake [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/tasks_release.rake [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/tasks_release_deep_dependencies.rake [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/tasks_tests.rake [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/tasks_tests_deep_dependencies.rake [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/tasks_vendor.rake [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/test_includes_extractor.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/test_invoker.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/test_invoker_helper.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/tool_executor.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/tool_executor_helper.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/verbosinator.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/version.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/version.rb.erb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/lib/ceedling/yaml_wrapper.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/beep/README.md [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/beep/lib/beep.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/bullseye/assets/template.erb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/bullseye/bullseye.rake [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/bullseye/config/defaults.yml [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/bullseye/lib/bullseye.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/bullseye/readme.txt [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/colour_report/lib/colour_report.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/command_hooks/README.md [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/command_hooks/lib/command_hooks.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/fake_function_framework/README.md [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/fake_function_framework/Rakefile [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/project.yml [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/rakefile.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/bar.c [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/bar.h [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/custom_types.h [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/display.c [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/display.h [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/event_processor.c [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/event_processor.h [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/foo.c [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/foo.h [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/subfolder/zzz.c [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/src/subfolder/zzz.h [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/test/test_event_processor.c [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/fake_function_framework/examples/fff_example/test/test_foo.c [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/fake_function_framework/lib/fake_function_framework.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/fake_function_framework/lib/fff_mock_generator.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/fake_function_framework/spec/fff_mock_header_generator_spec.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/fake_function_framework/spec/fff_mock_source_generator_spec.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/fake_function_framework/spec/header_generator.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/fake_function_framework/spec/spec_helper.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/fake_function_framework/src/fff_unity_helper.h [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/gcov/README.md [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/gcov/assets/template.erb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/gcov/config/defaults.yml [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/gcov/gcov.rake [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/gcov/lib/gcov.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/gcov/lib/gcov_constants.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/junit_tests_report/README.md [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/junit_tests_report/lib/junit_tests_report.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/module_generator/config/module_generator.yml [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/module_generator/lib/module_generator.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/module_generator/module_generator.rake [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/raw_output_report/lib/raw_output_report.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/stdout_gtestlike_tests_report/assets/template.erb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/stdout_gtestlike_tests_report/assets/template.erb copy [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/stdout_gtestlike_tests_report/config/stdout_gtestlike_tests_report.yml [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/stdout_gtestlike_tests_report/lib/stdout_gtestlike_tests_report.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/stdout_ide_tests_report/config/stdout_ide_tests_report.yml [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/stdout_ide_tests_report/lib/stdout_ide_tests_report.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/stdout_pretty_tests_report/assets/template.erb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/stdout_pretty_tests_report/config/stdout_pretty_tests_report.yml [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/stdout_pretty_tests_report/lib/stdout_pretty_tests_report.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/subprojects/README.md [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/subprojects/config/defaults.yml [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/subprojects/lib/subprojects.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/subprojects/subprojects.rake [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/teamcity_tests_report/config/teamcity_tests_report.yml [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/teamcity_tests_report/lib/teamcity_tests_report.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/warnings_report/lib/warnings_report.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/xml_tests_report/README.md [new file with mode: 0755]
tinyusb/test/vendor/ceedling/plugins/xml_tests_report/lib/xml_tests_report.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/c_exception/lib/CException.c [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/c_exception/lib/CException.h [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/c_exception/release/build.info [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/c_exception/release/version.info [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/cmock/config/production_environment.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/cmock/config/test_environment.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/cmock/lib/cmock.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/cmock/lib/cmock_config.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/cmock/lib/cmock_file_writer.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/cmock/lib/cmock_generator.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_array.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_callback.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_cexception.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_expect.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_expect_any_args.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_ignore.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_ignore_arg.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/cmock/lib/cmock_generator_plugin_return_thru_ptr.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/cmock/lib/cmock_generator_utils.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/cmock/lib/cmock_header_parser.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/cmock/lib/cmock_plugin_manager.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/cmock/lib/cmock_unityhelper_parser.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/cmock/release/build.info [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/cmock/release/version.info [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/cmock/src/cmock.c [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/cmock/src/cmock.h [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/cmock/src/cmock_internals.h [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/cmock/src/meson.build [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/deep_merge/lib/deep_merge.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/diy/lib/diy.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/diy/lib/diy/factory.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/unity/auto/colour_prompt.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/unity/auto/colour_reporter.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/unity/auto/generate_config.yml [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/unity/auto/generate_module.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/unity/auto/generate_test_runner.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/unity/auto/parse_output.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/unity/auto/run_test.erb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/unity/auto/stylize_as_junit.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/unity/auto/test_file_filter.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/unity/auto/type_sanitizer.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/unity/auto/unity_test_summary.py [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/unity/auto/unity_test_summary.rb [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/unity/auto/unity_to_junit.py [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/unity/release/build.info [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/unity/release/version.info [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/unity/src/CMakeLists.txt [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/unity/src/meson.build [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/unity/src/unity.c [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/unity/src/unity.h [new file with mode: 0755]
tinyusb/test/vendor/ceedling/vendor/unity/src/unity_internals.h [new file with mode: 0755]
tinyusb/tools/build_board.py [new file with mode: 0755]
tinyusb/tools/build_esp32sx.py [new file with mode: 0755]
tinyusb/tools/build_family.py [new file with mode: 0755]
tinyusb/tools/top.mk [new file with mode: 0755]
tinyusb/tools/usb_drivers/tinyusb_win_usbser.inf [new file with mode: 0755]
tinyusb/version.yml [new file with mode: 0755]