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

10
firmware/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"files.associations": {
"stm8l15x.h": "c",
"stm8l15x_it.h": "c",
"stm8l15x_conf.h": "c",
"stm8l15x_rtc.h": "c",
"stdio.h": "c",
"stm8l15x_usart.h": "c"
}
}