1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

tests/libfixmath_unittests: Remove stm32f0discovery, redbee-econotag blacklists

This commit is contained in:
Joakim Gebart 2015-08-11 18:37:58 +02:00
parent f5af96ccc8
commit 2de14062fe

View File

@ -8,9 +8,6 @@ BOARD_BLACKLIST := arduino-mega2560
# The MSP boards don't feature round(), exp(), and log(), which are used in the unittests
BOARD_BLACKLIST += chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1
# Insufficient RAM / ROM
BOARD_INSUFFICIENT_RAM += redbee-econotag stm32f0discovery
USEMODULE += libfixmath-unittests
ifneq (,$(filter native qemu-i386,$(BOARD)))