Skip to content

Commit

Permalink
test/kconfig_features: Add nrf-based boards to whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrolanzieri committed Jul 6, 2020
1 parent 25dc371 commit cd9fc79
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion tests/kconfig_features/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
include ../Makefile.tests_common

BOARD_WHITELIST += arduino-duemilanove \
BOARD_WHITELIST += acd52832 \
adafruit-clue \
airfy-beacon \
arduino-duemilanove \
arduino-leonardo \
arduino-mega2560 \
arduino-nano \
arduino-nano-33-ble \
arduino-uno \
atmega1284p \
atmega256rfr2-xpro \
atmega328p \
avr-rss2 \
calliope-mini \
cc1312-launchpad \
cc1352-launchpad \
cc1352p-launchpad \
Expand All @@ -18,26 +23,43 @@ BOARD_WHITELIST += arduino-duemilanove \
chronos \
derfmega128 \
derfmega256 \
dwm1001 \
feather-nrf52840 \
firefly \
frdm-k22f \
frdm-k64f \
hifive1 \
hifive1b \
ikea-tradfri \
mega-xplained \
microbit \
microduino-corerf \
msb-430 \
msb-430h \
mulle \
nrf51dk \
nrf51dongle \
nrf52832-mdk \
nrf52840-mdk \
nrf52840dk \
nrf52840dongle \
nrf52dk \
nrf6310 \
openlabs-kw41z-mini \
openlabs-kw41z-mini-256kib \
openmote-b \
openmote-cc2538 \
particle-argon \
particle-boron \
particle-xenon \
pba-d-01-kw2x \
phynode-kw41z \
pinetime \
reel \
remote-pa \
remote-reva \
remote-revb \
ruuvitag \
samr21-xpro \
slstk3401a \
slstk3402a \
Expand All @@ -49,10 +71,12 @@ BOARD_WHITELIST += arduino-duemilanove \
stk3700 \
teensy31 \
telosb \
thingy52 \
usb-kw41z \
waspmote-pro \
wsn430-v1_3b \
wsn430-v1_4 \
yunjia-nrf51822 \
z1
#

Expand Down

0 comments on commit cd9fc79

Please sign in to comment.