Merge pull request #16057 from benpicco/examples/gnrc_networking_mac-atmegarf

examples/gnrc_networking_mac: whitelist ATmega256RFR2 based boards
This commit is contained in:
Alexandre Abadie 2021-02-20 13:11:49 +01:00 committed by GitHub
commit 09ca07e7b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,12 +4,13 @@ APPLICATION = gnrc_networking_mac
# If no BOARD is found in the environment, use this default:
BOARD ?= samr21-xpro
# Currently, GoMacH has only been tested and evaluated through on samr21-xpro and iotlab-m3.
# Currently, GoMacH has only been tested and evaluated through on samr21-xpro, iotlab-m3 and
# derfmega256 (at86rf2xx based radios).
# Once GoMacH has also been tested through on other boards, the whitelist should be
# then accordingly extended.
# Notably, for LWMAC, we have only evaluated it on samr21-xpro nodes. To this end, if
# you are going to include LWMAC for testing, you should only run the example on samr21-xpro.
BOARD_WHITELIST := samr21-xpro iotlab-m3
BOARD_WHITELIST := samr21-xpro iotlab-m3 avr-rss2 atmega256rfr2-xpro derfmega256
# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../..