From c93b30268b7bfd578746b0b1851a4ec2df447944 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Sun, 20 Oct 2019 15:40:10 +0200 Subject: [PATCH] tests/gnrc_ipv6_nib_6ln: add msb-430* to BOARD_INSUFFICIENT_MEMORY The new fixed code paths with the 6LN/6Lo distinction make this application too big for the given boards --- tests/gnrc_ipv6_nib_6ln/Makefile.ci | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/gnrc_ipv6_nib_6ln/Makefile.ci b/tests/gnrc_ipv6_nib_6ln/Makefile.ci index ea8ae5b6bb..8e2bc5f1da 100644 --- a/tests/gnrc_ipv6_nib_6ln/Makefile.ci +++ b/tests/gnrc_ipv6_nib_6ln/Makefile.ci @@ -6,6 +6,8 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-uno \ chronos \ i-nucleo-lrwan1 \ + msb-430 \ + msb-430h \ nucleo-f030r8 \ nucleo-f031k6 \ nucleo-f042k6 \