Skip to content

Commit 43ef158

Browse files
committed
boards: arm: efm32gg_stk3701a: Convert to v2
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <[email protected]>
1 parent cc39b6a commit 43ef158

File tree

14 files changed

+5
-8
lines changed

14 files changed

+5
-8
lines changed

boards/boards_legacy/arm/efm32gg_stk3701a/Kconfig.defconfig renamed to boards/silabs/efm32gg_stk3701a/Kconfig.defconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55

66
if BOARD_EFM32GG_STK3701A
77

8-
config BOARD
9-
string
10-
default "efm32gg_stk3701a"
11-
128
config CMU_HFXO_FREQ
139
default 50000000
1410

boards/boards_legacy/arm/efm32gg_stk3701a/Kconfig.board renamed to boards/silabs/efm32gg_stk3701a/Kconfig.efm32gg_stk3701a

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@
44
# SPDX-License-Identifier: Apache-2.0
55

66
config BOARD_EFM32GG_STK3701A
7-
bool "SiLabs EFM32GG-STK3701A (Giant Gecko 11)"
8-
depends on SOC_SERIES_EFM32GG11B
97
select SOC_PART_NUMBER_EFM32GG11B820F2048GL192
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
board:
2+
name: efm32gg_stk3701a
3+
vendor: silabs
4+
socs:
5+
- name: efm32gg11b820f2048gl192
File renamed without changes.

0 commit comments

Comments
 (0)