1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

examples/ccn-lite-relay: whitelist nrf52(840)dk

This commit is contained in:
Hauke Petersen 2019-08-22 14:56:08 +02:00
parent de890bd9a8
commit 178dfbb4c0

View File

@ -3,7 +3,8 @@ APPLICATION = ccn-lite-relay
# If no BOARD is found in the environment, use this default:
BOARD ?= native
BOARD_WHITELIST := fox iotlab-m3 msba2 mulle native pba-d-01-kw2x samr21-xpro
BOARD_WHITELIST := fox iotlab-m3 msba2 mulle native nrf52dk nrf52840dk \
pba-d-01-kw2x samr21-xpro
# This has to be the absolute path to the RIOT base directory: