mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
examples: add microduino-corerf to Makefile.ci
This commit is contained in:
parent
20906328b4
commit
936da68881
@ -11,6 +11,7 @@ BOARD_INSUFFICIENT_MEMORY := \
|
|||||||
i-nucleo-lrwan1 \
|
i-nucleo-lrwan1 \
|
||||||
mega-xplained \
|
mega-xplained \
|
||||||
microbit \
|
microbit \
|
||||||
|
microduino-corerf \
|
||||||
msb-430 \
|
msb-430 \
|
||||||
msb-430h \
|
msb-430h \
|
||||||
nrf51dk \
|
nrf51dk \
|
||||||
|
@ -9,6 +9,7 @@ BOARD_INSUFFICIENT_MEMORY := \
|
|||||||
hifive1b \
|
hifive1b \
|
||||||
i-nucleo-lrwan1 \
|
i-nucleo-lrwan1 \
|
||||||
mega-xplained \
|
mega-xplained \
|
||||||
|
microduino-corerf \
|
||||||
msb-430 \
|
msb-430 \
|
||||||
msb-430h \
|
msb-430h \
|
||||||
nucleo-f030r8 \
|
nucleo-f030r8 \
|
||||||
|
@ -9,6 +9,7 @@ BOARD_INSUFFICIENT_MEMORY := \
|
|||||||
hifive1b \
|
hifive1b \
|
||||||
i-nucleo-lrwan1 \
|
i-nucleo-lrwan1 \
|
||||||
mega-xplained \
|
mega-xplained \
|
||||||
|
microduino-corerf \
|
||||||
msb-430 \
|
msb-430 \
|
||||||
msb-430h \
|
msb-430h \
|
||||||
nucleo-f030r8 \
|
nucleo-f030r8 \
|
||||||
|
@ -10,7 +10,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
|||||||
# TinyDTLS only has support for 32-bit architectures ATM
|
# TinyDTLS only has support for 32-bit architectures ATM
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
|
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
|
||||||
arduino-mega2560 arduino-nano \
|
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 \
|
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
|
||||||
wsn430-v1_4 z1
|
wsn430-v1_4 z1
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@ BOARD_INSUFFICIENT_MEMORY := \
|
|||||||
hifive1b \
|
hifive1b \
|
||||||
i-nucleo-lrwan1 \
|
i-nucleo-lrwan1 \
|
||||||
mega-xplained \
|
mega-xplained \
|
||||||
|
microduino-corerf \
|
||||||
msb-430 \
|
msb-430 \
|
||||||
msb-430h \
|
msb-430h \
|
||||||
nucleo-f030r8 \
|
nucleo-f030r8 \
|
||||||
|
@ -7,6 +7,7 @@ BOARD_INSUFFICIENT_MEMORY := \
|
|||||||
chronos \
|
chronos \
|
||||||
i-nucleo-lrwan1 \
|
i-nucleo-lrwan1 \
|
||||||
mega-xplained \
|
mega-xplained \
|
||||||
|
microduino-corerf \
|
||||||
msb-430 \
|
msb-430 \
|
||||||
msb-430h \
|
msb-430h \
|
||||||
nucleo-f030r8 \
|
nucleo-f030r8 \
|
||||||
|
@ -19,6 +19,7 @@ BOARD_INSUFFICIENT_MEMORY := \
|
|||||||
lsn50 \
|
lsn50 \
|
||||||
maple-mini \
|
maple-mini \
|
||||||
mega-xplained \
|
mega-xplained \
|
||||||
|
microduino-corerf \
|
||||||
microbit \
|
microbit \
|
||||||
msb-430 \
|
msb-430 \
|
||||||
msb-430h \
|
msb-430h \
|
||||||
|
@ -13,6 +13,7 @@ BOARD_INSUFFICIENT_MEMORY := \
|
|||||||
i-nucleo-lrwan1 \
|
i-nucleo-lrwan1 \
|
||||||
mega-xplained \
|
mega-xplained \
|
||||||
microbit \
|
microbit \
|
||||||
|
microduino-corerf \
|
||||||
msb-430 \
|
msb-430 \
|
||||||
msb-430h \
|
msb-430h \
|
||||||
nucleo-f030r8 \
|
nucleo-f030r8 \
|
||||||
|
@ -14,6 +14,7 @@ BOARD_INSUFFICIENT_MEMORY := \
|
|||||||
hifive1b \
|
hifive1b \
|
||||||
i-nucleo-lrwan1 \
|
i-nucleo-lrwan1 \
|
||||||
mega-xplained \
|
mega-xplained \
|
||||||
|
microduino-corerf \
|
||||||
microbit \
|
microbit \
|
||||||
msb-430 \
|
msb-430 \
|
||||||
msb-430h \
|
msb-430h \
|
||||||
|
@ -11,7 +11,7 @@ BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo arduino-mega2560 \
|
|||||||
arduino-nano arduino-uno chronos \
|
arduino-nano arduino-uno chronos \
|
||||||
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
|
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
|
||||||
wsn430-v1_4 z1 pic32-wifire pic32-clicker \
|
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
|
# Comment this out to disable code in RIOT that does safety checking
|
||||||
# which is not needed in a production environment but helps in the
|
# which is not needed in a production environment but helps in the
|
||||||
|
@ -8,7 +8,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
|||||||
|
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
|
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
|
||||||
arduino-mega2560 arduino-nano arduino-uno \
|
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 \
|
msb-430 msb-430h pic32-clicker pic32-wifire telosb \
|
||||||
waspmote-pro wsn430-v1_3b wsn430-v1_4 z1
|
waspmote-pro wsn430-v1_3b wsn430-v1_4 z1
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ RIOTBASE ?= $(CURDIR)/../..
|
|||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
|
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
|
||||||
arduino-mega2560 arduino-nano \
|
arduino-mega2560 arduino-nano \
|
||||||
arduino-uno chronos hifive1 hifive1b \
|
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
|
pic32-wifire telosb waspmote-pro wsn430-v1_3b wsn430-v1_4 z1
|
||||||
|
|
||||||
# Comment this out to disable code in RIOT that does safety checking
|
# Comment this out to disable code in RIOT that does safety checking
|
||||||
|
@ -7,6 +7,7 @@ BOARD_INSUFFICIENT_MEMORY := \
|
|||||||
chronos \
|
chronos \
|
||||||
i-nucleo-lrwan1 \
|
i-nucleo-lrwan1 \
|
||||||
mega-xplained \
|
mega-xplained \
|
||||||
|
microduino-corerf \
|
||||||
msb-430 \
|
msb-430 \
|
||||||
msb-430h \
|
msb-430h \
|
||||||
nucleo-f030r8 \
|
nucleo-f030r8 \
|
||||||
|
@ -8,6 +8,7 @@ BOARD_INSUFFICIENT_MEMORY := \
|
|||||||
chronos \
|
chronos \
|
||||||
i-nucleo-lrwan1 \
|
i-nucleo-lrwan1 \
|
||||||
mega-xplained \
|
mega-xplained \
|
||||||
|
microduino-corerf \
|
||||||
msb-430 \
|
msb-430 \
|
||||||
msb-430h \
|
msb-430h \
|
||||||
nrf51dk \
|
nrf51dk \
|
||||||
|
Loading…
Reference in New Issue
Block a user