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

pkg/semtech-loramac: switch to RIOT AES

This commit is contained in:
Oleg Artamonov 2018-10-10 09:31:46 +03:00 committed by Francisco Molina
parent 101a9936ba
commit a3cbeee9ce
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8
3 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,6 @@
USEMODULE += random USEMODULE += random
USEMODULE += hashes
USEMODULE += crypto_aes
USEMODULE += semtech_loramac_contrib USEMODULE += semtech_loramac_contrib
USEMODULE += semtech_loramac_mac USEMODULE += semtech_loramac_mac

View File

@ -1,5 +1,7 @@
MODULE = semtech_loramac_crypto MODULE = semtech_loramac_crypto
SRC = cmac.c
INCLUDES += -I$(PKGDIRBASE)/semtech-loramac/src/boards INCLUDES += -I$(PKGDIRBASE)/semtech-loramac/src/boards
include $(RIOTBASE)/Makefile.base include $(RIOTBASE)/Makefile.base