mirror of
https://github.com/eddyem/stm32samples.git
synced 2025-12-06 10:45:11 +03:00
9 lines
202 B
Makefile
9 lines
202 B
Makefile
BINARY := usbcan
|
|
# MCU code
|
|
MCU := F042x6
|
|
# change this linking script depending on particular MCU model,
|
|
LDSCRIPT := stm32f042x6.ld
|
|
|
|
include ../makefile.f0
|
|
include ../../makefile.stm32
|