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.
This commit is contained in:
Benjamin Valentin 2020-06-12 13:05:09 +02:00
parent 97fa42c329
commit ce338dec3d

View File

@ -12,8 +12,11 @@ BOARD_INSUFFICIENT_MEMORY := \
arduino-nano \ arduino-nano \
arduino-uno \ arduino-uno \
atmega1284p \ atmega1284p \
atmega256rfr2-xpro \
atmega328p \ atmega328p \
avr-rss2 \
derfmega128 \ derfmega128 \
derfmega256 \
mega-xplained \ mega-xplained \
microduino-corerf \ microduino-corerf \
saml10-xpro \ saml10-xpro \