Merge pull request #15242 from maribu/tinycrypt

pkg/tinycrypt: Fix dependencies
This commit is contained in:
Marian Buschsieweke 2020-10-19 10:11:10 +02:00 committed by GitHub
commit 8fcafb89d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -0,0 +1 @@
FEATURES_REQUIRED += arch_32bit

View File

@ -1,9 +1,5 @@
include ../Makefile.tests_common include ../Makefile.tests_common
# tinycrypt works for 32-bit architectures only. The nrf52dk is chosen as a
# placeholder for all Cortex-M4 boards.
BOARD_WHITELIST += native nrf52dk
USEPKG += tinycrypt USEPKG += tinycrypt
USEMODULE = fmt USEMODULE = fmt