2021-01-12 00:08:35 +01:00
|
|
|
# Copyright (c) 2020 HAW Hamburg
|
|
|
|
# Copyright (c) 2021 Gerson Fernando Budle
|
|
|
|
#
|
|
|
|
# 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 "atxmega-a3bu-xplained" if BOARD_ATXMEGA_A3BU_XPLAINED
|
|
|
|
|
|
|
|
config BOARD_ATXMEGA_A3BU_XPLAINED
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
select CPU_MODEL_XMEGA256A3BU
|
2021-08-09 00:47:56 +02:00
|
|
|
|
2021-04-10 21:43:47 +02:00
|
|
|
select HAS_PERIPH_I2C
|
2021-04-25 00:05:22 +02:00
|
|
|
select HAS_PERIPH_SPI
|
2021-01-12 00:08:35 +01:00
|
|
|
select HAS_PERIPH_UART
|
|
|
|
|
|
|
|
select HAVE_SAUL_GPIO
|
2021-09-30 13:40:48 +02:00
|
|
|
select MODULE_BOARDS_COMMON_ATXMEGA if TEST_KCONFIG
|
|
|
|
|
|
|
|
source "$(RIOTBOARD)/common/atxmega/Kconfig"
|