File tree 21 files changed +2
-96
lines changed
21 files changed +2
-96
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ import("//build_overrides/pigweed.gni")
17
17
18
18
pw_log_BACKEND = " $dir_pw_log_basic "
19
19
pw_assert_BACKEND = " $dir_pw_assert_log :check_backend"
20
+ pw_rpc_CONFIG = " $dir_pw_rpc :disable_global_mutex"
20
21
pw_sys_io_BACKEND =
21
22
" ${ chip_root } /examples/platform/silabs/efr32/pw_sys_io:pw_sys_io_efr32"
22
23
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ import("${efr32_sdk_build_root}/efr32_sdk.gni")
24
24
import (" ${ chip_root } /examples/common/pigweed/pigweed_rpcs.gni" )
25
25
import (" ${ chip_root } /src/platform/device.gni" )
26
26
27
- import (" ${ chip_root } /examples/common/pigweed/pigweed_rpcs.gni" )
28
27
import (" ${ chip_root } /src/app/chip_data_model.gni" )
29
28
30
29
if (chip_enable_pw_rpc ) {
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
import (" //build_overrides/chip.gni" )
16
- import (" //build_overrides/pigweed.gni" )
17
16
import (" ${ chip_root } /config/standalone/args.gni" )
18
17
import (" ${ chip_root } /src/platform/EFR32/args.gni" )
19
18
20
19
efr32_sdk_target = get_label_info (" :sdk" , " label_no_toolchain" )
21
20
22
21
chip_enable_ota_requestor = true
23
-
24
- pw_rpc_CONFIG = " $dir_pw_rpc :disable_global_mutex"
25
- pw_log_BACKEND = " ${ chip_root } /src/lib/support/pw_log_chip"
26
- pw_assert_BACKEND = " $dir_pw_assert_log :check_backend"
27
22
chip_enable_openthread = true
28
23
openthread_external_platform =
29
24
" ${ chip_root } /third_party/openthread/platforms/efr32:libopenthread-efr32"
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
import (" //build_overrides/chip.gni" )
15
- import (" //build_overrides/pigweed.gni" )
16
15
17
16
efr32_sdk_target = get_label_info (" :sdk" , " label_no_toolchain" )
18
17
chip_enable_openthread = false
19
18
import (" ${ chip_root } /src/platform/EFR32/wifi_args.gni" )
20
19
21
20
chip_enable_ota_requestor = true
22
-
23
- pw_log_BACKEND = " ${ chip_root } /src/lib/support/pw_log_chip"
24
- pw_assert_BACKEND = " $dir_pw_assert_log :check_backend"
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
import (" //build_overrides/chip.gni" )
16
- import (" //build_overrides/pigweed.gni" )
17
16
import (" ${ chip_root } /config/standalone/args.gni" )
18
17
import (" ${ chip_root } /src/platform/silabs/EFR32/args.gni" )
19
18
20
19
efr32_sdk_target = get_label_info (" :sdk" , " label_no_toolchain" )
21
20
22
21
chip_enable_ota_requestor = true
23
-
24
- pw_log_BACKEND = " ${ chip_root } /src/lib/support/pw_log_chip"
25
- pw_assert_BACKEND = " $dir_pw_assert_log :check_backend"
26
22
chip_enable_openthread = true
27
- pw_rpc_CONFIG = " $dir_pw_rpc :disable_global_mutex"
28
23
openthread_external_platform =
29
24
" ${ chip_root } /third_party/openthread/platforms/efr32:libopenthread-efr32"
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
import (" //build_overrides/chip.gni" )
15
- import (" //build_overrides/pigweed.gni" )
16
15
import (" ${ chip_root } /config/standalone/args.gni" )
17
16
18
17
efr32_sdk_target = get_label_info (" :sdk" , " label_no_toolchain" )
19
18
chip_enable_openthread = false
20
19
import (" ${ chip_root } /src/platform/silabs/EFR32/wifi_args.gni" )
21
20
22
21
chip_enable_ota_requestor = true
23
-
24
- pw_log_BACKEND = " ${ chip_root } /src/lib/support/pw_log_chip"
25
- pw_assert_BACKEND = " $dir_pw_assert_log :check_backend"
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
import (" //build_overrides/chip.gni" )
16
- import (" //build_overrides/pigweed.gni" )
17
16
import (" ${ chip_root } /config/standalone/args.gni" )
18
17
import (" ${ chip_root } /src/platform/silabs/SiWx917/args.gni" )
19
18
20
19
efr32_sdk_target = get_label_info (" :sdk" , " label_no_toolchain" )
21
20
22
21
chip_enable_ota_requestor = true
23
-
24
- pw_log_BACKEND = " ${ chip_root } /src/lib/support/pw_log_chip"
25
- pw_assert_BACKEND = " $dir_pw_assert_log :check_backend"
26
22
chip_enable_openthread = true
27
23
pw_rpc_CONFIG = " $dir_pw_rpc :disable_global_mutex"
28
24
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
import (" //build_overrides/chip.gni" )
15
- import (" //build_overrides/pigweed.gni" )
16
15
import (" ${ chip_root } /config/standalone/args.gni" )
17
16
18
17
efr32_sdk_target = get_label_info (" :sdk" , " label_no_toolchain" )
19
18
chip_enable_openthread = false
20
19
import (" ${ chip_root } /src/platform/silabs/SiWx917/wifi_args.gni" )
21
20
22
21
chip_enable_ota_requestor = true
23
-
24
- pw_log_BACKEND = " ${ chip_root } /src/lib/support/pw_log_chip"
25
- pw_assert_BACKEND = " $dir_pw_assert_log :check_backend"
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
import (" //build_overrides/chip.gni" )
16
- import (" //build_overrides/pigweed.gni" )
17
16
import (" ${ chip_root } /config/standalone/args.gni" )
18
17
import (" ${ chip_root } /src/platform/silabs/EFR32/args.gni" )
19
18
20
19
efr32_sdk_target = get_label_info (" :sdk" , " label_no_toolchain" )
21
20
22
21
chip_enable_ota_requestor = true
23
-
24
- pw_log_BACKEND = " ${ chip_root } /src/lib/support/pw_log_chip"
25
- pw_assert_BACKEND = " $dir_pw_assert_log :check_backend"
26
22
chip_enable_openthread = true
27
- pw_rpc_CONFIG = " $dir_pw_rpc :disable_global_mutex"
28
23
29
24
openthread_external_platform =
30
25
" ${ chip_root } /third_party/openthread/platforms/efr32:libopenthread-efr32"
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
import (" //build_overrides/chip.gni" )
15
- import (" //build_overrides/pigweed.gni" )
16
15
import (" ${ chip_root } /config/standalone/args.gni" )
17
16
18
17
efr32_sdk_target = get_label_info (" :sdk" , " label_no_toolchain" )
19
18
chip_enable_openthread = false
20
19
import (" ${ chip_root } /src/platform/silabs/EFR32/wifi_args.gni" )
21
20
22
21
chip_enable_ota_requestor = true
23
-
24
- pw_log_BACKEND = " ${ chip_root } /src/lib/support/pw_log_chip"
25
- pw_assert_BACKEND = " $dir_pw_assert_log :check_backend"
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
import (" //build_overrides/chip.gni" )
16
- import (" //build_overrides/pigweed.gni" )
17
16
import (" ${ chip_root } /config/standalone/args.gni" )
18
17
import (" ${ chip_root } /src/platform/silabs/EFR32/args.gni" )
19
18
20
19
efr32_sdk_target = get_label_info (" :sdk" , " label_no_toolchain" )
21
20
22
21
chip_enable_ota_requestor = true
23
-
24
22
chip_enable_openthread = true
25
- pw_log_BACKEND = " ${ chip_root } /src/lib/support/pw_log_chip"
26
- pw_assert_BACKEND = " $dir_pw_assert_log :check_backend"
27
- pw_rpc_CONFIG = " $dir_pw_rpc :disable_global_mutex"
28
23
openthread_external_platform =
29
24
" ${ chip_root } /third_party/openthread/platforms/efr32:libopenthread-efr32"
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
import (" //build_overrides/chip.gni" )
15
- import (" //build_overrides/pigweed.gni" )
16
15
import (" ${ chip_root } /config/standalone/args.gni" )
17
16
18
17
efr32_sdk_target = get_label_info (" :sdk" , " label_no_toolchain" )
19
18
chip_enable_openthread = false
20
19
import (" ${ chip_root } /src/platform/silabs/EFR32/wifi_args.gni" )
21
20
22
21
chip_enable_ota_requestor = true
23
-
24
- pw_log_BACKEND = " ${ chip_root } /src/lib/support/pw_log_chip"
25
- pw_assert_BACKEND = " $dir_pw_assert_log :check_backend"
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
import (" //build_overrides/chip.gni" )
16
- import (" //build_overrides/pigweed.gni" )
17
16
import (" ${ chip_root } /config/standalone/args.gni" )
18
17
import (" ${ chip_root } /src/platform/EFR32/args.gni" )
19
18
20
19
efr32_sdk_target = get_label_info (" :sdk" , " label_no_toolchain" )
21
-
22
- pw_log_BACKEND = " ${ chip_root } /src/lib/support/pw_log_chip"
23
- pw_assert_BACKEND = " $dir_pw_assert_log :check_backend"
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
import (" //build_overrides/chip.gni" )
16
- import (" //build_overrides/pigweed.gni" )
17
16
import (" ${ chip_root } /config/standalone/args.gni" )
18
17
import (" ${ chip_root } /src/platform/EFR32/args.gni" )
19
18
20
19
efr32_sdk_target = get_label_info (" :sdk" , " label_no_toolchain" )
21
20
22
- pw_log_BACKEND = " ${ chip_root } /src/lib/support/pw_log_chip"
23
- pw_assert_BACKEND = " $dir_pw_assert_log :check_backend"
24
21
chip_enable_openthread = true
25
22
chip_openthread_ftd = true
26
23
chip_build_libshell = true
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
import (" //build_overrides/chip.gni" )
16
- import (" //build_overrides/pigweed.gni" )
17
16
import (" ${ chip_root } /config/standalone/args.gni" )
18
17
import (" ${ chip_root } /src/platform/silabs/EFR32/args.gni" )
19
18
20
19
efr32_sdk_target = get_label_info (" :sdk" , " label_no_toolchain" )
21
20
22
21
chip_enable_ota_requestor = true
23
-
24
- pw_log_BACKEND = " ${ chip_root } /src/lib/support/pw_log_chip"
25
- pw_assert_BACKEND = " $dir_pw_assert_log :check_backend"
26
22
chip_enable_openthread = true
27
- pw_rpc_CONFIG = " $dir_pw_rpc :disable_global_mutex"
28
23
29
24
openthread_external_platform =
30
25
" ${ chip_root } /third_party/openthread/platforms/efr32:libopenthread-efr32"
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
import (" //build_overrides/chip.gni" )
15
- import (" //build_overrides/pigweed.gni" )
16
15
import (" ${ chip_root } /config/standalone/args.gni" )
17
16
18
17
efr32_sdk_target = get_label_info (" :sdk" , " label_no_toolchain" )
19
18
chip_enable_openthread = false
20
19
import (" ${ chip_root } /src/platform/silabs/EFR32/wifi_args.gni" )
21
20
22
21
chip_enable_ota_requestor = true
23
-
24
- pw_log_BACKEND = " ${ chip_root } /src/lib/support/pw_log_chip"
25
- pw_assert_BACKEND = " $dir_pw_assert_log :check_backend"
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
import (" //build_overrides/chip.gni" )
16
- import (" //build_overrides/pigweed.gni" )
17
16
import (" ${ chip_root } /config/standalone/args.gni" )
18
17
import (" ${ chip_root } /src/platform/silabs/EFR32/args.gni" )
19
18
20
19
efr32_sdk_target = get_label_info (" :sdk" , " label_no_toolchain" )
21
20
22
21
chip_enable_ota_requestor = true
23
-
24
- pw_log_BACKEND = " ${ chip_root } /src/lib/support/pw_log_chip"
25
- pw_assert_BACKEND = " $dir_pw_assert_log :check_backend"
26
22
chip_enable_openthread = true
27
23
openthread_external_platform =
28
24
" ${ chip_root } /third_party/openthread/platforms/efr32:libopenthread-efr32"
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
import (" //build_overrides/chip.gni" )
15
- import (" //build_overrides/pigweed.gni" )
16
15
17
16
efr32_sdk_target = get_label_info (" :sdk" , " label_no_toolchain" )
18
17
chip_enable_openthread = false
19
18
import (" ${ chip_root } /src/platform/silabs/EFR32/wifi_args.gni" )
20
19
21
20
chip_enable_ota_requestor = true
22
-
23
- pw_log_BACKEND = " ${ chip_root } /src/lib/support/pw_log_chip"
24
- pw_assert_BACKEND = " $dir_pw_assert_log :check_backend"
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
import (" //build_overrides/chip.gni" )
16
- import (" //build_overrides/pigweed.gni" )
17
16
18
17
import (" ${ chip_root } /src/platform/device.gni" )
19
18
@@ -84,19 +83,10 @@ static_library("EFR32") {
84
83
]
85
84
}
86
85
87
- # Add pigweed KVS
88
- deps = [
89
- " $dir_pw_kvs :crc16" ,
90
- " $dir_pw_log " ,
91
- ]
92
- public_deps += [
93
- " $dir_pw_checksum " ,
94
- " $dir_pw_kvs " ,
95
- ]
96
86
if (chip_enable_openthread ) {
97
87
public_deps += [ " ${ chip_root } /third_party/openthread:openthread" ]
98
88
99
- deps + = [ " ${ chip_root } /third_party/openthread:openthread_cli" ]
89
+ deps = [ " ${ chip_root } /third_party/openthread:openthread_cli" ]
100
90
101
91
sources += [
102
92
" ${ silabs_platform_dir } /ThreadStackManagerImpl.h" ,
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
import (" //build_overrides/chip.gni" )
16
- import (" //build_overrides/pigweed.gni" )
17
16
18
17
import (" ${ chip_root } /src/platform/device.gni" )
19
18
@@ -68,16 +67,6 @@ static_library("SiWx917") {
68
67
69
68
public_deps = [ " ${ chip_root } /src/platform:platform_base" ]
70
69
71
- # Add pigweed KVS
72
- deps = [
73
- " $dir_pw_kvs :crc16" ,
74
- " $dir_pw_log " ,
75
- ]
76
- public_deps += [
77
- " $dir_pw_checksum " ,
78
- " $dir_pw_kvs " ,
79
- ]
80
-
81
70
if (chip_enable_wifi ) {
82
71
sources += [
83
72
" ${ silabs_platform_dir } /ConnectivityManagerImpl_WIFI.cpp" ,
Original file line number Diff line number Diff line change @@ -46,8 +46,3 @@ chip_build_tests = false
46
46
chip_config_memory_management = " platform"
47
47
chip_mdns = " minimal"
48
48
chip_enable_pw_rpc = false
49
-
50
- pw_build_LINK_DEPS = [
51
- " $dir_pw_assert :impl" ,
52
- " $dir_pw_log :impl" ,
53
- ]
You can’t perform that action at this time.
0 commit comments