init commit

This commit is contained in:
2025-09-05 10:30:26 +02:00
commit c144fcd356
1526 changed files with 1115326 additions and 0 deletions

4
test.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
while true; do
st-flash --connect-under-reset write build/EEPROM_programmer.bin 0x8000000
done