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

tests/unittest: add nucleo-f302 to unsufficient memory list

This commit is contained in:
Alexandre Abadie 2017-02-16 13:45:49 +01:00
parent 1ab5c74ee2
commit 83307d311e

View File

@ -6,8 +6,8 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
chronos ek-lm4f120xl limifrog-v1 maple-mini microbit \
msb-430 msb-430h nrf51dongle nrf6310 nucleo32-f031 \
nucleo32-f042 nucleo32-f303 nucleo32-l031 nucleo-f030 \
nucleo-f070 nucleo-f072 nucleo-f091 nucleo-f103 nucleo-f334 \
nucleo-f410 nucleo-l053 nucleo-l073 opencm904 \
nucleo-f070 nucleo-f072 nucleo-f091 nucleo-f103 nucleo-f302 \
nucleo-f334 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 \
@ -28,7 +28,7 @@ DISABLE_TEST_FOR_ARM7 := tests-relic
ARM_CORTEX_M_BOARDS := airfy-beacon arduino-due arduino-zero cc2538dk ek-lm4f120xl \
f4vi1 fox frdm-k64f iotlab-m3 limifrog-v1 mbed_lpc1768 msbiot \
mulle nrf51dongle nrf6310 nucleo32-f031 nucleo32-f303 nucleo32-l031 \
nucleo-f030 nucleo-f070 nucleo-f091 nucleo-f303 nucleo-f334 \
nucleo-f030 nucleo-f070 nucleo-f091 nucleo-f302 nucleo-f303 nucleo-f334 \
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 \