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

pkg/edhoc-c: remove nimble blacklist

This commit is contained in:
Francisco Molina 2021-09-07 09:35:12 +02:00
parent ca9198183d
commit da0b06ddee

View File

@ -11,9 +11,6 @@ endif
ifneq (,$(filter edhoc-c_crypto_tinycrypt,$(USEMODULE)))
USEPKG += tinycrypt
# Blacklist platforms using nimble, mynewt-nimble has an in-tree copy
# of tinycrypt that conflicts with the remote one
FEATURES_BLACKLIST += ble_nimble
USEPKG += c25519
endif