File tree 7 files changed +0
-26
lines changed
energy-management-app/esp32
temperature-measurement-app/esp32
7 files changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,6 @@ endif (matter_enable_persistentstorage_audit)
117
117
118
118
# Build RPC
119
119
if (matter_enable_rpc)
120
- #string(APPEND CHIP_GN_ARGS "remove_default_configs = [\"//third_party/connectedhomeip/third_party/pigweed/repo/pw_build:cpp17\"]\n")
121
120
string (APPEND CHIP_GN_ARGS "chip_build_pw_rpc_lib = true\n " )
122
121
string (APPEND CHIP_GN_ARGS "pw_log_BACKEND = \" //third_party/connectedhomeip/third_party/pigweed/repo/pw_log_basic\"\n " )
123
122
string (APPEND CHIP_GN_ARGS "pw_assert_BACKEND = \" //third_party/connectedhomeip/third_party/pigweed/repo/pw_assert_log:check_backend\"\n " )
Original file line number Diff line number Diff line change @@ -80,8 +80,4 @@ add_subdirectory(third_party/connectedhomeip/third_party/pigweed/repo)
80
80
add_subdirectory (third_party/connectedhomeip/third_party/nanopb/repo)
81
81
add_subdirectory (third_party/connectedhomeip/examples/platform/esp32/pw_sys_io)
82
82
83
- get_target_property (_target_cxx_flags pw_build.cpp17._public_config INTERFACE_COMPILE_OPTIONS)
84
- list (REMOVE_ITEM _target_cxx_flags $<$<COMPILE_LANGUAGE:CXX>:-std=c++17>)
85
- list (APPEND _target_cxx_flags $<$<COMPILE_LANGUAGE:CXX>:-std=gnu++17>)
86
- set_target_properties (pw_build.cpp17._public_config PROPERTIES INTERFACE_COMPILE_OPTIONS "${_target_cxx_flags} " )
87
83
endif (CONFIG_ENABLE_PW_RPC)
Original file line number Diff line number Diff line change @@ -80,8 +80,4 @@ add_subdirectory(third_party/connectedhomeip/third_party/pigweed/repo)
80
80
add_subdirectory (third_party/connectedhomeip/third_party/nanopb/repo)
81
81
add_subdirectory (third_party/connectedhomeip/examples/platform/esp32/pw_sys_io)
82
82
83
- get_target_property (_target_cxx_flags pw_build.cpp17._public_config INTERFACE_COMPILE_OPTIONS)
84
- list (REMOVE_ITEM _target_cxx_flags $<$<COMPILE_LANGUAGE:CXX>:-std=c++17>)
85
- list (APPEND _target_cxx_flags $<$<COMPILE_LANGUAGE:CXX>:-std=gnu++17>)
86
- set_target_properties (pw_build.cpp17._public_config PROPERTIES INTERFACE_COMPILE_OPTIONS "${_target_cxx_flags} " )
87
83
endif (CONFIG_ENABLE_PW_RPC)
Original file line number Diff line number Diff line change @@ -61,10 +61,6 @@ add_subdirectory(third_party/connectedhomeip/third_party/pigweed/repo)
61
61
add_subdirectory (third_party/connectedhomeip/third_party/nanopb/repo)
62
62
add_subdirectory (third_party/connectedhomeip/examples/platform/esp32/pw_sys_io)
63
63
64
- get_target_property (_target_cxx_flags pw_build.cpp17._public_config INTERFACE_COMPILE_OPTIONS)
65
- list (REMOVE_ITEM _target_cxx_flags $<$<COMPILE_LANGUAGE:CXX>:-std=c++17>)
66
- list (APPEND _target_cxx_flags $<$<COMPILE_LANGUAGE:CXX>:-std=gnu++17>)
67
- set_target_properties (pw_build.cpp17._public_config PROPERTIES INTERFACE_COMPILE_OPTIONS "${_target_cxx_flags} " )
68
64
endif (CONFIG_ENABLE_PW_RPC)
69
65
70
66
flashing_script()
Original file line number Diff line number Diff line change @@ -61,10 +61,6 @@ add_subdirectory(third_party/connectedhomeip/third_party/pigweed/repo)
61
61
add_subdirectory (third_party/connectedhomeip/third_party/nanopb/repo)
62
62
add_subdirectory (third_party/connectedhomeip/examples/platform/esp32/pw_sys_io)
63
63
64
- get_target_property (_target_cxx_flags pw_build.cpp17._public_config INTERFACE_COMPILE_OPTIONS)
65
- list (REMOVE_ITEM _target_cxx_flags $<$<COMPILE_LANGUAGE:CXX>:-std=c++17>)
66
- list (APPEND _target_cxx_flags $<$<COMPILE_LANGUAGE:CXX>:-std=gnu++17>)
67
- set_target_properties (pw_build.cpp17._public_config PROPERTIES INTERFACE_COMPILE_OPTIONS "${_target_cxx_flags} " )
68
64
endif (CONFIG_ENABLE_PW_RPC)
69
65
70
66
Original file line number Diff line number Diff line change @@ -62,9 +62,4 @@ add_subdirectory(third_party/connectedhomeip/third_party/pigweed/repo)
62
62
add_subdirectory (third_party/connectedhomeip/third_party/nanopb/repo)
63
63
add_subdirectory (third_party/connectedhomeip/examples/platform/esp32/pw_sys_io)
64
64
65
- get_target_property (_target_cxx_flags pw_build.cpp17._public_config INTERFACE_COMPILE_OPTIONS)
66
- list (REMOVE_ITEM _target_cxx_flags $<$<COMPILE_LANGUAGE:CXX>:-std=c++17>)
67
- list (APPEND _target_cxx_flags $<$<COMPILE_LANGUAGE:CXX>:-std=gnu++17>)
68
- set_target_properties (pw_build.cpp17._public_config PROPERTIES INTERFACE_COMPILE_OPTIONS "${_target_cxx_flags} " )
69
-
70
65
flashing_script(DEPENDS "${CMAKE_CURRENT_LIST_DIR} /echo_test_config.yml" "${CMAKE_CURRENT_LIST_DIR} /third_party/connectedhomeip/examples/pigweed-app/mobly_tests/echo_test.py" )
Original file line number Diff line number Diff line change @@ -63,8 +63,4 @@ add_subdirectory(third_party/connectedhomeip/third_party/pigweed/repo)
63
63
add_subdirectory (third_party/connectedhomeip/third_party/nanopb/repo)
64
64
add_subdirectory (third_party/connectedhomeip/examples/platform/esp32/pw_sys_io)
65
65
66
- get_target_property (_target_cxx_flags pw_build.cpp17._public_config INTERFACE_COMPILE_OPTIONS)
67
- list (REMOVE_ITEM _target_cxx_flags $<$<COMPILE_LANGUAGE:CXX>:-std=c++17>)
68
- list (APPEND _target_cxx_flags $<$<COMPILE_LANGUAGE:CXX>:-std=gnu++17>)
69
- set_target_properties (pw_build.cpp17._public_config PROPERTIES INTERFACE_COMPILE_OPTIONS "${_target_cxx_flags} " )
70
66
endif (CONFIG_ENABLE_PW_RPC)
You can’t perform that action at this time.
0 commit comments