mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
add copy of TSYS
This commit is contained in:
10
F0:F030,F042,F072/TSYS_controller/Makefile
Normal file
10
F0:F030,F042,F072/TSYS_controller/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
BINARY := tsys01
|
||||
# MCU code
|
||||
MCU := F042x6
|
||||
# change this linking script depending on particular MCU model,
|
||||
LDSCRIPT := stm32f042x6.ld
|
||||
|
||||
DEFINES := -DUSARTNUM=1 -DI2CPINS=67
|
||||
|
||||
include ../makefile.f0
|
||||
include ../../makefile.stm32
|
||||
Reference in New Issue
Block a user