feat: integrate MCP and ES3C28P audio support with upstream compatibility updates
This commit is contained in:
+3
-2
@@ -106,8 +106,9 @@ if (NOT DEFINED ENV{ESP_IDF_VERSION})
|
||||
target_compile_definitions(freertos_kernel PUBLIC "projCOVERAGE_TEST=0")
|
||||
|
||||
# EmbedTLS
|
||||
set(ENABLE_TESTING OFF)
|
||||
set(ENABLE_PROGRAMS OFF)
|
||||
set(ENABLE_TESTING OFF CACHE BOOL "" FORCE)
|
||||
set(ENABLE_PROGRAMS OFF CACHE BOOL "" FORCE)
|
||||
set(MBEDTLS_FATAL_WARNINGS OFF CACHE BOOL "" FORCE)
|
||||
add_subdirectory(Libraries/mbedtls)
|
||||
|
||||
# SDL
|
||||
|
||||
Reference in New Issue
Block a user