1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

tests/kconfig_features: Add msp430 boards to whitelist

This commit is contained in:
Leandro Lanzieri 2020-06-24 09:33:24 +02:00
parent 065b76a963
commit b3ce577dd5
No known key found for this signature in database
GPG Key ID: 13559905E2EBEAA5

View File

@ -12,10 +12,13 @@ BOARD_WHITELIST += arduino-duemilanove \
cc1352p-launchpad \ cc1352p-launchpad \
cc2650-launchpad \ cc2650-launchpad \
cc2650stk \ cc2650stk \
chronos \
derfmega128 \ derfmega128 \
ikea-tradfri \ ikea-tradfri \
mega-xplained \ mega-xplained \
microduino-corerf \ microduino-corerf \
msb-430 \
msb-430h \
samr21-xpro \ samr21-xpro \
slstk3401a \ slstk3401a \
slstk3402a \ slstk3402a \
@ -24,8 +27,12 @@ BOARD_WHITELIST += arduino-duemilanove \
slwstk6000b-slwrb4162a \ slwstk6000b-slwrb4162a \
stk3600 \ stk3600 \
stk3700 \ stk3700 \
waspmote-pro telosb \
waspmote-pro \
wsn430-v1_3b \
wsn430-v1_4 \
z1
#
all: checks all: checks