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

examples: add microduino-corerf to Makefile.ci

This commit is contained in:
Benjamin Valentin 2019-10-17 19:10:28 +02:00
parent 20906328b4
commit 936da68881
14 changed files with 14 additions and 4 deletions

View File

@ -11,6 +11,7 @@ BOARD_INSUFFICIENT_MEMORY := \
i-nucleo-lrwan1 \
mega-xplained \
microbit \
microduino-corerf \
msb-430 \
msb-430h \
nrf51dk \

View File

@ -9,6 +9,7 @@ BOARD_INSUFFICIENT_MEMORY := \
hifive1b \
i-nucleo-lrwan1 \
mega-xplained \
microduino-corerf \
msb-430 \
msb-430h \
nucleo-f030r8 \

View File

@ -9,6 +9,7 @@ BOARD_INSUFFICIENT_MEMORY := \
hifive1b \
i-nucleo-lrwan1 \
mega-xplained \
microduino-corerf \
msb-430 \
msb-430h \
nucleo-f030r8 \

View File

@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../..
# TinyDTLS only has support for 32-bit architectures ATM
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
arduino-mega2560 arduino-nano \
arduino-uno chronos mega-xplained \
arduino-uno chronos mega-xplained microduino-corerf \
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
wsn430-v1_4 z1

View File

@ -9,6 +9,7 @@ BOARD_INSUFFICIENT_MEMORY := \
hifive1b \
i-nucleo-lrwan1 \
mega-xplained \
microduino-corerf \
msb-430 \
msb-430h \
nucleo-f030r8 \

View File

@ -7,6 +7,7 @@ BOARD_INSUFFICIENT_MEMORY := \
chronos \
i-nucleo-lrwan1 \
mega-xplained \
microduino-corerf \
msb-430 \
msb-430h \
nucleo-f030r8 \

View File

@ -19,6 +19,7 @@ BOARD_INSUFFICIENT_MEMORY := \
lsn50 \
maple-mini \
mega-xplained \
microduino-corerf \
microbit \
msb-430 \
msb-430h \

View File

@ -13,6 +13,7 @@ BOARD_INSUFFICIENT_MEMORY := \
i-nucleo-lrwan1 \
mega-xplained \
microbit \
microduino-corerf \
msb-430 \
msb-430h \
nucleo-f030r8 \

View File

@ -14,6 +14,7 @@ BOARD_INSUFFICIENT_MEMORY := \
hifive1b \
i-nucleo-lrwan1 \
mega-xplained \
microduino-corerf \
microbit \
msb-430 \
msb-430h \

View File

@ -11,7 +11,7 @@ BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo arduino-mega2560 \
arduino-nano arduino-uno chronos \
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
wsn430-v1_4 z1 pic32-wifire pic32-clicker \
mega-xplained
mega-xplained microduino-corerf
# Comment this out to disable code in RIOT that does safety checking
# which is not needed in a production environment but helps in the

View File

@ -8,7 +8,7 @@ RIOTBASE ?= $(CURDIR)/../..
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
arduino-mega2560 arduino-nano arduino-uno \
chronos hifive1 hifive1b mega-xplained \
chronos hifive1 hifive1b mega-xplained microduino-corerf \
msb-430 msb-430h pic32-clicker pic32-wifire telosb \
waspmote-pro wsn430-v1_3b wsn430-v1_4 z1

View File

@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../..
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
arduino-mega2560 arduino-nano \
arduino-uno chronos hifive1 hifive1b \
mega-xplained msb-430 msb-430h pic32-clicker \
mega-xplained microduino-corerf msb-430 msb-430h pic32-clicker \
pic32-wifire telosb waspmote-pro wsn430-v1_3b wsn430-v1_4 z1
# Comment this out to disable code in RIOT that does safety checking

View File

@ -7,6 +7,7 @@ BOARD_INSUFFICIENT_MEMORY := \
chronos \
i-nucleo-lrwan1 \
mega-xplained \
microduino-corerf \
msb-430 \
msb-430h \
nucleo-f030r8 \

View File

@ -8,6 +8,7 @@ BOARD_INSUFFICIENT_MEMORY := \
chronos \
i-nucleo-lrwan1 \
mega-xplained \
microduino-corerf \
msb-430 \
msb-430h \
nrf51dk \