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

examples: exclude nucleo-g070rb where the firmware doesn't fit in memory

This commit is contained in:
Alexandre Abadie 2020-05-28 17:33:20 +02:00
parent 54fe59d0ba
commit 5ccbaada02
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
5 changed files with 5 additions and 0 deletions

View File

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

View File

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

View File

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

View File

@ -13,6 +13,7 @@ BOARD_INSUFFICIENT_MEMORY := \
nucleo-f302r8 \
nucleo-f303k8 \
nucleo-f334r8 \
nucleo-g070rb \
nucleo-l031k6 \
nucleo-l053r8 \
opencm904 \

View File

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