From bdb1bc30188e3b7ae65c0d9b708cc95738279c12 Mon Sep 17 00:00:00 2001 From: Jan Mohr Date: Mon, 23 Oct 2023 11:19:58 +0200 Subject: [PATCH] tests/pkg/minmea: exclude boards with small memory --- tests/pkg/minmea/Makefile.ci | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/pkg/minmea/Makefile.ci b/tests/pkg/minmea/Makefile.ci index 7f56168457..8d800e1879 100644 --- a/tests/pkg/minmea/Makefile.ci +++ b/tests/pkg/minmea/Makefile.ci @@ -1,4 +1,6 @@ BOARD_INSUFFICIENT_MEMORY := \ atmega8 \ + nucleo-l011k4 \ + samd10-xmini \ stm32f030f4-demo \ #