Skip to content

Commit

Permalink
Removing 917 NCP flag from 916 defines and added seperately
Browse files Browse the repository at this point in the history
  • Loading branch information
KishorSilabs committed Feb 13, 2023
1 parent ca3f9a6 commit 944bdbe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion third_party/silabs/efr32_sdk.gni
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,16 @@ template("efr32_sdk") {
"SL_WFX_USE_SPI",
"EFX32_RS911X=1",
"RS911X_WIFI",
"SiWx917_WIFI",
"RSI_WLAN_ENABLE",
"RSI_SPI_INTERFACE",
"RSI_WITH_OS",
]
} else if { use_SiWx917 )
defines += [
#Added this flag Only for SiWx917 NCP Board.
#TODO: Remove this when rsi_wlan_ext_stats is implemented in Wisemcu SDK.
"SiWx917_WIFI",
]
} else if (use_wf200) {
defines += [
"SL_HEAP_SIZE=24576",
Expand Down

0 comments on commit 944bdbe

Please sign in to comment.