Skip to content

Commit 64252c8

Browse files
authoredNov 24, 2022
[Silabs] Folder structure introduction for addition of SiWx917 (project-chip#23736)
* src/platform/silabs folder changes * examples/lighting-app and examples/platform folder modification for silabs/efr32 * Skeleton for the SiWx917 folder * CI fix for the lighting app due to modified folder structure * Revert "Skeleton for the SiWx917 folder" This reverts commit bbe322d. * Build changes for different applications * Restyle PR * Fixing the build failures * fixing the lock app * updating the dry run efr32 for the new folder structure] * Added a variable for the BUILD.gn file * restyle the last commit * src/platform/silabs folder changes * examples/lighting-app and examples/platform folder modification for silabs/efr32 * Skeleton for the SiWx917 folder * CI fix for the lighting app due to modified folder structure * Revert "Skeleton for the SiWx917 folder" This reverts commit bbe322d. * Build changes for different applications * Restyle PR * Fixing the build failures * fixing the lock app * updating the dry run efr32 for the new folder structure] * Added a variable for the BUILD.gn file * restyle the last commit
1 parent 7f1b4b8 commit 64252c8

File tree

167 files changed

+141
-129
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+141
-129
lines changed
 

‎.github/workflows/examples-efr32.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: Build example EFR32 Lighting App for BRD4161A with RPCs
102102
timeout-minutes: 15
103103
run: |
104-
scripts/examples/gn_efr32_example.sh examples/lighting-app/efr32/ out/lighting_app_debug_rpc BRD4161A "is_debug=false" \
104+
scripts/examples/gn_efr32_example.sh examples/lighting-app/silabs/efr32/ out/lighting_app_debug_rpc BRD4161A "is_debug=false" \
105105
disable_lcd=true 'import("//with_pw_rpc.gni")'
106106
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py efr32 BRD4161A+rpc lighting-app \
107107
out/lighting_app_debug_rpc/BRD4161A/chip-efr32-lighting-example.out /tmp/bloat_reports/
@@ -118,7 +118,7 @@ jobs:
118118
- name: Build example EFR32+RS911x WiFi Lighting app for BRD4161A
119119
timeout-minutes: 15
120120
run: |
121-
scripts/examples/gn_efr32_example.sh examples/lighting-app/efr32/ out/lighting_app_wifi_rs911x BRD4161A --wifi rs911x
121+
scripts/examples/gn_efr32_example.sh examples/lighting-app/silabs/efr32/ out/lighting_app_wifi_rs911x BRD4161A --wifi rs911x
122122
.environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py efr32 BRD4161A+rs911x lighting-app \
123123
out/lighting_app_wifi_rs911x/BRD4161A/chip-efr32-lighting-example.out /tmp/bloat_reports/
124124
- name: Clean out build output

‎config/efr32/lib/pw_rpc/BUILD.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ static_library("pw_rpc") {
2424
public_deps = [
2525
"$dir_pw_rpc:server",
2626
"$dir_pw_rpc/nanopb:echo_service",
27-
"${chip_root}/examples/platform/efr32/pw_sys_io:pw_sys_io_efr32",
27+
"${chip_root}/examples/platform/silabs/efr32/pw_sys_io:pw_sys_io_efr32",
2828
"${dir_pigweed}/pw_hdlc:pw_rpc",
2929
dir_pw_assert,
3030
dir_pw_checksum,

0 commit comments

Comments
 (0)