Skip to content

Commit 1c95038

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

File tree

8 files changed

+5
-7
lines changed

8 files changed

+5
-7
lines changed

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

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

66
if BOARD_EFM32HG_SLSTK3400A
77

8-
config BOARD
9-
default "efm32hg_slstk3400a"
10-
118
config CMU_HFXO_FREQ
129
default 24000000
1310

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

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_EFM32HG_SLSTK3400A
7-
bool "SiLabs EFM32HG-SLSTK3400A (Happy Gecko)"
8-
depends on SOC_SERIES_EFM32HG
97
select SOC_PART_NUMBER_EFM32HG322F64
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
board:
2+
name: efm32hg_slstk3400a
3+
vendor: silabs
4+
socs:
5+
- name: efm32hg322f64
File renamed without changes.

boards/boards_legacy/arm/efm32hg_slstk3400a/efm32hg_slstk3400a_defconfig renamed to boards/silabs/efm32hg_slstk3400a/efm32hg_slstk3400a_defconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3-
CONFIG_SOC_SERIES_EFM32HG=y
4-
CONFIG_BOARD_EFM32HG_SLSTK3400A=y
53
CONFIG_CONSOLE=y
64
CONFIG_UART_CONSOLE=y
75
CONFIG_SERIAL=y

0 commit comments

Comments
 (0)