1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/cpu_avr8_xmega_drivers/Makefile
Gerson Fernando Budke e0dd0f56f2 tests: Add cpu_avr8_xmega_drivers tests
Add AVR-8 xmega CPU specific tests.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-08-24 08:35:41 -03:00

12 lines
195 B
Makefile

BOARD ?= atxmega_a1u_xpro
include ../Makefile.tests_common
# list of ATxmega boards
BOARD_WHITELIST = \
atxmega-a1u-xpro \
atxmega-a3bu-xplained \
#
include $(RIOTBASE)/Makefile.include