From c77c75f2e8895ea1f0f0b2eb0a731f4890c859db Mon Sep 17 00:00:00 2001 From: Leandro Lanzieri Date: Thu, 4 Jun 2020 18:33:11 +0200 Subject: [PATCH] tests/kconfig_features: Add atmega128x-based boards to whitelist --- tests/kconfig_features/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/kconfig_features/Makefile b/tests/kconfig_features/Makefile index 4d8c0f94510d4..58d0006f6d929 100644 --- a/tests/kconfig_features/Makefile +++ b/tests/kconfig_features/Makefile @@ -3,13 +3,16 @@ include ../Makefile.tests_common BOARD_WHITELIST += arduino-duemilanove \ arduino-nano \ arduino-uno \ + atmega1284p \ atmega328p \ cc1312-launchpad \ cc1352-launchpad \ cc1352p-launchpad \ cc2650-launchpad \ cc2650stk \ - samr21-xpro + mega-xplained \ + samr21-xpro \ + waspmote-pro all: kconfig-features