Describe the bug
The CMSIS-Toolbox does not pickup the default debuggers for ST boards as the name is 'ST-Link'.
Example: https://github.com/Open-CMSIS-Pack/ST_NUCLEO-F401RE_BSP/blob/main/Keil.NUCLEO-F401RE_BSP.pdsc#L91
Therefore the debugger defined in https://github.com/Open-CMSIS-Pack/debug-adapter-registry/blob/main/registry/debug-adapters.yml#L20 is not found.
To Reproduce
Use a Blinky from one of the ST DFPs
Expected behavior
The ST-Link debugger should be selected. Could be achieved by making the string compare case insensitive or adding another Alias name to https://github.com/Open-CMSIS-Pack/debug-adapter-registry/blob/main/registry/debug-adapters.yml#L20
Environment (please complete the following information):
Describe the bug
The CMSIS-Toolbox does not pickup the default debuggers for ST boards as the name is 'ST-Link'.
Example: https://github.com/Open-CMSIS-Pack/ST_NUCLEO-F401RE_BSP/blob/main/Keil.NUCLEO-F401RE_BSP.pdsc#L91
Therefore the debugger defined in https://github.com/Open-CMSIS-Pack/debug-adapter-registry/blob/main/registry/debug-adapters.yml#L20 is not found.
To Reproduce
Use a Blinky from one of the ST DFPs
Expected behavior
The ST-Link debugger should be selected. Could be achieved by making the string compare case insensitive or adding another Alias name to https://github.com/Open-CMSIS-Pack/debug-adapter-registry/blob/main/registry/debug-adapters.yml#L20
Environment (please complete the following information):