Skip to content

Commit

Permalink
Fix esp32 all-clusters-minimal-app RPC variant (#19235)
Browse files Browse the repository at this point in the history
Broke with last pigweed roll, disable global RPC mutex.
  • Loading branch information
rgoliver authored and pull[bot] committed Jul 5, 2022
1 parent e3a3f65 commit 4091384
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/all-clusters-minimal-app/esp32/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ flashing_script()
if (CONFIG_ENABLE_PW_RPC)
get_filename_component(CHIP_ROOT ./third_party/connectedhomeip REALPATH)
include(third_party/connectedhomeip/third_party/pigweed/repo/pw_build/pigweed.cmake)
pw_set_module_config(pw_rpc_CONFIG pw_rpc.disable_global_mutex_config)
pw_set_backend(pw_log pw_log_basic)
pw_set_backend(pw_assert pw_assert_log)
pw_set_backend(pw_sys_io pw_sys_io.esp32)
Expand Down

0 comments on commit 4091384

Please sign in to comment.