https://github.com/mupq/pqm4
Raw File
Tip revision: dd83f4831e2452d0534b914c23080f21c88f46b7 authored by Richard Petri on 20 July 2022, 07:54:20 UTC
Use atexit to register the destructor for gcc11
Tip revision: dd83f48
nucleo-l4r5zi.mk
DEVICE=stm32l4r5zi

EXCLUDED_SCHEMES = \
	mupq/pqclean/crypto_kem/mceliece% \
  mupq/crypto_sign/falcon-1024-tree% \
  mupq/pqclean/crypto_sign/rainbow%

DEVICES_DATA := ldscripts/devices.data

elf/boardtest.elf: CPPFLAGS+=-DSRAM_TIMING_TEST -DHAS_SRAM2 -DHAS_SRAM3
elf/boardtest.elf: LDSCRIPT=ldscripts/$(PLATFORM)-ramtest.ld

include mk/opencm3.mk
back to top