hide deprecated code; make USB snippet common for F0/F1/F3

This commit is contained in:
Edward Emelianov
2024-09-02 18:21:41 +03:00
parent 9166996bff
commit bdbd7d68d9
419 changed files with 3445 additions and 752 deletions

View File

@@ -1,8 +1,10 @@
BINARY := usbcan
# MCU code
MCU := F072xB
#MCU := F072xB
MCU := F042x6
# change this linking script depending on particular MCU model,
LDSCRIPT := stm32f072x8.ld
#LDSCRIPT := stm32f072xB.ld
LDSCRIPT := stm32f042x6.ld
DEFINES := -DUSB2_16