mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
Unistable shutter
This commit is contained in:
10
F1:F103/shutter/UNISTABLE/Makefile
Normal file
10
F1:F103/shutter/UNISTABLE/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user