code tested

This commit is contained in:
2023-09-22 16:21:05 +03:00
parent c2976d8ba1
commit 482b612e9f
50 changed files with 1309 additions and 76 deletions

9
F1:F103/shutter/Makefile Normal file
View File

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