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

tests: add new boards in low memory blacklists

This commit is contained in:
Alexandre Abadie 2020-04-28 18:35:17 +02:00
parent 325ab426d4
commit 804cc8cbd7
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
3 changed files with 6 additions and 0 deletions

View File

@ -5,5 +5,7 @@ BOARD_INSUFFICIENT_MEMORY := \
arduino-uno \
atmega328p \
nucleo-f031k6 \
nucleo-f042k6 \
nucleo-l031k6 \
stm32f030f4-demo \
#

View File

@ -7,6 +7,8 @@ BOARD_INSUFFICIENT_MEMORY := \
arduino-uno \
atmega1284p \
atmega328p \
blackpill \
bluepill \
calliope-mini \
chronos \
derfmega128 \

View File

@ -11,6 +11,8 @@ BOARD_INSUFFICIENT_MEMORY := \
nucleo-f334r8 \
nucleo-l031k6 \
nucleo-l053r8 \
saml10-xpro \
saml11-xpro \
stm32f030f4-demo \
stm32f0discovery \
stm32l0538-disco \