From 37debfd655fb1953b5a12804178d2a729ef97d6c Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Thu, 5 Sep 2019 12:36:07 +0200 Subject: [PATCH] tests/heap_cmd: blacklist arduino-nano due to memory limit --- tests/heap_cmd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/heap_cmd/Makefile b/tests/heap_cmd/Makefile index a908d294be..978d914bd7 100644 --- a/tests/heap_cmd/Makefile +++ b/tests/heap_cmd/Makefile @@ -1,6 +1,6 @@ include ../Makefile.tests_common -BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno +BOARD_INSUFFICIENT_MEMORY := arduino-duemilanove arduino-uno arduino-nano USEMODULE += heap_cmd USEMODULE += shell