add pre-pre-pre-alpha code (just for fun)

This commit is contained in:
Edward Emelianov
2024-02-13 20:27:10 +03:00
parent 44f0f18e9f
commit 021c0bdf6b
29 changed files with 2244 additions and 1 deletions

View File

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