Skip to content

Commit

Permalink
tests/kconfig_features: Add atmega128x-based boards to whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrolanzieri committed Jun 17, 2020
1 parent 4f4929b commit c77c75f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/kconfig_features/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c77c75f

Please sign in to comment.