fixed PCB, add pre-alpha code

This commit is contained in:
2024-12-26 12:24:15 +03:00
parent f26970392e
commit f1927c5437
55 changed files with 19476 additions and 11015 deletions

View File

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