(make) added jlink command file and cleaned up makefile example
This commit is contained in:
11
examples/make/flash.jlink
Normal file
11
examples/make/flash.jlink
Normal file
@@ -0,0 +1,11 @@
|
||||
selectinterface SWD
|
||||
speed 4000
|
||||
|
||||
reset
|
||||
halt
|
||||
|
||||
/* the command file is a dummy replace by a makefile rule */
|
||||
/* correct path to the binary */
|
||||
loadfile <path-to-binary>
|
||||
|
||||
exit
|
||||
Reference in New Issue
Block a user