Skip to content

Commit

Permalink
boards/spark-core: model features in Kconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Jul 16, 2020
1 parent a4ca1d5 commit c64a32b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions boards/spark-core/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright (c) 2020 Inria
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#

config BOARD
default "spark-core" if BOARD_SPARK_CORE

config BOARD_SPARK_CORE
bool
default y
select CPU_MODEL_STM32F103CB

# Put defined MCU peripherals here (in alphabetical order)
select HAS_PERIPH_TIMER
select HAS_PERIPH_SPI
select HAS_PERIPH_UART

0 comments on commit c64a32b

Please sign in to comment.