Skip to content
Snippets Groups Projects
Commit b3e18026 authored by Dylan Laduranty's avatar Dylan Laduranty
Browse files

pkg/qDSA: add support for cortex-M23

parent e838f0c2
No related branches found
No related tags found
No related merge requests found
ifneq (,$(filter cortex-m0%,$(CPU_ARCH))) ifneq (,$(filter cortex-m23 cortex-m0%,$(CPU_ARCH)))
USEMODULE += qDSA_asm USEMODULE += qDSA_asm
endif endif
......
ifneq (,$(filter cortex-m0%,$(CPU_ARCH))) ifneq (,$(filter cortex-m23 cortex-m0%,$(CPU_ARCH)))
QDSA_IMPL ?= arm QDSA_IMPL ?= arm
else else
ifneq (,$(filter atmega_common,$(USEMODULE))) ifneq (,$(filter atmega_common,$(USEMODULE)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment