From 67b71118054f2271785bc0b35e1f7bee4e8f95ed Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Thu, 16 Feb 2017 14:05:07 +0100 Subject: [PATCH] tests: add nucleo-f302 to unsufficient memory list --- tests/gnrc_tcp_client/Makefile | 6 +++--- tests/gnrc_tcp_server/Makefile | 6 +++--- tests/lwip/Makefile | 6 +++--- tests/thread_cooperation/Makefile | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tests/gnrc_tcp_client/Makefile b/tests/gnrc_tcp_client/Makefile index cf47660442..3b444f1fcd 100644 --- a/tests/gnrc_tcp_client/Makefile +++ b/tests/gnrc_tcp_client/Makefile @@ -14,9 +14,9 @@ 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 nucleo32-l031 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 + nucleo-f070 nucleo-f072 nucleo-f302 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)/../.. diff --git a/tests/gnrc_tcp_server/Makefile b/tests/gnrc_tcp_server/Makefile index b7c893c97c..9b5bbcd458 100644 --- a/tests/gnrc_tcp_server/Makefile +++ b/tests/gnrc_tcp_server/Makefile @@ -12,9 +12,9 @@ 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 nucleo32-l031 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 + nucleo-f070 nucleo-f072 nucleo-f302 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)/../.. diff --git a/tests/lwip/Makefile b/tests/lwip/Makefile index 7a8dc63709..e49964e3e5 100644 --- a/tests/lwip/Makefile +++ b/tests/lwip/Makefile @@ -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 \ - nucleo32-f031 nucleo-f030 nucleo-f072 nucleo-f334 \ - nucleo-l053 pca10005 stm32f0discovery telosb weio \ - yunjia-nrf51822 z1 + nucleo32-f031 nucleo-f030 nucleo-f072 nucleo-f302 \ + 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_netdev diff --git a/tests/thread_cooperation/Makefile b/tests/thread_cooperation/Makefile index ec8944ddb0..3bef4324bf 100644 --- a/tests/thread_cooperation/Makefile +++ b/tests/thread_cooperation/Makefile @@ -5,8 +5,8 @@ BOARD_INSUFFICIENT_MEMORY := airfy-beacon calliope-mini cc2650stk chronos maple- mbed_lpc1768 microbit msb-430 msb-430h nrf51dongle \ nrf6310 nucleo32-f031 nucleo32-f042 nucleo32-f303 \ nucleo32-l031 nucleo-f030 nucleo-f070 nucleo-f072 \ - nucleo-f103 nucleo-f334 nucleo-l053 nucleo-l073 opencm904 \ - pca10000 pca10005 spark-core stm32f0discovery weio \ + nucleo-f103 nucleo-f302 nucleo-f334 nucleo-l053 nucleo-l073 \ + opencm904 pca10000 pca10005 spark-core stm32f0discovery weio \ yunjia-nrf51822 DISABLE_MODULE += auto_init