Skip to content

Commit

Permalink
Renaming of SiWx917 Radio Board
Browse files Browse the repository at this point in the history
  • Loading branch information
KishorSilabs committed Feb 3, 2023
1 parent d9949ca commit f990d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion third_party/silabs/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import("//build_overrides/jlink.gni")
import("${chip_root}/src/platform/device.gni")
import("${efr32_sdk_build_root}/silabs_board.gni")

if (silabs_board == "BRD4325A") { # CCP board
if (silabs_board == "BRD4325B") { # CCP board
import("${efr32_sdk_build_root}/SiWx917_sdk.gni")
} else {
import("${efr32_sdk_build_root}/efr32_sdk.gni")
Expand Down
2 changes: 1 addition & 1 deletion third_party/silabs/silabs_board.gni
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ if (silabs_board == "BRD4304A") {
} else if (silabs_board == "BRD4170A") {
silabs_family = "efr32mg12"
silabs_mcu = "EFR32MG12P433F1024GM68"
} else if (silabs_board == "BRD4325A") {
} else if (silabs_board == "BRD4325B") {
silabs_family = "SiWx917"
silabs_mcu = "EFR32MG12P432F1024GL125"
disable_lcd = true
Expand Down

0 comments on commit f990d5d

Please sign in to comment.