preparing code base

This commit is contained in:
2025-03-25 17:59:27 +03:00
parent 6701ac841b
commit c4529a8447
29 changed files with 2666 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
BINARY := encoders
# MCU code
MCU ?= F103x8
# change this linking script depending on particular MCU model,
LDSCRIPT ?= stm32f103x8.ld
DEFINES := -DSTM32F10X_MD
include ../makefile.f1
include ../../makefile.stm32