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

13 lines
375 B
Makefile
Raw Normal View History

USEMODULE += ndn-encoding
USEMODULE += gnrc
USEMODULE += gnrc_nettype_ndn
2021-12-09 15:18:53 +01:00
USEMODULE += ztimer_usec
USEMODULE += random
USEMODULE += hashes
USEPKG += micro-ecc
# Blacklist platforms using nimble_netif with gnrc netif, e.g providing
# ble_nimble: NimBLE and ndn-riot use different crypto libraries that have
# name clashes (tinycrypt vs uECC)
FEATURES_BLACKLIST += ble_nimble