add copy of TSYS

This commit is contained in:
Edward Emelianov
2023-08-29 20:44:40 +03:00
parent e07260c9d0
commit 16dcbd52d9
37 changed files with 4775 additions and 0 deletions

View 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