Skip to content

Commit

Permalink
correctly test dwc2 dma device for s3, disable for p4 (cache issue) a…
Browse files Browse the repository at this point in the history
…nd f407 fs (slave only)
  • Loading branch information
hathach committed Nov 11, 2024
1 parent 13f78e2 commit 57c8c22
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 67 deletions.
5 changes: 5 additions & 0 deletions hw/bsp/espressif/components/tinyusb_src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ if (DEFINED LOG)
endif ()
endif()

if(DEFINED CFLAGS_CLI)
list(APPEND compile_definitions ${CFLAGS_CLI})
endif()


idf_component_register(SRCS ${srcs}
INCLUDE_DIRS ${tusb_src}
REQUIRES src
Expand Down
Loading

0 comments on commit 57c8c22

Please sign in to comment.