Commit 45e49aac authored by Aksel Skauge Mellbye's avatar Aksel Skauge Mellbye Committed by Anas Nashif
Browse files

boards: silabs: Consistently name starter kits



Rename all Silicon Labs starter kits to always use the official kit name
as board target name. Previous kit names used various naming schemes,
including putting part of the SoC name in the board name. With HWMv2,
SoC names (if needed) should go in the SoC board qualifier.

Signed-off-by: default avatarAksel Skauge Mellbye <aksel.mellbye@silabs.com>
parent fee86aec
Loading
Loading
Loading
Loading
+11 −2
Original line number Diff line number Diff line
@@ -138,10 +138,19 @@ set(ebyte_e73_tbb_nrf52832_DEPRECATED
    ebyte_e73_tbb
)
set(efm32pg_stk3402a_DEPRECATED
    efm32pg_stk3402a/efm32pg12b500f1024gl125
    slstk3402a/efm32pg12b500f1024gl125
)
set(efm32pg_stk3402a_jg_DEPRECATED
    efm32pg_stk3402a/efm32jg12b500f1024gl125
    slstk3402a/efm32jg12b500f1024gl125
)
set(efm32hg_slstk3400a_DEPRECATED
    slstk3400a
)
set(efm32pg_stk3401a_DEPRECATED
    slstk3401a
)
set(efm32gg_stk3701a_DEPRECATED
    slstk3701a
)
set(efm32gg_slwstk6121a_DEPRECATED
    slwrb4321a
+4 −4
Original line number Diff line number Diff line
.. _efm32wg_stk3800:

EFM32WG-STK3800
###############
EFM32 Wonder Gecko (EFM32WG-STK3800)
####################################

Overview
********
@@ -60,7 +60,7 @@ The efm32wg_stk3800 board configuration supports the following hardware features
+-----------+------------+-------------------------------------+

The default configuration can be found in
:zephyr_file:`boards/silabs/efm32wg_stk3800/efm32wg_stk3800_defconfig`
:zephyr_file:`boards/silabs/starter_kit/efm32wg_stk3800/efm32wg_stk3800_defconfig`

Other hardware features are currently not supported by the port.

@@ -149,7 +149,7 @@ the following message:

.. code-block:: console

   Hello World! arm
   Hello World! efm32wg_stk3800


.. _EFM32WG-STK3800 Website:
+1 −1
Original line number Diff line number Diff line
identifier: efm32wg_stk3800
name: EFM32WG-STK3800
name: EFM32 Wonder Gecko Starter Kit (EFM32WG-STK3800)
type: mcu
arch: arm
ram: 32
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
# Copyright (c) 2018, Marcio Montenegro
# SPDX-License-Identifier: Apache-2.0

if BOARD_EFM32HG_SLSTK3400A
if BOARD_SLSTK3400A

config CMU_HFXO_FREQ
	default 24000000
@@ -11,4 +11,4 @@ config CMU_HFXO_FREQ
config CMU_LFXO_FREQ
	default 32768

endif # BOARD_EFM32HG_SLSTK3400A
endif # BOARD_SLSTK3400A
+1 −1
Original line number Diff line number Diff line
@@ -3,5 +3,5 @@
# Copyright (c) 2018, Marcio Montenegro
# SPDX-License-Identifier: Apache-2.0

config BOARD_EFM32HG_SLSTK3400A
config BOARD_SLSTK3400A
	select SOC_PART_NUMBER_EFM32HG322F64
Loading