Skip to content

Commit

Permalink
- switch esp32 dcd driver to use dwc2
Browse files Browse the repository at this point in the history
- update tinyusb to commit 3eea46056ea20aa12b73eea7c01d6c6e5b2d490a
  • Loading branch information
hathach committed Sep 5, 2024
1 parent c2825a6 commit 1efd2ad
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 1efd2ad

Please sign in to comment.