From ce338dec3d1e164c1cecf7146ea2a28a4297fa29 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Fri, 12 Jun 2020 13:05:09 +0200 Subject: [PATCH] tests/pkg_cryptoauthlib_internal: blacklist atmega256rfr2 boards The test is right on the edge with these boards, so slight toolchain changes make it overflow the RAM, causing CI issues. --- tests/pkg_cryptoauthlib_internal-tests/Makefile.ci | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/pkg_cryptoauthlib_internal-tests/Makefile.ci b/tests/pkg_cryptoauthlib_internal-tests/Makefile.ci index d544b926b5..3af9d48fa6 100644 --- a/tests/pkg_cryptoauthlib_internal-tests/Makefile.ci +++ b/tests/pkg_cryptoauthlib_internal-tests/Makefile.ci @@ -12,8 +12,11 @@ BOARD_INSUFFICIENT_MEMORY := \ arduino-nano \ arduino-uno \ atmega1284p \ + atmega256rfr2-xpro \ atmega328p \ + avr-rss2 \ derfmega128 \ + derfmega256 \ mega-xplained \ microduino-corerf \ saml10-xpro \