moved canbus4bta to STM32F3

This commit is contained in:
Edward Emelianov
2023-12-08 16:45:10 +03:00
parent e7c206102d
commit 7d8cbd55cf
31 changed files with 2670 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
BINARY := BTA_CAN
# MCU code
MCU := F303xb
# change this linking script depending on particular MCU model,
LDSCRIPT := stm32f303xB.ld
DEFINES := -DUSB1_16
include ../makefile.f3
include ../../makefile.stm32