Unistable shutter

This commit is contained in:
2024-10-07 14:29:27 +03:00
parent 1633c668e9
commit 6b87f1e1f2
46 changed files with 11205 additions and 11567 deletions

View File

@@ -0,0 +1,10 @@
BINARY := shutter
# MCU code
MCU ?= F103x6
# change this linking script depending on particular MCU model,
LDSCRIPT ?= stm32f103x6.ld
DEFINES := -DUSB1_16 -DSTM32F10X_LD
INC_DIR := ../../inc
include ../../makefile.f1
include ../../../makefile.stm32