mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
tests,examples: sort BOARD_INSUFFICIENT_MEMORY alphabetically
This commit is contained in:
parent
28ce575c05
commit
ad0f0877cc
@ -13,12 +13,12 @@ BOARD_BLACKLIST := arduino-duemilanove arduino-mega2560 arduino-uno chronos \
|
||||
z1 \
|
||||
nrf52dk # see #6022
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon nrf51dongle nrf6310 nucleo-f103 \
|
||||
nucleo-f334 pca10000 pca10005 spark-core \
|
||||
stm32f0discovery weio yunjia-nrf51822 nucleo-f072 \
|
||||
cc2650stk nucleo-f030 nucleo-f070 microbit \
|
||||
calliope-mini nucleo32-f042 nucleo32-f303 opencm904 \
|
||||
maple-mini nucleo32-f031 nucleo-l073 nucleo-l053
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon calliope-mini cc2650stk maple-mini \
|
||||
microbit nrf51dongle nrf6310 nucleo32-f031 \
|
||||
nucleo32-f042 nucleo32-f303 nucleo-f030 nucleo-f070 \
|
||||
nucleo-f072 nucleo-f103 nucleo-f334 nucleo-l053 \
|
||||
nucleo-l073 opencm904 pca10000 pca10005 spark-core \
|
||||
stm32f0discovery weio yunjia-nrf51822
|
||||
|
||||
# Include packages that pull up and auto-init the link layer.
|
||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||
|
@ -8,9 +8,9 @@ BOARD ?= native
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-mega2560 arduino-uno \
|
||||
chronos msb-430 msb-430h nucleo-f030 nucleo-l053 \
|
||||
nucleo-f070 nucleo-f072 nucleo-f334 nucleo32-f031 \
|
||||
nucleo32-f303 nucleo32-f042 stm32f0discovery telosb \
|
||||
chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
|
||||
nucleo32-f303 nucleo-f030 nucleo-f070 nucleo-f072 \
|
||||
nucleo-f334 nucleo-l053 stm32f0discovery telosb \
|
||||
waspmote-pro weio wsn430-v1_3b wsn430-v1_4 z1
|
||||
|
||||
# Include packages that pull up and auto-init the link layer.
|
||||
|
@ -9,9 +9,9 @@ BOARD ?= native
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo-f334 \
|
||||
stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \
|
||||
z1 nucleo32-f042 nucleo32-f031 nucleo-l053
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
|
||||
nucleo-f030 nucleo-f334 nucleo-l053 stm32f0discovery \
|
||||
telosb weio wsn430-v1_3b wsn430-v1_4 z1
|
||||
|
||||
# Must read nordic_softdevice_ble package before nanocoap package. However,
|
||||
# can't read it explicitly here because it is read later, as a dependency for
|
||||
|
@ -7,13 +7,13 @@ BOARD ?= samr21-xpro
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon cc2650stk maple-mini msb-430 msb-430h pca10000 \
|
||||
pca10005 nrf51dongle nrf6310 nucleo-f103 nucleo-f334 \
|
||||
spark-core stm32f0discovery telosb \
|
||||
weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f072 \
|
||||
nucleo-f030 nucleo-f070 microbit calliope-mini \
|
||||
nucleo32-f042 nucleo32-f303 opencm904 nucleo32-f031 \
|
||||
nucleo-l073 nucleo-l053
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon calliope-mini cc2650stk maple-mini \
|
||||
microbit msb-430 msb-430h nrf51dongle nrf6310 \
|
||||
nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo-f030 \
|
||||
nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f334 \
|
||||
nucleo-l053 nucleo-l073 opencm904 pca10000 pca10005 \
|
||||
spark-core stm32f0discovery telosb weio wsn430-v1_3b \
|
||||
wsn430-v1_4 yunjia-nrf51822 z1
|
||||
|
||||
BOARD_BLACKLIST += mips-malta # No UART available.
|
||||
|
||||
|
@ -7,11 +7,11 @@ BOARD ?= native
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f103 nucleo-f334 \
|
||||
spark-core stm32f0discovery telosb weio \
|
||||
wsn430-v1_3b wsn430-v1_4 z1 nucleo-f072 nucleo-f030 \
|
||||
nucleo-f070 microbit calliope-mini nucleo32-f042 \
|
||||
nucleo32-f303 nucleo32-f031 nucleo-l053
|
||||
BOARD_INSUFFICIENT_MEMORY := calliope-mini chronos microbit msb-430 msb-430h \
|
||||
nucleo32-f031 nucleo32-f042 nucleo32-f303 nucleo-f030 \
|
||||
nucleo-f070 nucleo-f072 nucleo-f103 nucleo-f334 \
|
||||
nucleo-l053 spark-core stm32f0discovery telosb weio \
|
||||
wsn430-v1_3b wsn430-v1_4 z1
|
||||
|
||||
# Include packages that pull up and auto-init the link layer.
|
||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||
|
@ -7,12 +7,12 @@ BOARD ?= native
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \
|
||||
nrf6310 nucleo-f103 nucleo-f334 pca10000 pca10005 \
|
||||
spark-core stm32f0discovery telosb weio wsn430-v1_3b \
|
||||
wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f072 nucleo-f030 \
|
||||
nucleo-f070 microbit calliope-mini nucleo32-f042 \
|
||||
nucleo32-f303 nucleo32-f031 nucleo-l053
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon calliope-mini chronos microbit msb-430 \
|
||||
msb-430h nrf51dongle nrf6310 nucleo32-f031 \
|
||||
nucleo32-f042 nucleo32-f303 nucleo-f030 nucleo-f070 \
|
||||
nucleo-f072 nucleo-f103 nucleo-f334 nucleo-l053 \
|
||||
pca10000 pca10005 spark-core stm32f0discovery telosb \
|
||||
weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
|
||||
|
||||
# Include packages that pull up and auto-init the link layer.
|
||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||
|
@ -7,9 +7,9 @@ BOARD ?= native
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo32-f042 \
|
||||
pca10000 pca10005 stm32f0discovery telosb weio z1 \
|
||||
nucleo32-f031 nucleo-l053
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
|
||||
nucleo-f030 nucleo-l053 pca10000 pca10005 \
|
||||
stm32f0discovery telosb weio z1
|
||||
|
||||
# Include packages that pull up and auto-init the link layer.
|
||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||
|
@ -7,8 +7,8 @@ BOARD ?= native
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f030 nucleo32-f042 \
|
||||
stm32f0discovery telosb weio nucleo32-f031 nucleo-l053
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
|
||||
nucleo-f030 nucleo-l053 stm32f0discovery telosb weio
|
||||
|
||||
# blacklist this until #6022 is sorted out
|
||||
BOARD_BLACKLIST := nrf52dk
|
||||
|
@ -7,11 +7,11 @@ BOARD ?= native
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle nrf6310 \
|
||||
nucleo-f334 pca10000 pca10005 stm32f0discovery telosb weio \
|
||||
wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f072 \
|
||||
nucleo-f030 nucleo-f070 nucleo32-f042 nucleo32-f031 \
|
||||
nucleo-l053
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos msb-430 msb-430h nrf51dongle \
|
||||
nrf6310 nucleo32-f031 nucleo32-f042 nucleo-f030 \
|
||||
nucleo-f070 nucleo-f072 nucleo-f334 nucleo-l053 \
|
||||
pca10000 pca10005 stm32f0discovery telosb weio \
|
||||
wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
|
||||
|
||||
# Include packages that pull up and auto-init the link layer.
|
||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||
|
@ -6,7 +6,7 @@ BOARD ?= native
|
||||
|
||||
# stm32f0discovery objects are too big with ARM Embedded Toolchain v4.9.3 20141119
|
||||
# (used currently by travis)
|
||||
BOARD_INSUFFICIENT_MEMORY=stm32f0discovery weio nucleo32-f042 nucleo32-f031
|
||||
BOARD_INSUFFICIENT_MEMORY= nucleo32-f031 nucleo32-f042 stm32f0discovery weio
|
||||
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
@ -1,7 +1,8 @@
|
||||
APPLICATION = bloom_bytes
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h telosb wsn430-v1_3b \
|
||||
wsn430-v1_4 z1
|
||||
|
||||
USEMODULE += hashes
|
||||
USEMODULE += bloom
|
||||
|
@ -3,9 +3,10 @@ include ../Makefile.tests_common
|
||||
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f334 stm32f0discovery telosb \
|
||||
weio wsn430-v1_3b wsn430-v1_4 z1 nucleo-f030 nucleo-f070 \
|
||||
nucleo32-f042 nucleo32-f031 nucleo-l053
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
|
||||
nucleo-f030 nucleo-f070 nucleo-f334 nucleo-l053 \
|
||||
stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \
|
||||
z1
|
||||
|
||||
USEMODULE += gnrc_netdev_default
|
||||
USEMODULE += auto_init_gnrc_netif
|
||||
|
@ -8,7 +8,7 @@ include ../Makefile.tests_common
|
||||
# Debian jessie libstdc++-arm-none-eabi-newlib-4.8.3-9+4 works fine, though.
|
||||
# Remove this line if Travis is upgraded to a different toolchain which does
|
||||
# not pull in all C++ locale code whenever exceptions are used.
|
||||
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery spark-core nucleo-f334
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo-f334 spark-core stm32f0discovery
|
||||
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
@ -8,7 +8,7 @@ include ../Makefile.tests_common
|
||||
# Debian jessie libstdc++-arm-none-eabi-newlib-4.8.3-9+4 works fine, though.
|
||||
# Remove this line if Travis is upgraded to a different toolchain which does
|
||||
# not pull in all C++ locale code whenever exceptions are used.
|
||||
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery spark-core nucleo-f334
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo-f334 spark-core stm32f0discovery
|
||||
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
@ -8,7 +8,7 @@ include ../Makefile.tests_common
|
||||
# Debian jessie libstdc++-arm-none-eabi-newlib-4.8.3-9+4 works fine, though.
|
||||
# Remove this line if Travis is upgraded to a different toolchain which does
|
||||
# not pull in all C++ locale code whenever exceptions are used.
|
||||
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery spark-core nucleo-f334
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo-f334 spark-core stm32f0discovery
|
||||
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
@ -3,8 +3,8 @@ include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_spi periph_gpio
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := msb-430h nucleo-f334 stm32f0discovery telosb \
|
||||
weio z1 msb-430 nucleo-l053
|
||||
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-f334 nucleo-l053 \
|
||||
stm32f0discovery telosb weio z1
|
||||
|
||||
USEMODULE += gnrc_netdev2
|
||||
USEMODULE += gnrc_netdev_default
|
||||
|
@ -3,8 +3,8 @@ include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_spi periph_gpio
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h stm32f0discovery telosb weio z1 \
|
||||
nucleo-l053
|
||||
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-l053 stm32f0discovery telosb \
|
||||
weio z1
|
||||
|
||||
USEMODULE += gnrc_netdev2
|
||||
USEMODULE += gnrc_netdev_default
|
||||
|
@ -3,7 +3,7 @@ include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_spi periph_gpio
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery nucleo-f334 weio nucleo-l053
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo-f334 nucleo-l053 stm32f0discovery weio
|
||||
|
||||
USEMODULE += auto_init_gnrc_netif
|
||||
USEMODULE += gnrc_netdev_default
|
||||
|
@ -3,8 +3,8 @@ include ../Makefile.tests_common
|
||||
|
||||
FEATURES_REQUIRED = periph_uart periph_gpio
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo-f030 nucleo-f334 stm32f0discovery weio \
|
||||
nucleo32-f042 nucleo32-f031
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-f334 \
|
||||
stm32f0discovery weio
|
||||
|
||||
USEMODULE += xbee
|
||||
USEMODULE += gnrc_netif
|
||||
|
@ -7,8 +7,8 @@ FEATURES_REQUIRED = periph_gpio periph_spi # for at86rf231
|
||||
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h stm32f0discovery telosb weio z1 \
|
||||
wsn430-v1_3b wsn430-v1_4 nucleo-l053
|
||||
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-l053 stm32f0discovery telosb \
|
||||
weio wsn430-v1_3b wsn430-v1_4 z1
|
||||
|
||||
USEPKG += emb6
|
||||
|
||||
|
@ -5,11 +5,11 @@ include ../Makefile.tests_common
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 maple-mini msb-430h \
|
||||
nrf51dongle nrf6310 nucleo-f103 nucleo-f334 pca10000 pca10005 \
|
||||
spark-core stm32f0discovery telosb weio wsn430-v1_3b \
|
||||
wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f030 nucleo32-f042 \
|
||||
nucleo32-f031 nucleo-l053
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \
|
||||
nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \
|
||||
nucleo-f030 nucleo-f103 nucleo-f334 nucleo-l053 \
|
||||
pca10000 pca10005 spark-core stm32f0discovery telosb \
|
||||
weio wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
|
||||
|
||||
# Include packages that pull up and auto-init the link layer.
|
||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||
|
@ -5,11 +5,12 @@ include ../Makefile.tests_common
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h nrf51dongle \
|
||||
nrf6310 nucleo-f103 nucleo-f334 pca10000 pca10005 spark-core \
|
||||
stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \
|
||||
yunjia-nrf51822 z1 nucleo-f030 nucleo-f070 nucleo32-f042 \
|
||||
nucleo32-f031 nucleo-l053
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h \
|
||||
nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \
|
||||
nucleo-f030 nucleo-f070 nucleo-f103 nucleo-f334 \
|
||||
nucleo-l053 pca10000 pca10005 spark-core \
|
||||
stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \
|
||||
yunjia-nrf51822 z1
|
||||
|
||||
# Include packages that pull up and auto-init the link layer.
|
||||
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
|
||||
|
@ -3,7 +3,7 @@ include ../Makefile.tests_common
|
||||
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f042 nucleo32-f031
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042
|
||||
|
||||
USEMODULE += gnrc_sock_check_reuse
|
||||
USEMODULE += gnrc_sock_udp
|
||||
|
@ -10,14 +10,13 @@ TCP_TARGET_PORT ?= 80
|
||||
TCP_TEST_CYCLES ?= 10
|
||||
|
||||
# Mark Boards with insufficient memory
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560\
|
||||
arduino-uno calliope-mini chronos microbit sb-430\
|
||||
sb-430h nrf51dongle nrf6310 nucleo-f030\
|
||||
nucleo32-f042 nucleo-f070 nucleo-f072 nucleo32-f303\
|
||||
nucleo-f334 pca10000 pca10005 stm32f0discovery\
|
||||
telosb weio wsn430-v1_3b wsn430-v1_4\
|
||||
yunjia-nrf51822 z1 msb-430 msb-430h nucleo32-f031\
|
||||
nucleo-l053
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
|
||||
arduino-uno calliope-mini chronos microbit msb-430 \
|
||||
msb-430h nrf51dongle nrf6310 nucleo32-f031 \
|
||||
nucleo32-f042 nucleo32-f303 nucleo-f030 nucleo-f070 \
|
||||
nucleo-f072 nucleo-f334 nucleo-l053 pca10000 pca10005 \
|
||||
sb-430 sb-430h stm32f0discovery telosb weio \
|
||||
wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
|
||||
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
@ -8,14 +8,13 @@ PORT ?= tap0
|
||||
TCP_LOCAL_PORT ?= 80
|
||||
|
||||
# Mark Boards with insufficient memory
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560\
|
||||
arduino-uno calliope-mini chronos microbit sb-430\
|
||||
sb-430h nrf51dongle nrf6310 nucleo-f030\
|
||||
nucleo32-f042 nucleo-f070 nucleo-f072 nucleo32-f303\
|
||||
nucleo-f334 pca10000 pca10005 stm32f0discovery\
|
||||
telosb weio wsn430-v1_3b wsn430-v1_4\
|
||||
yunjia-nrf51822 z1 msb-430 msb-430h nucleo32-f031\
|
||||
nucleo-l053
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
|
||||
arduino-uno calliope-mini chronos microbit msb-430 \
|
||||
msb-430h nrf51dongle nrf6310 nucleo32-f031 \
|
||||
nucleo32-f042 nucleo32-f303 nucleo-f030 nucleo-f070 \
|
||||
nucleo-f072 nucleo-f334 nucleo-l053 pca10000 pca10005 \
|
||||
sb-430 sb-430h stm32f0discovery telosb weio \
|
||||
wsn430-v1_3b wsn430-v1_4 yunjia-nrf51822 z1
|
||||
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
@ -8,7 +8,7 @@ BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove
|
||||
# The MSP boards don't feature round(), exp(), and log(), which are used in the unittests
|
||||
BOARD_BLACKLIST += chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := weio nucleo32-f042 nucleo32-f031
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 weio
|
||||
|
||||
USEMODULE += libfixmath-unittests
|
||||
|
||||
|
@ -8,9 +8,9 @@ RIOTBASE ?= $(CURDIR)/../..
|
||||
BOARD_BLACKLIST := arduino-mega2560 msb-430h telosb waspmote-pro z1 arduino-uno \
|
||||
arduino-duemilanove msb-430 wsn430-v1_4 wsn430-v1_3b
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-mega2560 msb-430h nrf6310 \
|
||||
nucleo-f334 pca10005 stm32f0discovery telosb \
|
||||
weio yunjia-nrf51822 z1 nucleo-f030 nucleo-f072 \
|
||||
nucleo32-f031 nucleo-l053
|
||||
nucleo32-f031 nucleo-f030 nucleo-f072 nucleo-f334 \
|
||||
nucleo-l053 pca10005 stm32f0discovery telosb weio \
|
||||
yunjia-nrf51822 z1
|
||||
|
||||
# including lwip_ipv6_mld would currently break this test on at86rf2xx radios
|
||||
USEMODULE += lwip lwip_ipv6_autoconfig lwip_conn_ip lwip_netdev2
|
||||
|
@ -6,8 +6,8 @@ include ../Makefile.tests_common
|
||||
BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \
|
||||
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
|
||||
wsn430-v1_4 z1
|
||||
BOARD_INSUFFICIENT_MEMORY = nucleo-f030 nucleo32-f042 nucleo-f334 \
|
||||
stm32f0discovery weio nucleo32-f031 nucleo-l053
|
||||
BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-f334 \
|
||||
nucleo-l053 stm32f0discovery weio
|
||||
|
||||
LWIP_IPV4 ?= 0
|
||||
|
||||
|
@ -7,7 +7,7 @@ include ../Makefile.tests_common
|
||||
BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \
|
||||
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
|
||||
wsn430-v1_4 z1
|
||||
BOARD_INSUFFICIENT_MEMORY = nucleo-f030 nucleo32-f031 nucleo32-f042 nucleo-f334 \
|
||||
BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-f334 \
|
||||
nucleo-l053 stm32f0discovery weio
|
||||
|
||||
LWIP_IPV4 ?= 0
|
||||
|
@ -7,7 +7,7 @@ include ../Makefile.tests_common
|
||||
BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \
|
||||
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
|
||||
wsn430-v1_4 z1
|
||||
BOARD_INSUFFICIENT_MEMORY = nucleo32-f042 nucleo-f030 nucleo32-f031 nucleo-f042 \
|
||||
BOARD_INSUFFICIENT_MEMORY = nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-f042 \
|
||||
nucleo-f334 nucleo-l053 stm32f0discovery weio
|
||||
|
||||
LWIP_IPV4 ?= 0
|
||||
|
@ -1,8 +1,8 @@
|
||||
APPLICATION = mutex_order
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery weio nucleo-f030 nucleo32-f042 nucleo32-f031 \
|
||||
nucleo-l053
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-l053 \
|
||||
stm32f0discovery weio
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
|
@ -4,8 +4,8 @@ include ../Makefile.tests_common
|
||||
BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb \
|
||||
wsn430-v1_3b wsn430-v1_4 z1 waspmote-pro arduino-uno \
|
||||
arduino-duemilanove
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo-f334 stm32f0discovery weio nucleo-f030 \
|
||||
nucleo32-f042 nucleo32-f031 nucleo-l053
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-f334 \
|
||||
nucleo-l053 stm32f0discovery weio
|
||||
|
||||
USEMODULE += gnrc_ipv6
|
||||
USEMODULE += gnrc_sock_udp
|
||||
|
@ -4,9 +4,10 @@ include ../Makefile.tests_common
|
||||
# msp430 and avr have problems with int width and libcoaps usage of :x notation in structs
|
||||
BOARD_BLACKLIST := arduino-mega2560 chronos msb-430 msb-430h telosb wsn430-v1_3b \
|
||||
wsn430-v1_4 z1 waspmote-pro arduino-uno arduino-duemilanove
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f334 nucleo-f030 \
|
||||
stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 z1 \
|
||||
nucleo-f070 nucleo32-f042 nucleo32-f031 nucleo-l053
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
|
||||
nucleo-f030 nucleo-f070 nucleo-f334 nucleo-l053 \
|
||||
stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \
|
||||
z1
|
||||
|
||||
USEMODULE += gnrc_ipv6
|
||||
USEMODULE += gnrc_sock_udp
|
||||
|
@ -1,10 +1,10 @@
|
||||
APPLICATION = posix_semaphore
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h mbed_lpc1768 chronos stm32f0discovery \
|
||||
pca10000 pca10005 weio yunjia-nrf51822 nrf6310 spark-core \
|
||||
nucleo-f334 nucleo-f030 nucleo32-f042 nucleo32-f031 \
|
||||
nucleo-l053
|
||||
BOARD_INSUFFICIENT_MEMORY := chronos mbed_lpc1768 msb-430 msb-430h nrf6310 \
|
||||
nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-f334 \
|
||||
nucleo-l053 pca10000 pca10005 spark-core \
|
||||
stm32f0discovery weio yunjia-nrf51822
|
||||
|
||||
USEMODULE += fmt
|
||||
USEMODULE += posix_semaphore
|
||||
|
@ -6,7 +6,7 @@ BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove
|
||||
# arduino mega2560 uno duemilanove: unknown type name: clockid_t
|
||||
|
||||
# exclude boards with insufficient memory
|
||||
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery
|
||||
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery
|
||||
|
||||
# Modules to include.
|
||||
USEMODULE += pthread
|
||||
|
@ -4,7 +4,7 @@ include ../Makefile.tests_common
|
||||
BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove
|
||||
# arduino mega2560 uno duemilanove: unknown type name: clockid_t
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery nucleo32-f031
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 stm32f0discovery
|
||||
|
||||
USEMODULE += posix
|
||||
USEMODULE += pthread
|
||||
|
@ -10,9 +10,9 @@ USEMODULE += random
|
||||
|
||||
CFLAGS += -DNATIVE_AUTO_EXIT
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY += chronos mbed_lpc1768 msb-430 msb-430h stm32f0discovery \
|
||||
pca10000 pca10005 yunjia-nrf51822 spark-core nucleo-f334 \
|
||||
airfy-beacon nrf51dongle nrf6310 weio nucleo-f030 \
|
||||
nucleo32-f042 nucleo32-f031 nucleo-l053
|
||||
BOARD_INSUFFICIENT_MEMORY += airfy-beacon chronos mbed_lpc1768 msb-430 msb-430h \
|
||||
nrf51dongle nrf6310 nucleo32-f031 nucleo32-f042 \
|
||||
nucleo-f030 nucleo-f334 nucleo-l053 pca10000 pca10005 \
|
||||
spark-core stm32f0discovery weio yunjia-nrf51822
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
@ -1,8 +1,8 @@
|
||||
APPLICATION = rmutex
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery weio nucleo-f030 nucleo32-f031 \
|
||||
nucleo32-f042 nucleo-l053
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 nucleo-f030 nucleo-l053 \
|
||||
stm32f0discovery weio
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
APPLICATION = driver_slip
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo-f334 stm32f0discovery weio \
|
||||
nucleo-f030 nucleo32-f042 nucleo32-f031 nucleo-l053
|
||||
BOARD_INSUFFICIENT_MEMORY := msb-430 msb-430h nucleo32-f031 nucleo32-f042 \
|
||||
nucleo-f030 nucleo-f334 nucleo-l053 stm32f0discovery \
|
||||
weio
|
||||
|
||||
BOARD_BLACKLIST += mips-malta
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
APPLICATION = thread_cooperation
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := cc2650stk chronos maple-mini msb-430 msb-430h \
|
||||
mbed_lpc1768 stm32f0discovery pca10000 pca10005 \
|
||||
yunjia-nrf51822 spark-core airfy-beacon nucleo-f103 \
|
||||
nucleo-f334 nrf51dongle nrf6310 weio nucleo-f072 \
|
||||
nucleo-f030 nucleo-f070 microbit calliope-mini \
|
||||
nucleo32-f042 nucleo32-f303 opencm904 nucleo32-f031 \
|
||||
nucleo-l073 nucleo-l053
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon calliope-mini cc2650stk chronos maple-mini \
|
||||
mbed_lpc1768 microbit msb-430 msb-430h nrf51dongle \
|
||||
nrf6310 nucleo32-f031 nucleo32-f042 nucleo32-f303 \
|
||||
nucleo-f030 nucleo-f070 nucleo-f072 nucleo-f103 \
|
||||
nucleo-f334 nucleo-l053 nucleo-l073 opencm904 pca10000 \
|
||||
pca10005 spark-core stm32f0discovery weio \
|
||||
yunjia-nrf51822
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
APPLICATION = thread_msg
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery nucleo32-f042 nucleo32-f031
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 stm32f0discovery
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
APPLICATION = thread_msg_seq
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery nucleo32-f042 nucleo32-f031
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042 stm32f0discovery
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
|
@ -1,20 +1,18 @@
|
||||
APPLICATION = unittests
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon cc2650stk chronos ek-lm4f120xl \
|
||||
maple-mini msb-430 msb-430h pca10000 \
|
||||
pca10005 spark-core stm32f0discovery stm32f3discovery \
|
||||
telosb wsn430-v1_3b wsn430-v1_4 z1 nucleo-f103 \
|
||||
nucleo-f334 yunjia-nrf51822 samr21-xpro \
|
||||
arduino-mega2560 airfy-beacon nrf51dongle nrf6310 \
|
||||
weio waspmote-pro nucleo-f072 arduino-uno \
|
||||
arduino-duemilanove sodaq-autonomo arduino-zero \
|
||||
nucleo-f030 nucleo-f070 nucleo-f091 pba-d-01-kw2x \
|
||||
saml21-xpro microbit calliope-mini limifrog-v1 \
|
||||
slwstk6220a ek-lm4f120xl stm32f3discovery \
|
||||
slwstk6220a nucleo32-f042 nucleo32-f303 opencm904 \
|
||||
seeeduino_arch-pro remote-pa remote-revb remote-reva \
|
||||
nucleo32-f031 nucleo-l073 nucleo-l053
|
||||
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560 \
|
||||
arduino-uno arduino-zero calliope-mini cc2650stk \
|
||||
chronos ek-lm4f120xl limifrog-v1 maple-mini microbit \
|
||||
msb-430 msb-430h nrf51dongle nrf6310 nucleo32-f031 \
|
||||
nucleo32-f042 nucleo32-f303 nucleo-f030 nucleo-f070 \
|
||||
nucleo-f072 nucleo-f091 nucleo-f103 nucleo-f334 \
|
||||
nucleo-l053 nucleo-l073 opencm904 pba-d-01-kw2x \
|
||||
pca10000 pca10005 remote-pa remote-reva remote-revb \
|
||||
saml21-xpro samr21-xpro seeeduino_arch-pro slwstk6220a \
|
||||
sodaq-autonomo spark-core stm32f0discovery \
|
||||
stm32f3discovery telosb waspmote-pro weio wsn430-v1_3b \
|
||||
wsn430-v1_4 yunjia-nrf51822 z1
|
||||
|
||||
USEMODULE += embunit
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
APPLICATION = xtimer_drift
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f042 nucleo32-f031
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042
|
||||
|
||||
USEMODULE += xtimer
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
APPLICATION = xtimer_longterm
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f042 nucleo32-f031
|
||||
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031 nucleo32-f042
|
||||
|
||||
USEMODULE += xtimer
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user