start writting

This commit is contained in:
Edward Emelianov
2024-05-29 20:17:35 +03:00
parent 31ea5ae4ba
commit bfb659e234
26 changed files with 1935 additions and 0 deletions

10
F1:F103/FX3U/Makefile Normal file
View File

@@ -0,0 +1,10 @@
BINARY := fx3u
# MCU code
MCU ?= F103xC
# change this linking script depending on particular MCU model,
LDSCRIPT ?= stm32f103xC.ld
DEFINES := -DSTM32F10X_HD
INC_DIR := ../inc
include ../makefile.f1
include ../../makefile.stm32