Skip to content
Snippets Groups Projects
Commit 478ee1a9 authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

tests: add nucleo-f410 to unsufficient memory boards

parent 9bca23ab
No related branches found
No related tags found
No related merge requests found
...@@ -7,10 +7,10 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \ ...@@ -7,10 +7,10 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
msb-430 msb-430h nrf51dongle nrf6310 nucleo32-f031 \ msb-430 msb-430h nrf51dongle nrf6310 nucleo32-f031 \
nucleo32-f042 nucleo32-f303 nucleo-f030 nucleo-f070 \ nucleo32-f042 nucleo32-f303 nucleo-f030 nucleo-f070 \
nucleo-f072 nucleo-f091 nucleo-f103 nucleo-f334 \ nucleo-f072 nucleo-f091 nucleo-f103 nucleo-f334 \
nucleo-l053 nucleo-l073 opencm904 pba-d-01-kw2x \ nucleo-f410 nucleo-l053 nucleo-l073 opencm904 \
pca10000 pca10005 remote-pa remote-reva remote-revb \ pba-d-01-kw2x pca10000 pca10005 remote-pa remote-reva \
saml21-xpro samr21-xpro seeeduino_arch-pro slwstk6220a \ remote-revb saml21-xpro samr21-xpro seeeduino_arch-pro \
sodaq-autonomo spark-core stm32f0discovery \ slwstk6220a sodaq-autonomo spark-core stm32f0discovery \
stm32f3discovery telosb waspmote-pro weio wsn430-v1_3b \ stm32f3discovery telosb waspmote-pro weio wsn430-v1_3b \
wsn430-v1_4 yunjia-nrf51822 z1 wsn430-v1_4 yunjia-nrf51822 z1
...@@ -29,9 +29,9 @@ ARM_CORTEX_M_BOARDS := airfy-beacon arduino-due arduino-zero cc2538dk ek-lm4f120 ...@@ -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 \ f4vi1 fox frdm-k64f iotlab-m3 limifrog-v1 mbed_lpc1768 msbiot \
mulle nrf51dongle nrf6310 nucleo32-f031 nucleo32-f303 \ mulle nrf51dongle nrf6310 nucleo32-f031 nucleo32-f303 \
nucleo-f030 nucleo-f070 nucleo-f091 nucleo-f303 nucleo-f334 \ nucleo-f030 nucleo-f070 nucleo-f091 nucleo-f303 nucleo-f334 \
nucleo-f401 nucleo-f411 nucleo-l053 nucleo-l073 nucleo-l1 \ nucleo-f401 nucleo-f410 nucleo-f411 nucleo-l053 nucleo-l073 \
opencm904 openmote-cc2538 pba-d-01-kw2x pca10000 pca10005 \ nucleo-l1 opencm904 openmote-cc2538 pba-d-01-kw2x pca10000 \
remote saml21-xpro samr21-xpro slwstk6220a sodaq-autonomo \ pca10005 remote saml21-xpro samr21-xpro slwstk6220a sodaq-autonomo \
spark-core stm32f0discovery stm32f3discovery stm32f4discovery \ spark-core stm32f0discovery stm32f3discovery stm32f4discovery \
udoo weio yunjia-nrf51822 udoo weio yunjia-nrf51822
......
...@@ -4,6 +4,6 @@ MODULE = tests-relic ...@@ -4,6 +4,6 @@ MODULE = tests-relic
BOARD_BLACKLIST := arduino-mega2560 chronos f4vi1 msb-430 msb-430h msbiot \ BOARD_BLACKLIST := arduino-mega2560 chronos f4vi1 msb-430 msb-430h msbiot \
qemu-i386 redbee-econotag stm32f0discovery \ qemu-i386 redbee-econotag stm32f0discovery \
stm32f3discovery telosb wsn430-v1_3b wsn430-v1_4 z1 \ stm32f3discovery telosb wsn430-v1_3b wsn430-v1_4 z1 \
waspmote-pro waspmote-pro nucleo-f410
include $(RIOTBASE)/Makefile.base include $(RIOTBASE)/Makefile.base
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment