Skip to content
Snippets Groups Projects
Commit 4ceef0c6 authored by Hauke Petersen's avatar Hauke Petersen
Browse files

examples/tests: remove entries for qemu-i386

parent fc45d7c5
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini
spark-core stm32f0discovery yunjia-nrf51822 \
BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno chronos \
msb-430 msb-430h qemu-i386 telosb waspmote-pro wsn430-v1_3b \
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
wsn430-v1_4 z1 pic32-wifire pic32-clicker
# Comment this out to disable code in RIOT that does safety checking
......
......@@ -7,7 +7,6 @@ BOARD_BLACKLIST += mips-malta
BOARD_BLACKLIST += msb-430 msb-430h
BOARD_BLACKLIST += nucleo32-f031
BOARD_BLACKLIST += pic32-clicker pic32-wifire
BOARD_BLACKLIST += qemu-i386
BOARD_BLACKLIST += telosb
BOARD_BLACKLIST += waspmote-pro
BOARD_BLACKLIST += wsn430-v1_3b wsn430-v1_4
......
......@@ -12,7 +12,7 @@ BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo32-l031
USEMODULE += libfixmath-unittests
ifneq (,$(filter native qemu-i386,$(BOARD)))
ifneq (,$(filter native,$(BOARD)))
export LINKFLAGS += -lm
endif
......
......@@ -2,7 +2,7 @@ MODULE = tests-relic
# The following boards are known to fail or have not been tested.
BOARD_BLACKLIST := arduino-mega2560 chronos f4vi1 msb-430 msb-430h msbiot \
qemu-i386 redbee-econotag stm32f0discovery \
redbee-econotag stm32f0discovery \
stm32f3discovery telosb wsn430-v1_3b wsn430-v1_4 z1 \
waspmote-pro
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment