correctly test dwc2 dma device for s3, disable for p4 (cache issue) and f407 fs (slave only)

This commit is contained in:
hathach
2024-11-11 16:42:08 +07:00
parent 13f78e2e77
commit 57c8c223e5
4 changed files with 66 additions and 67 deletions

View File

@@ -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