Started implementing the hardware access modules
Nothing tested yet…
This commit is contained in:
parent
5aaef38965
commit
82d370bf83
13 changed files with 581 additions and 5 deletions
6
Makefile
6
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue