Skip to content

Commit

Permalink
add a dedicated option for PW_RPC (#30239)
Browse files Browse the repository at this point in the history
  • Loading branch information
jepenven-silabs authored and pull[bot] committed Feb 1, 2024
1 parent 6fb5081 commit 3052993
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/examples/gn_silabs_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ if [ "$#" == "0" ]; then
Build wifi example with extension board SiWx917. (Default false)
use_wf200
Build wifi example with extension board wf200. (Default false)
'import("//with_pw_rpc.gni")'
use_pw_rpc
Use to build the example with pigweed RPC
ota_periodic_query_timeout_sec
Periodic query timeout variable for OTA in seconds
Expand Down Expand Up @@ -242,6 +242,10 @@ else
USE_SLC=true
shift
;;
--use_pw_rpc)
optArgs+="import(\"//with_pw_rpc.gni\") "
shift
;;
--slc_reuse_files)
optArgs+="slc_reuse_files=true "
USE_SLC=true
Expand Down

0 comments on commit 3052993

Please sign in to comment.