1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

tests/pkg_spiffs: exclude msp430 boards because missing memory

The build fails during link because of insufficient memory. No need to use BOARD_BLACKLIST for msp430 based boards
This commit is contained in:
Alexandre Abadie 2019-11-15 19:11:37 +01:00
parent 384b1aeec8
commit 2f5f69e23a
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 7 additions and 8 deletions

View File

@ -1,13 +1,5 @@
include ../Makefile.tests_common
BOARD_BLACKLIST := chronos \
msb-430 \
msb-430h \
telosb \
wsn430-v1_3b \
wsn430-v1_4 \
z1 \
USEMODULE += spiffs
USEMODULE += embunit

View File

@ -4,7 +4,10 @@ BOARD_INSUFFICIENT_MEMORY := \
arduino-nano \
arduino-uno \
atmega328p \
chronos \
i-nucleo-lrwan1 \
msb-430 \
msb-430h \
nucleo-f030r8 \
nucleo-f031k6 \
nucleo-f042k6 \
@ -13,4 +16,8 @@ BOARD_INSUFFICIENT_MEMORY := \
stm32f030f4-demo \
stm32f0discovery \
stm32l0538-disco \
telosb \
wsn430-v1_3b \
wsn430-v1_4 \
z1 \
#