mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-05-07 13:26:56 +03:00
started writting code
This commit is contained in:
11
F1:F103/AS3935-lightning/Makefile
Normal file
11
F1:F103/AS3935-lightning/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
BINARY := as3935
|
||||
# MCU code
|
||||
MCU ?= F103x6
|
||||
# change this linking script depending on particular MCU model,
|
||||
LDSCRIPT ?= stm32f103x6.ld
|
||||
DEFINES := -DSTM32F10X_MD
|
||||
|
||||
include ../makefile.f1
|
||||
include ../../makefile.stm32
|
||||
|
||||
$(OBJDIR)/commproto.o: commproto.cpp $(VERSION_FILE)
|
||||
Reference in New Issue
Block a user