From 8845bee858588c007130d85aa97feb234ae008f0 Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Tue, 21 Feb 2023 14:39:19 +0100 Subject: [PATCH] tests/pkg_wolfssl: blacklist GD32V boards --- tests/pkg_wolfssl/Makefile.ci | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/pkg_wolfssl/Makefile.ci b/tests/pkg_wolfssl/Makefile.ci index c024a2bf5e..91ed249852 100644 --- a/tests/pkg_wolfssl/Makefile.ci +++ b/tests/pkg_wolfssl/Makefile.ci @@ -15,6 +15,8 @@ BOARD_INSUFFICIENT_MEMORY := \ samd10-xmini \ saml10-xpro \ saml11-xpro \ + seeedstudio-gd32 \ + sipeed-longan-nano \ slstk3400a \ spark-core \ stk3200 \