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:
parent
9bca23abb9
commit
478ee1a9a0
@ -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
|
|||||||
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
|
|||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user