Skip to content

Commit

Permalink
Merge pull request #409 from adafruit/update-tinyusb-switch-to-dwc2
Browse files Browse the repository at this point in the history
update tinyusb  and switch esp32 dcd driver to use dwc2
  • Loading branch information
hathach authored Sep 5, 2024
2 parents c2825a6 + 1efd2ad commit 994c75a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/tinyusb
Submodule tinyusb updated 297 files
3 changes: 1 addition & 2 deletions ports/espressif/components/tinyusb_src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ list(APPEND srcs
${tusb_src}/class/hid/hid_device.c
${tusb_src}/class/msc/msc_device.c
# ${tusb_src}/class/vendor/vendor_device.c
${tusb_src}/portable/espressif/esp32sx/dcd_esp32sx.c
#${tusb_src}/portable/synopsys/dwc2/dcd_dwc2.c
${tusb_src}/portable/synopsys/dwc2/dcd_dwc2.c
)

if (DEFINED LOG)
Expand Down

0 comments on commit 994c75a

Please sign in to comment.