Skip to content

made openocd always use SWD and added small note about gdb debugging files

Techy requested to merge techy/firmware:even_easier_debugging into master

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.

Merge request reports