Always working, but some of schematics was wrong

This commit is contained in:
Edward Emelianov
2024-06-03 20:25:53 +03:00
parent f127a3ce1a
commit 6cb98bb7ed
22 changed files with 273 additions and 90 deletions

View File

@@ -1,8 +1,8 @@
BINARY := fx3u
# MCU code
MCU ?= F103xC
MCU ?= F103xE
# change this linking script depending on particular MCU model,
LDSCRIPT ?= stm32f103xC.ld
LDSCRIPT ?= stm32f103xE.ld
DEFINES := -DSTM32F10X_HD
INC_DIR := ../inc