mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
hide deprecated code; make USB snippet common for F0/F1/F3
This commit is contained in:
8
F0:F030,F042,F072/deprecated/usbcan/Makefile
Normal file
8
F0:F030,F042,F072/deprecated/usbcan/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
BINARY := usbcan
|
||||
# MCU code
|
||||
MCU := F042x6
|
||||
# change this linking script depending on particular MCU model,
|
||||
LDSCRIPT := stm32f042k.ld
|
||||
|
||||
include ../makefile.f0
|
||||
include ../../makefile.stm32
|
||||
Reference in New Issue
Block a user