diff options
author | jaseg <git@jaseg.de> | 2020-11-27 13:38:56 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2020-11-27 13:38:56 +0100 |
commit | 424310d957cb04bfacba9c711ee7f074fd41f962 (patch) | |
tree | cb7eba38c7bf5eb2c232d162f0a9dd5d7b1d5adc /prototype/fw/Makefile | |
parent | 0a03b84e1756b36d014a83f685da1950a8e8361e (diff) | |
download | ihsm-424310d957cb04bfacba9c711ee7f074fd41f962.tar.gz ihsm-424310d957cb04bfacba9c711ee7f074fd41f962.tar.bz2 ihsm-424310d957cb04bfacba9c711ee7f074fd41f962.zip |
demo fw WIP
Diffstat (limited to 'prototype/fw/Makefile')
-rw-r--r-- | prototype/fw/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 - |