Skip to content

Commit 3bc9889

Browse files
committed
boards: arm: efm32pg_stk3401a: Convert to v2
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <[email protected]>
1 parent 1c95038 commit 3bc9889

File tree

11 files changed

+5
-7
lines changed

11 files changed

+5
-7
lines changed

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

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

66
if BOARD_EFM32PG_STK3401A
77

8-
config BOARD
9-
default "efm32pg_stk3401a" if BOARD_EFM32PG_STK3401A
10-
118
config CMU_HFXO_FREQ
129
default 40000000
1310

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

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_EFM32PG_STK3401A
7-
bool "SiLabs EFM32PG-STK3401A (Pearl Gecko)"
8-
depends on SOC_SERIES_EFM32PG1B
97
select SOC_PART_NUMBER_EFM32PG1B200F256GM48
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
board:
2+
name: efm32pg_stk3401a
3+
vendor: silabs
4+
socs:
5+
- name: efm32pg1b200f256gm48
File renamed without changes.

0 commit comments

Comments
 (0)