mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
13 lines
375 B
Makefile
13 lines
375 B
Makefile
USEMODULE += ndn-encoding
|
|
USEMODULE += gnrc
|
|
USEMODULE += gnrc_nettype_ndn
|
|
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
|