1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

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-uno \
atmega1284p \
atmega256rfr2-xpro \
atmega328p \
avr-rss2 \
derfmega128 \
derfmega256 \
mega-xplained \
microduino-corerf \
saml10-xpro \