starting CAN-GPIO, have a lot of errors

This commit is contained in:
Edward Emelianov
2026-03-07 01:20:06 +03:00
parent 25c2f085e8
commit 760bec420b
41 changed files with 6513 additions and 3322 deletions

View File

@@ -0,0 +1,12 @@
BINARY := usbcangpio
# MCU code
#MCU := F072xB
MCU := F042x6
# change this linking script depending on particular MCU model,
#LDSCRIPT := stm32f072xB.ld
LDSCRIPT := stm32f042x6.ld
DEFINES := -DUSB2_16
include ../makefile.f0
include ../../makefile.stm32