Started implementing the hardware access modules

Nothing tested yet…
This commit is contained in:
Thomas Kolb 2023-09-23 17:34:32 +02:00
commit 82d370bf83
13 changed files with 581 additions and 5 deletions

View file

@ -136,7 +136,7 @@ program: program_jlink
reset: reset_jlink
/tmp/jlink_prog_script: Makefile
echo "Device STM32F030C8" > $@
echo "Device STM32L010K8" > $@
echo "connect" >> $@
echo "S" >> $@
echo "4000" >> $@
@ -146,7 +146,7 @@ reset: reset_jlink
echo "exit" >> $@
/tmp/jlink_rst_script: Makefile
echo "Device STM32F030C8" > $@
echo "Device STM32L010K8" > $@
echo "connect" >> $@
echo "S" >> $@
echo "4000" >> $@
@ -177,4 +177,4 @@ program_debug: $(TARGET_BASE).hex
-c "shutdown"
debug: $(TARGET_BASE).hex
JLinkGDBServerCLExe -device STM32F030K6 -if SWD
JLinkGDBServerCLExe -device STM32L010K8 -if SWD