From f78ff987ac2df62dbd8326ce33ae61c97673710e Mon Sep 17 00:00:00 2001 From: J08nY Date: Wed, 26 Feb 2020 14:28:52 +0100 Subject: Get stuff to work on STM32F0. --- pyecsca/codegen/hal/Makefile.hal | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'pyecsca/codegen/hal/Makefile.hal') diff --git a/pyecsca/codegen/hal/Makefile.hal b/pyecsca/codegen/hal/Makefile.hal index 3c81d00..186b96e 100644 --- a/pyecsca/codegen/hal/Makefile.hal +++ b/pyecsca/codegen/hal/Makefile.hal @@ -9,7 +9,7 @@ VPATH += :$(HALPATH) #Default stuff EXTRAINCDIRS += $(HALPATH) -PLATFORM_LIST = CW308_STM32F0 CW308_STM32F3 CW308_XMEGA +PLATFORM_LIST = CW308_STM32F0 CW308_STM32F3 CW308_XMEGA HOST define KNOWN_PLATFORMS @@ -27,9 +27,6 @@ endef PLTNAME = Unknown Platform -ifeq ($(DEMO),SECCAN) - CFLAGS += -DSECCAN -endif ifeq ($(MCU_CLK), INT) CFLAGS += -DUSE_INTERNAL_CLK -- cgit v1.3.1