From 5e491513b1b238859a6247badc4a2ebf02542808 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Fri, 17 Nov 2017 16:08:20 +0100 Subject: [PATCH] tests: add bluepill to gnrc_netif's insufficient memory list --- tests/gnrc_netif/Makefile | 2 +- tests/gnrc_netif2/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/gnrc_netif/Makefile b/tests/gnrc_netif/Makefile index 929b403d35..fed8a22552 100644 --- a/tests/gnrc_netif/Makefile +++ b/tests/gnrc_netif/Makefile @@ -2,7 +2,7 @@ APPLICATION = gnrc_ipv6_nib include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 calliope-mini \ +BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini \ cc2650-launchpad cc2650stk chronos maple-mini \ microbit msb-430 msb-430h nrf51dongle nrf6310 \ nucleo-f030 nucleo-f070 nucleo-f072 nucleo-f103 \ diff --git a/tests/gnrc_netif2/Makefile b/tests/gnrc_netif2/Makefile index 929b403d35..fed8a22552 100644 --- a/tests/gnrc_netif2/Makefile +++ b/tests/gnrc_netif2/Makefile @@ -2,7 +2,7 @@ APPLICATION = gnrc_ipv6_nib include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 calliope-mini \ +BOARD_INSUFFICIENT_MEMORY := airfy-beacon b-l072z-lrwan1 bluepill calliope-mini \ cc2650-launchpad cc2650stk chronos maple-mini \ microbit msb-430 msb-430h nrf51dongle nrf6310 \ nucleo-f030 nucleo-f070 nucleo-f072 nucleo-f103 \