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

tests/gnrc_tx_sync: add boards with insufficient memmory

This commit is contained in:
Francisco Molina 2021-02-16 17:02:31 +01:00
parent 5c1b959a24
commit 34628c8fe8
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8

View File

@ -1,4 +1,11 @@
BOARD_INSUFFICIENT_MEMORY := \
arduino-duemilanove \
arduino-leonardo \
arduino-mega2560 \
arduino-nano \
arduino-uno \
atmega328p \
atmega1281 \
bluepill-stm32f030c8 \
i-nucleo-lrwan1 \
msb-430 \
@ -18,5 +25,6 @@ BOARD_INSUFFICIENT_MEMORY := \
stm32f0discovery \
stm32l0538-disco \
telosb \
waspmote-pro \
z1 \
#