Skip to content
Snippets Groups Projects
Commit 77df65e9 authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

tests: add nucleo32-f031 to unsufficient memory boards

parent a4f3a9ef
Branches
No related tags found
No related merge requests found
Showing
with 31 additions and 14 deletions
...@@ -5,7 +5,7 @@ RIOTBASE ?= $(CURDIR)/../.. ...@@ -5,7 +5,7 @@ RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f334 stm32f0discovery telosb \ BOARD_INSUFFICIENT_MEMORY := chronos msb-430 msb-430h nucleo-f334 stm32f0discovery telosb \
weio wsn430-v1_3b wsn430-v1_4 z1 nucleo-f030 nucleo-f070 \ weio wsn430-v1_3b wsn430-v1_4 z1 nucleo-f030 nucleo-f070 \
nucleo32-f042 nucleo32-f042 nucleo32-f031
USEMODULE += gnrc_netdev_default USEMODULE += gnrc_netdev_default
USEMODULE += auto_init_gnrc_netif USEMODULE += auto_init_gnrc_netif
......
APPLICATION = driver_pir APPLICATION = driver_pir
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
FEATURES_REQUIRED = periph_gpio FEATURES_REQUIRED = periph_gpio
USEMODULE += pir USEMODULE += pir
......
...@@ -4,7 +4,7 @@ include ../Makefile.tests_common ...@@ -4,7 +4,7 @@ include ../Makefile.tests_common
FEATURES_REQUIRED = periph_uart periph_gpio FEATURES_REQUIRED = periph_uart periph_gpio
BOARD_INSUFFICIENT_MEMORY := nucleo-f030 nucleo-f334 stm32f0discovery weio \ BOARD_INSUFFICIENT_MEMORY := nucleo-f030 nucleo-f334 stm32f0discovery weio \
nucleo32-f042 nucleo32-f042 nucleo32-f031
USEMODULE += xbee USEMODULE += xbee
USEMODULE += gnrc_netif USEMODULE += gnrc_netif
......
...@@ -8,7 +8,8 @@ RIOTBASE ?= $(CURDIR)/../.. ...@@ -8,7 +8,8 @@ RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 maple-mini msb-430h \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 maple-mini msb-430h \
nrf51dongle nrf6310 nucleo-f103 nucleo-f334 pca10000 pca10005 \ nrf51dongle nrf6310 nucleo-f103 nucleo-f334 pca10000 pca10005 \
spark-core stm32f0discovery telosb weio wsn430-v1_3b \ spark-core stm32f0discovery telosb weio wsn430-v1_3b \
wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f030 nucleo32-f042 wsn430-v1_4 yunjia-nrf51822 z1 nucleo-f030 nucleo32-f042 \
nucleo32-f031
# Include packages that pull up and auto-init the link layer. # Include packages that pull up and auto-init the link layer.
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
......
...@@ -8,7 +8,8 @@ RIOTBASE ?= $(CURDIR)/../.. ...@@ -8,7 +8,8 @@ RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h nrf51dongle \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon chronos maple-mini msb-430 msb-430h nrf51dongle \
nrf6310 nucleo-f103 nucleo-f334 pca10000 pca10005 spark-core \ nrf6310 nucleo-f103 nucleo-f334 pca10000 pca10005 spark-core \
stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \ stm32f0discovery telosb weio wsn430-v1_3b wsn430-v1_4 \
yunjia-nrf51822 z1 nucleo-f030 nucleo-f070 nucleo32-f042 yunjia-nrf51822 z1 nucleo-f030 nucleo-f070 nucleo32-f042 \
nucleo32-f031
# Include packages that pull up and auto-init the link layer. # Include packages that pull up and auto-init the link layer.
# NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present # NOTE: 6LoWPAN will be included if IEEE802.15.4 devices are present
......
APPLICATION = gnrc_sock_ip APPLICATION = gnrc_sock_ip
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..
USEMODULE += gnrc_sock_ip USEMODULE += gnrc_sock_ip
......
...@@ -3,7 +3,7 @@ include ../Makefile.tests_common ...@@ -3,7 +3,7 @@ include ../Makefile.tests_common
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..
BOARD_INSUFFICIENT_MEMORY := nucleo32-f042 BOARD_INSUFFICIENT_MEMORY := nucleo32-f042 nucleo32-f031
USEMODULE += gnrc_sock_check_reuse USEMODULE += gnrc_sock_check_reuse
USEMODULE += gnrc_sock_udp USEMODULE += gnrc_sock_udp
......
...@@ -16,7 +16,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560\ ...@@ -16,7 +16,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560\
nucleo32-f042 nucleo-f070 nucleo-f072 nucleo32-f303\ nucleo32-f042 nucleo-f070 nucleo-f072 nucleo32-f303\
nucleo-f334 pca10000 pca10005 stm32f0discovery\ nucleo-f334 pca10000 pca10005 stm32f0discovery\
telosb weio wsn430-v1_3b wsn430-v1_4\ telosb weio wsn430-v1_3b wsn430-v1_4\
yunjia-nrf51822 z1 msb-430 msb-430h yunjia-nrf51822 z1 msb-430 msb-430h nucleo32-f031
# This has to be the absolute path to the RIOT base directory: # This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..
......
...@@ -14,7 +14,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560\ ...@@ -14,7 +14,7 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-duemilanove arduino-mega2560\
nucleo32-f042 nucleo-f070 nucleo-f072 nucleo32-f303\ nucleo32-f042 nucleo-f070 nucleo-f072 nucleo32-f303\
nucleo-f334 pca10000 pca10005 stm32f0discovery\ nucleo-f334 pca10000 pca10005 stm32f0discovery\
telosb weio wsn430-v1_3b wsn430-v1_4\ telosb weio wsn430-v1_3b wsn430-v1_4\
yunjia-nrf51822 z1 msb-430 msb-430h yunjia-nrf51822 z1 msb-430 msb-430h nucleo32-f031
# This has to be the absolute path to the RIOT base directory: # This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../.. RIOTBASE ?= $(CURDIR)/../..
......
APPLICATION = irq APPLICATION = irq
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
USEMODULE += auto_init USEMODULE += auto_init
USEMODULE += xtimer USEMODULE += xtimer
......
...@@ -8,7 +8,7 @@ BOARD_BLACKLIST := arduino-mega2560 waspmote-pro arduino-uno arduino-duemilanove ...@@ -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 # 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_BLACKLIST += chronos msb-430 msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1
BOARD_INSUFFICIENT_MEMORY := weio nucleo32-f042 BOARD_INSUFFICIENT_MEMORY := weio nucleo32-f042 nucleo32-f031
USEMODULE += libfixmath-unittests USEMODULE += libfixmath-unittests
......
...@@ -9,7 +9,8 @@ BOARD_BLACKLIST := arduino-mega2560 msb-430h telosb waspmote-pro z1 arduino-uno ...@@ -9,7 +9,8 @@ BOARD_BLACKLIST := arduino-mega2560 msb-430h telosb waspmote-pro z1 arduino-uno
arduino-duemilanove msb-430 wsn430-v1_4 wsn430-v1_3b arduino-duemilanove msb-430 wsn430-v1_4 wsn430-v1_3b
BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-mega2560 msb-430h nrf6310 \ BOARD_INSUFFICIENT_MEMORY := airfy-beacon arduino-mega2560 msb-430h nrf6310 \
nucleo-f334 pca10005 stm32f0discovery telosb \ nucleo-f334 pca10005 stm32f0discovery telosb \
weio yunjia-nrf51822 z1 nucleo-f030 nucleo-f072 weio yunjia-nrf51822 z1 nucleo-f030 nucleo-f072 \
nucleo32-f031
# including lwip_ipv6_mld would currently break this test on at86rf2xx radios # including lwip_ipv6_mld would currently break this test on at86rf2xx radios
USEMODULE += lwip lwip_ipv6_autoconfig lwip_conn_ip lwip_netdev2 USEMODULE += lwip lwip_ipv6_autoconfig lwip_conn_ip lwip_netdev2
......
...@@ -7,7 +7,7 @@ BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \ ...@@ -7,7 +7,7 @@ BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 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 wsn430-v1_4 z1
BOARD_INSUFFICIENT_MEMORY = nucleo-f030 nucleo32-f042 nucleo-f334 \ BOARD_INSUFFICIENT_MEMORY = nucleo-f030 nucleo32-f042 nucleo-f334 \
stm32f0discovery weio stm32f0discovery weio nucleo32-f031
LWIP_IPV4 ?= 0 LWIP_IPV4 ?= 0
......
...@@ -7,7 +7,7 @@ include ../Makefile.tests_common ...@@ -7,7 +7,7 @@ include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \ BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 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 wsn430-v1_4 z1
BOARD_INSUFFICIENT_MEMORY = nucleo-f030 nucleo32-f042 nucleo-f334 \ BOARD_INSUFFICIENT_MEMORY = nucleo-f030 nucleo32-f031 nucleo32-f042 nucleo-f334 \
stm32f0discovery weio stm32f0discovery weio
LWIP_IPV4 ?= 0 LWIP_IPV4 ?= 0
......
...@@ -7,8 +7,8 @@ include ../Makefile.tests_common ...@@ -7,8 +7,8 @@ include ../Makefile.tests_common
BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 chronos \ BOARD_BLACKLIST := arduino-uno arduino-duemilanove arduino-mega2560 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 wsn430-v1_4 z1
BOARD_INSUFFICIENT_MEMORY = nucleo32-f042 nucleo-f030 nucleo-f042 nucleo-f334 \ BOARD_INSUFFICIENT_MEMORY = nucleo32-f042 nucleo-f030 nucleo32-f031 nucleo-f042 \
stm32f0discovery weio nucleo-f334 stm32f0discovery weio
LWIP_IPV4 ?= 0 LWIP_IPV4 ?= 0
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
APPLICATION = msg_send_receive APPLICATION = msg_send_receive
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
test: test:
......
APPLICATION = msg_try_receive APPLICATION = msg_try_receive
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
APPLICATION = mutex_order APPLICATION = mutex_order
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := stm32f0discovery weio nucleo-f030 nucleo32-f042 BOARD_INSUFFICIENT_MEMORY := stm32f0discovery weio nucleo-f030 nucleo32-f042 nucleo32-f031
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
APPLICATION = mutex_unlock_and_sleep APPLICATION = mutex_unlock_and_sleep
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
DISABLE_MODULE += auto_init DISABLE_MODULE += auto_init
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
APPLICATION = netdev2_test APPLICATION = netdev2_test
include ../Makefile.tests_common include ../Makefile.tests_common
BOARD_INSUFFICIENT_MEMORY := nucleo32-f031
DISABLE_MODULE = auto_init DISABLE_MODULE = auto_init
FEATURES_REQUIRED += periph_timer # xtimer required for this application FEATURES_REQUIRED += periph_timer # xtimer required for this application
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment