Skip to content

Commit 67be299

Browse files
committed
fix minor issues
1 parent 081d1fa commit 67be299

File tree

3 files changed

+32
-32
lines changed

3 files changed

+32
-32
lines changed

.github/workflows/examples-efr32.yaml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -63,36 +63,6 @@ jobs:
6363
# run: |
6464
# scripts/examples/gn_silabs_example.sh examples/lighting-app/silabs ./out/light-app BRD4187C --slc_generate --docker
6565
# rm -rf ./out/
66-
- name: Build some WiFi Soc variants
67-
run: |
68-
./scripts/run_in_build_env.sh \
69-
"./scripts/build/build_examples.py \
70-
--enable-flashbundle \
71-
--target efr32-brd2605a-light-skip-rps-generation \
72-
--target efr32-brd4338a-lock-skip-rps-generation \
73-
--target efr32-brd4338a-closure-skip-rps-generation \
74-
build \
75-
--copy-artifacts-to out/artifacts \
76-
"
77-
- name: Prepare bloat report for brd4338a lock app
78-
run: |
79-
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
80-
efr32 BRD4338a lock-app \
81-
out/efr32-brd4338a-lock-skip-rps-generation/matter-silabs-lock-example.out \
82-
/tmp/bloat_reports/
83-
- name: Clean out build output
84-
run: rm -rf ./out
85-
- name: Build EFR32 with WiFi NCP
86-
run: |
87-
./scripts/run_in_build_env.sh \
88-
"./scripts/build/build_examples.py \
89-
--enable-flashbundle \
90-
--target efr32-brd4187c-lock-wifi-siwx917 \
91-
build \
92-
--copy-artifacts-to out/artifacts \
93-
"
94-
- name: Clean out build output
95-
run: rm -rf ./out
9666
- name: Build some BRD4187C variants (1)
9767
# TODO #39216 : Deactivated Unit Testing (efr32-brd4187c-unit-test ) due to Pigweed incompatibility issues
9868
run: |
@@ -130,6 +100,36 @@ jobs:
130100
/tmp/bloat_reports/
131101
- name: Clean out build output
132102
run: rm -rf ./out
103+
- name: Build some WiFi Soc variants
104+
run: |
105+
./scripts/run_in_build_env.sh \
106+
"./scripts/build/build_examples.py \
107+
--enable-flashbundle \
108+
--target efr32-brd2605a-light-skip-rps-generation \
109+
--target efr32-brd4338a-lock-skip-rps-generation \
110+
--target efr32-brd4338a-closure-skip-rps-generation \
111+
build \
112+
--copy-artifacts-to out/artifacts \
113+
"
114+
- name: Prepare bloat report for brd4338a lock app
115+
run: |
116+
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \
117+
efr32 BRD4338a lock-app \
118+
out/efr32-brd4338a-lock-skip-rps-generation/matter-silabs-lock-example.out \
119+
/tmp/bloat_reports/
120+
- name: Clean out build output
121+
run: rm -rf ./out
122+
- name: Build EFR32 with WiFi NCP
123+
run: |
124+
./scripts/run_in_build_env.sh \
125+
"./scripts/build/build_examples.py \
126+
--enable-flashbundle \
127+
--target efr32-brd4187c-lock-wifi-siwx917 \
128+
build \
129+
--copy-artifacts-to out/artifacts \
130+
"
131+
- name: Clean out build output
132+
run: rm -rf ./out
133133
- name: Uploading Size Reports
134134
uses: ./.github/actions/upload-size-reports
135135
if: ${{ !env.ACT }}

examples/platform/silabs/efr32/project_include/OpenThreadConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,4 @@
132132

133133
#ifndef TESTING
134134
#define TESTING 0
135-
#endif
135+
#endif

third_party/silabs/efr32_sdk.gni

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ template("efr32_sdk") {
334334
]
335335

336336
libs += [
337-
"${efr32_sdk_root}/sbluetooth_le_controller/build/gcc/xg24/release/liblinklayer.a ",
337+
"${efr32_sdk_root}/bluetooth_le_controller/build/gcc/xg24/release/liblinklayer.a ",
338338
"${efr32_sdk_root}/rail_library/autogen/librail_release/librail_multiprotocol_module_efr32xg24_gcc_release.a",
339339
]
340340

0 commit comments

Comments
 (0)