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

tests: add nucleo-f410 to unsufficient memory boards

This commit is contained in:
Alexandre Abadie 2017-02-03 13:29:35 +01:00
parent 9bca23abb9
commit 478ee1a9a0
2 changed files with 8 additions and 8 deletions

View File

@ -7,10 +7,10 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
msb-430 msb-430h nrf51dongle nrf6310 nucleo32-f031 \
nucleo32-f042 nucleo32-f303 nucleo-f030 nucleo-f070 \
nucleo-f072 nucleo-f091 nucleo-f103 nucleo-f334 \
nucleo-l053 nucleo-l073 opencm904 pba-d-01-kw2x \
pca10000 pca10005 remote-pa remote-reva remote-revb \
saml21-xpro samr21-xpro seeeduino_arch-pro slwstk6220a \
sodaq-autonomo spark-core stm32f0discovery \
nucleo-f410 nucleo-l053 nucleo-l073 opencm904 \
pba-d-01-kw2x pca10000 pca10005 remote-pa remote-reva \
remote-revb saml21-xpro samr21-xpro seeeduino_arch-pro \
slwstk6220a sodaq-autonomo spark-core stm32f0discovery \
stm32f3discovery telosb waspmote-pro weio wsn430-v1_3b \
wsn430-v1_4 yunjia-nrf51822 z1
@ -29,9 +29,9 @@ ARM_CORTEX_M_BOARDS := airfy-beacon arduino-due arduino-zero cc2538dk ek-lm4f120
f4vi1 fox frdm-k64f iotlab-m3 limifrog-v1 mbed_lpc1768 msbiot \
mulle nrf51dongle nrf6310 nucleo32-f031 nucleo32-f303 \
nucleo-f030 nucleo-f070 nucleo-f091 nucleo-f303 nucleo-f334 \
nucleo-f401 nucleo-f411 nucleo-l053 nucleo-l073 nucleo-l1 \
opencm904 openmote-cc2538 pba-d-01-kw2x pca10000 pca10005 \
remote saml21-xpro samr21-xpro slwstk6220a sodaq-autonomo \
nucleo-f401 nucleo-f410 nucleo-f411 nucleo-l053 nucleo-l073 \
nucleo-l1 opencm904 openmote-cc2538 pba-d-01-kw2x pca10000 \
pca10005 remote saml21-xpro samr21-xpro slwstk6220a sodaq-autonomo \
spark-core stm32f0discovery stm32f3discovery stm32f4discovery \
udoo weio yunjia-nrf51822

View File

@ -4,6 +4,6 @@ MODULE = tests-relic
BOARD_BLACKLIST := arduino-mega2560 chronos f4vi1 msb-430 msb-430h msbiot \
qemu-i386 redbee-econotag stm32f0discovery \
stm32f3discovery telosb wsn430-v1_3b wsn430-v1_4 z1 \
waspmote-pro
waspmote-pro nucleo-f410
include $(RIOTBASE)/Makefile.base