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

tests/sys_crypto: Blacklist atmega1284p

This commit is contained in:
Marian Buschsieweke 2019-11-19 09:32:20 +01:00
parent 7c1f35daa4
commit 277bf803f8
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

@ -8,6 +8,7 @@ BOARD_BLACKLIST += arduino-nano
BOARD_BLACKLIST += arduino-uno BOARD_BLACKLIST += arduino-uno
BOARD_BLACKLIST += atmega256rfr2-xpro BOARD_BLACKLIST += atmega256rfr2-xpro
BOARD_BLACKLIST += atmega328p BOARD_BLACKLIST += atmega328p
BOARD_BLACKLIST += atmega1284p
BOARD_BLACKLIST += chronos BOARD_BLACKLIST += chronos
BOARD_BLACKLIST += mega-xplained BOARD_BLACKLIST += mega-xplained
BOARD_BLACKLIST += microduino-corerf BOARD_BLACKLIST += microduino-corerf