Skip to content

ST Packs define 'ST-Link' as default debugger, not 'ST-LINK' #2085

Description

@ReinhardKeil

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):

  • CMSIS-Toolbox 2.9

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No fields configured for Task.

Projects

Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions