From 5536f1afc57d63d8146c3f5e83ba6643561bc62d Mon Sep 17 00:00:00 2001 From: Koen Zandberg Date: Fri, 21 Aug 2020 10:50:20 +0200 Subject: [PATCH] tests/pkg_fatfs_vfs: blacklist nucleo-l031k6 Adding the extra prints to the hard fault handler bumped this test over the available ROM for this board --- tests/pkg_fatfs_vfs/Makefile.ci | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pkg_fatfs_vfs/Makefile.ci b/tests/pkg_fatfs_vfs/Makefile.ci index 41426e51ea..6d2b8ddac4 100644 --- a/tests/pkg_fatfs_vfs/Makefile.ci +++ b/tests/pkg_fatfs_vfs/Makefile.ci @@ -8,6 +8,7 @@ BOARD_INSUFFICIENT_MEMORY := \ msb-430h \ nucleo-f031k6 \ nucleo-f042k6 \ + nucleo-l031k6 \ stm32f030f4-demo \ telosb \ z1 \