mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
e0dd0f56f2
Add AVR-8 xmega CPU specific tests. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
12 lines
195 B
Makefile
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
|