Skip to content

Commit

Permalink
Added the default setting chip_device_platform to SiWx917 into build_…
Browse files Browse the repository at this point in the history
…for_wifi_gnfile.gn
  • Loading branch information
bhmanda-silabs committed Sep 9, 2024
1 parent 7a65682 commit c4e25e3
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/light-switch-app/silabs/build_for_wifi_gnfile.gn
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ default_args = {
target_cpu = "arm"
target_os = "freertos"
chip_enable_wifi = true
chip_device_platform = "SiWx917"
import("//build_for_wifi_args.gni")
}
1 change: 1 addition & 0 deletions examples/lighting-app/silabs/build_for_wifi_gnfile.gn
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ default_args = {
target_cpu = "arm"
target_os = "freertos"
chip_enable_wifi = true
chip_device_platform = "SiWx917"
import("//build_for_wifi_args.gni")
}
1 change: 1 addition & 0 deletions examples/lock-app/silabs/build_for_wifi_gnfile.gn
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ default_args = {
target_cpu = "arm"
target_os = "freertos"
chip_enable_wifi = true
chip_device_platform = "SiWx917"
import("//build_for_wifi_args.gni")
}
1 change: 1 addition & 0 deletions examples/thermostat/silabs/build_for_wifi_gnfile.gn
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ default_args = {
target_cpu = "arm"
target_os = "freertos"
chip_enable_wifi = true
chip_device_platform = "SiWx917"
import("//build_for_wifi_args.gni")
}
1 change: 1 addition & 0 deletions examples/window-app/silabs/build_for_wifi_gnfile.gn
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ default_args = {
target_cpu = "arm"
target_os = "freertos"
chip_enable_wifi = true
chip_device_platform = "SiWx917"
import("//build_for_wifi_args.gni")
}
1 change: 0 additions & 1 deletion scripts/examples/gn_silabs_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ else
if [ "$SILABS_BOARD" == "BRD4338A" ] || [ "$SILABS_BOARD" == "BRD2605A" ]; then
echo "Compiling for 917 WiFi SOC"
USE_WIFI=true
optArgs+="chip_device_platform =\"SiWx917\" is_debug=false "
fi

if [ "$USE_GIT_SHA_FOR_VERSION" == true ]; then
Expand Down

0 comments on commit c4e25e3

Please sign in to comment.