(make) added jlink command file and cleaned up makefile example

This commit is contained in:
scbj
2025-07-21 08:49:51 +02:00
parent 4632bb0482
commit e95e8776be
3 changed files with 49 additions and 139 deletions

11
examples/make/flash.jlink Normal file
View 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