boards: arm: Add support for Silabs EFM32WG-STK3800
The EFM32 Wonder Gecko Starter Kit contains sensors and peripherals demonstarting the usage of the EFM32WG MCU family. This patch add basic support for this board. Signed-off-by: Christian Taedcke <hacking@taedcke.com> Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
4b586157d6
commit
ae895a00ea
13 changed files with 398 additions and 0 deletions
19
boards/arm/efm32wg_stk3800/Kconfig
Normal file
19
boards/arm/efm32wg_stk3800/Kconfig
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Kconfig - EFM32WG STK3800 board configuration
|
||||
#
|
||||
# Copyright (c) 2017 Christian Taedcke
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if BOARD_EFM32WG_STK3800
|
||||
|
||||
config BOARD_INIT_PRIORITY
|
||||
int
|
||||
|
||||
# omit prompt to signify a "hidden" option
|
||||
default KERNEL_INIT_PRIORITY_DEFAULT
|
||||
depends on GPIO
|
||||
help
|
||||
Board initialization priority. This must be bigger than
|
||||
GPIO_GECKO_COMMON_INIT_PRIORITY.
|
||||
|
||||
endif # BOARD_EFM32WG_STK3800
|
Loading…
Add table
Add a link
Reference in a new issue