1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/kconfig_features: Add cc2538-based boards to whitelist

This commit is contained in:
Leandro Lanzieri 2020-06-24 15:18:55 +02:00
parent b099726895
commit aa152e37fc
No known key found for this signature in database
GPG Key ID: 13559905E2EBEAA5

View File

@ -12,11 +12,13 @@ BOARD_WHITELIST += arduino-duemilanove \
cc1312-launchpad \ cc1312-launchpad \
cc1352-launchpad \ cc1352-launchpad \
cc1352p-launchpad \ cc1352p-launchpad \
cc2538dk \
cc2650-launchpad \ cc2650-launchpad \
cc2650stk \ cc2650stk \
chronos \ chronos \
derfmega128 \ derfmega128 \
derfmega256 \ derfmega256 \
firefly \
hifive1 \ hifive1 \
hifive1b \ hifive1b \
ikea-tradfri \ ikea-tradfri \
@ -24,6 +26,11 @@ BOARD_WHITELIST += arduino-duemilanove \
microduino-corerf \ microduino-corerf \
msb-430 \ msb-430 \
msb-430h \ msb-430h \
openmote-b \
openmote-cc2538 \
remote-pa \
remote-reva \
remote-revb \
samr21-xpro \ samr21-xpro \
slstk3401a \ slstk3401a \
slstk3402a \ slstk3402a \