tests: exclude nucleo-f070rb where it doesn't fit in memory

This commit is contained in:
Alexandre Abadie 2020-05-28 18:36:50 +02:00
parent 5ccbaada02
commit ed3ff6ed34
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@ BOARD_INSUFFICIENT_MEMORY := \
nucleo-f303k8 \
nucleo-f334r8 \
nucleo-f410rb \
nucleo-g070rb \
nucleo-l031k6 \
nucleo-l053r8 \
nucleo-l412kb \

View File

@ -57,6 +57,7 @@ BOARD_INSUFFICIENT_MEMORY := \
nucleo-f303k8 \
nucleo-f334r8 \
nucleo-f410rb \
nucleo-g070rb \
nucleo-l031k6 \
nucleo-l053r8 \
nucleo-l073rz \