Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMSIS View: Board and Device Vendor displayed inconsistently #191

Open
RobertRostohar opened this issue Feb 4, 2025 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@RobertRostohar
Copy link

Type: Bug Report

Describe the bug

  • OS and Version: Win11
  • VS Code Version: 1.96.4
  • Extension Version: 1.48
  • Target Device: STMicroelectronics::STM32L4R9AIIx

CMSIS View displays the Board and Device Vendor inconsistently

  • Board with vendor
  • Device without Vendor

To Reproduce
Create a solution with a target which defines a board and device. For example:

  target-types:
    - type: STM32L4R9I-DISCO
      board: STMicroelectronics::STM32L4R9I-DISCO
      device: STMicroelectronics::STM32L4R9AIIx

Open the CMSIS View and check for Board and Device name

Expected behavior
Board and Device Vendor should be consistently shown or not show for both rather than a mixture.

Screenshots
Image

@jkrech
Copy link
Collaborator

jkrech commented Feb 4, 2025

I assume that the information is fetched from *.cbuild-idx.yml files.
In CMSIS-Toolbox 2.8.0 this issue Open-CMSIS-Pack/devtools#1930 will be fixed and always provide the full deviceID and boardID. The CMSIS View implementation should use the provided deviceID and boardID.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Backlog
Development

No branches or pull requests

3 participants