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:
parent
101a9936ba
commit
a3cbeee9ce
@ -1,4 +1,6 @@
|
||||
USEMODULE += random
|
||||
USEMODULE += hashes
|
||||
USEMODULE += crypto_aes
|
||||
|
||||
USEMODULE += semtech_loramac_contrib
|
||||
USEMODULE += semtech_loramac_mac
|
||||
|
@ -1,5 +1,7 @@
|
||||
MODULE = semtech_loramac_crypto
|
||||
|
||||
SRC = cmac.c
|
||||
|
||||
INCLUDES += -I$(PKGDIRBASE)/semtech-loramac/src/boards
|
||||
|
||||
include $(RIOTBASE)/Makefile.base
|
||||
|
BIN
pkg/semtech-loramac/patches/0004-switch-to-riot-aes.patch
Normal file
BIN
pkg/semtech-loramac/patches/0004-switch-to-riot-aes.patch
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user