add spl, first tries programming

This commit is contained in:
seppl
2025-06-28 16:14:14 +02:00
parent 2155e2b176
commit 012355c2e8
104 changed files with 58111 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
REM just for output
echo off
cls
REM target device (for supported devices see stm8l15x.h)
set DEVICE=STM8L15X_MD
REM set make tool (if not in PATH, set complete path)
set MAKE=mingw32-make
REM use makefile to delete sdcc output
%MAKE% -f Makefile DEVICE=%DEVICE% clean
echo on