From 731cb4fec37275c86ba53589bc54dfeb2c07e662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Sun, 1 Nov 2020 20:59:17 +0100 Subject: [PATCH] Remove cmsis dsp library from project --- stm-firmware/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stm-firmware/Makefile b/stm-firmware/Makefile index bcd0508..55ab973 100644 --- a/stm-firmware/Makefile +++ b/stm-firmware/Makefile @@ -9,8 +9,8 @@ INCLUDEPATH = -Iinclude OBJDIR_BASE = obj TARGET_BASE = reflow-controller -LIBRARYPATH = -L. -Lmathlib -LIBRARIES = -larm_cortexM4lf_math -lm +LIBRARYPATH = -L. +LIBRARIES = DEFINES = -DSTM32F407xx -DSTM32F4XX -DARM_MATH_CM4 -DHSE_VALUE=8000000UL MAPFILE_BASE = memory-mapping