Matter v1.2 TE-2 optional features and submodule update

This commit is contained in:
PSONALl
2023-08-25 17:23:59 +05:30
parent 41b143e0bc
commit d4c8b65772
34 changed files with 195 additions and 228 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ set(EXTRA_COMPONENT_DIRS
project(controller)
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++14;-Os;-DCHIP_HAVE_CONFIG_H" APPEND)
idf_build_set_property(CXX_COMPILE_OPTIONS "-std=gnu++17;-Os;-DCHIP_HAVE_CONFIG_H" APPEND)
idf_build_set_property(C_COMPILE_OPTIONS "-Os" APPEND)
if (CONFIG_ESP_MATTER_COMMISSIONER_ENABLE)
+1 -1
View File
@@ -3,5 +3,5 @@ idf_component_register(SRC_DIRS ".")
spiffs_create_partition_image(paa_cert ${CMAKE_SOURCE_DIR}/paa_cert FLASH_IN_PROJECT)
set_property(TARGET ${COMPONENT_LIB} PROPERTY CXX_STANDARD 14)
set_property(TARGET ${COMPONENT_LIB} PROPERTY CXX_STANDARD 17)
target_compile_options(${COMPONENT_LIB} PRIVATE "-DCHIP_HAVE_CONFIG_H")