try to make a-la usb-i2c-tiny over F103

This commit is contained in:
Edward Emelianov
2024-11-27 00:02:18 +03:00
parent 6c0f71dcc3
commit 3e3b770961
24 changed files with 1880 additions and 0 deletions

View 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