X-Git-Url: https://git.sur5r.net/?p=armstart-ibdap;a=blobdiff_plain;f=openocd-example.cfg;fp=openocd-example.cfg;h=f4a3721ac52cb1bb1b5b74b637018453811084c9;hp=0000000000000000000000000000000000000000;hb=8dc27fcbb690f5a27358b78782f7d217253b5235;hpb=7cdc866d982b6bb662fa3b2eceb621f5369267d2 diff --git a/openocd-example.cfg b/openocd-example.cfg new file mode 100644 index 0000000..f4a3721 --- /dev/null +++ b/openocd-example.cfg @@ -0,0 +1,8 @@ +interface cmsis-dap +source [find target/lpc11xx.cfg] +adapter_khz 1000 +reset_config srst_only +$_TARGETNAME configure -event gdb-attach { + echo "Halting target" + halt +}