mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-03-21 17:21:04 +03:00
starting CAN-GPIO, have a lot of errors
This commit is contained in:
12
F0:F030,F042,F072/usbcan_gpio/Makefile
Normal file
12
F0:F030,F042,F072/usbcan_gpio/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user