From 424310d957cb04bfacba9c711ee7f074fd41f962 Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 27 Nov 2020 13:38:56 +0100 Subject: demo fw WIP --- prototype/fw/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'prototype/fw/Makefile') diff --git a/prototype/fw/Makefile b/prototype/fw/Makefile index 33288b8..32ded36 100644 --- a/prototype/fw/Makefile +++ b/prototype/fw/Makefile @@ -37,6 +37,8 @@ STARTUP_FILE := $(CMSIS_DEVICE_DIR)/Source/Templates/gcc/startup_stm32f302xc.s ASM_SOURCES := $(STARTUP_FILE) C_SOURCES := src/main.c +C_SOURCES += src/microcobs.c +C_SOURCES += src/crc32.c C_SOURCES += upstream/tinyprintf/tinyprintf.c CPP_SOURCES := # - none - -- cgit