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

tests/kconfig_features: remove board whitelist

Now that all boards/cpus are migrated to Kconfig, we don't need this list anymore and it will enforce new boards to be adapted as well
This commit is contained in:
Alexandre Abadie 2020-07-17 08:37:16 +02:00
parent 00f28a31bf
commit cec5c8e4c2
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -1,198 +1,5 @@
include ../Makefile.tests_common
BOARD_WHITELIST += 6lowpan-clicker \
acd52832 \
adafruit-clue \
airfy-beacon \
arduino-due \
arduino-duemilanove \
arduino-leonardo \
arduino-mega2560 \
arduino-mkr1000 \
arduino-mkrfox1200 \
arduino-mkrwan1300 \
arduino-mkrzero \
arduino-nano \
arduino-nano-33-ble \
arduino-uno \
arduino-zero \
atmega1284p \
atmega256rfr2-xpro \
atmega328p \
avr-rss2 \
avsextrem \
b-l072z-lrwan1 \
b-l475e-iot01a \
blackpill \
blackpill-128kib \
bluepill \
bluepill-128kib \
calliope-mini \
cc1312-launchpad \
cc1352-launchpad \
cc1352p-launchpad \
cc2538dk \
cc2650-launchpad \
cc2650stk \
chronos \
derfmega128 \
derfmega256 \
dwm1001 \
ek-lm4f120xl \
esp32-heltec-lora32-v2 \
esp32-mh-et-live-minikit \
esp32-olimex-evb \
esp32-ttgo-t-beam \
esp32-wemos-lolin-d32-pro \
esp32-wroom-32 \
esp32-wrover-kit \
esp8266-esp-12x \
esp8266-olimex-mod \
esp8266-sparkfun-thing \
f4vi1 \
feather-m0 \
feather-nrf52840 \
firefly \
fox \
frdm-k22f \
frdm-k64f \
hamilton \
hifive1 \
hifive1b \
ikea-tradfri \
im880b \
i-nucleo-lrwan1 \
iotlab-a8-m3 \
iotlab-m3 \
limifrog-v1 \
lobaro-lorabox \
lsn50 \
maple-mini \
mbed_lpc1768 \
mcb2388 \
mega-xplained \
microbit \
microduino-corerf \
msb-430 \
msb-430h \
msba2 \
msbiot \
mulle \
native \
nrf51dk \
nrf51dongle \
nrf52832-mdk \
nrf52840-mdk \
nrf52840dk \
nrf52840dongle \
nrf52dk \
nrf6310 \
nucleo-f030r8 \
nucleo-f031k6 \
nucleo-f042k6 \
nucleo-f070rb \
nucleo-f072rb \
nucleo-f091rc \
nucleo-f103rb \
nucleo-f207zg \
nucleo-f302r8 \
nucleo-f303k8 \
nucleo-f303re \
nucleo-f303ze \
nucleo-f334r8 \
nucleo-f401re \
nucleo-f410rb \
nucleo-f411re \
nucleo-f412zg \
nucleo-f413zh \
nucleo-f429zi \
nucleo-f446re \
nucleo-f446ze \
nucleo-f722ze \
nucleo-f746zg \
nucleo-f767zi \
nucleo-g474re \
nucleo-l031k6 \
nucleo-l053r8 \
nucleo-l073rz \
nucleo-l152re \
nucleo-l412kb \
nucleo-l432kc \
nucleo-l433rc \
nucleo-l452re \
nucleo-l476rg \
nucleo-l496zg \
nucleo-l4r5zi \
nz32-sc151 \
olimexino-stm32 \
opencm904 \
openlabs-kw41z-mini \
openlabs-kw41z-mini-256kib \
openmote-b \
openmote-cc2538 \
p-l496g-cell02 \
p-nucleo-wb55 \
particle-argon \
particle-boron \
particle-xenon \
pba-d-01-kw2x \
phynode-kw41z \
pic32-wifire \
pinetime \
pyboard \
reel \
remote-pa \
remote-reva \
remote-revb \
ruuvitag \
samd21-xpro \
same54-xpro \
saml10-xpro \
saml11-xpro \
saml21-xpro \
samr21-xpro \
samr30-xpro \
samr34-xpro \
seeeduino_arch-pro \
sensebox_samd21 \
serpente \
slstk3401a \
slstk3402a \
sltb001a \
slwstk6000b-slwrb4150a \
slwstk6000b-slwrb4162a \
slwstk6220a \
sodaq-autonomo \
sodaq-explorer \
sodaq-one \
sodaq-sara-aff \
sodaq-sara-sff \
spark-core \
stk3600 \
stk3700 \
stm32f030f4-demo \
stm32f0discovery \
stm32f3discovery \
stm32f4discovery \
stm32f429i-disc1 \
stm32f429i-disco \
stm32f723e-disco \
stm32f769i-disco \
stm32l0538-disco \
stm32l476g-disco \
teensy31 \
telosb \
thingy52 \
ublox-c030-u201 \
udoo \
usb-kw41z \
waspmote-pro \
weact-f411ce \
wemos-zero \
yunjia-nrf51822 \
z1
#
all: checks
include $(RIOTBASE)/Makefile.include