mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
try to make a-la usb-i2c-tiny over F103
This commit is contained in:
9
F1:F103/I2C_tiny/Makefile
Normal file
9
F1:F103/I2C_tiny/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
BINARY := I2Ctiny
|
||||
# MCU code
|
||||
MCU ?= F103x6
|
||||
# change this linking script depending on particular MCU model,
|
||||
LDSCRIPT ?= stm32f103x6.ld
|
||||
DEFINES := -DSTM32F10X_LD
|
||||
|
||||
include ../makefile.f1
|
||||
include ../../makefile.stm32
|
||||
Reference in New Issue
Block a user