seems like all works @ F103

This commit is contained in:
Edward Emelianov
2025-01-08 18:00:07 +03:00
parent fd05ff73e6
commit 207ab57e99
33 changed files with 2244 additions and 41 deletions

View File

@@ -0,0 +1,9 @@
BINARY := someusb
# 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