made openocd always use SWD and added small note about gdb debugging files
Compare changes
Files
2+ 6
− 0
@@ -115,6 +115,12 @@ command to soft-reset card10.
openocd tried "Info : auto-selecting first available session transport "jtag". To override use 'transport select <transport>'."
using a JLink debugger. Overriding it with SWD is what I did. With the CMSIS debugger openocd you get lucky, by Info : auto-selecting first available session transport "swd".
. Hope forcing it always to SWD will make it easier for others using different debuggers.