From 373b10e18c162742391981a7cea751399ac0f86b Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Wed, 19 Apr 2023 12:54:35 +0200 Subject: [PATCH] tests/riotboot_flashwrite: blacklist GD32V boards --- tests/riotboot_flashwrite/Makefile.ci | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/riotboot_flashwrite/Makefile.ci b/tests/riotboot_flashwrite/Makefile.ci index 693c47e701..399e3f041a 100644 --- a/tests/riotboot_flashwrite/Makefile.ci +++ b/tests/riotboot_flashwrite/Makefile.ci @@ -20,6 +20,8 @@ BOARD_INSUFFICIENT_MEMORY := \ nucleo-l412kb \ saml10-xpro \ saml11-xpro \ + seeedstudio-gd32 \ + sipeed-longan-nano \ slstk3400a \ stk3200 \ stm32f0discovery \