Fixed USB, problems with CAN

This commit is contained in:
Edward Emelianov
2023-02-07 01:15:28 +03:00
parent daf17a651e
commit 2ecd2d188e
20 changed files with 111 additions and 80 deletions

View File

@@ -1,8 +1,9 @@
BINARY := canusb
BINARY := multistepper
# MCU code
MCU := F303xd
# change this linking script depending on particular MCU model,
LDSCRIPT := stm32f303xD.ld
DEFINES := -DUSB2_16
include ../makefile.f3
include ../../makefile.stm32