mirror of
https://github.com/eddyem/stm32samples.git
synced 2025-12-06 18:55:13 +03:00
11 lines
250 B
Makefile
11 lines
250 B
Makefile
BINARY := tsys01
|
|
# MCU code
|
|
MCU := F042x6
|
|
# change this linking script depending on particular MCU model,
|
|
LDSCRIPT := stm32f042x6.ld
|
|
|
|
DEFINES := -DUSARTNUM=1 -DI2CPINS=67 -DUSB2_16
|
|
|
|
include ../makefile.f0
|
|
include ../../makefile.stm32
|