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

Unable to see examples in the 'Examples' Tab on selecting a specific device #104

Closed
avi-77 opened this issue Oct 17, 2022 · 3 comments
Closed
Assignees

Comments

@avi-77
Copy link

avi-77 commented Oct 17, 2022

Hi @edriouk,

In the CMSIS pack manager plugin version 2.8.0, I'm unable to see the examples in the 'Examples' Tab on selecting a specific device.
Examples_Tab_Specific_Device
Although, I'm able to see the examples in the 'Examples' Tab on selecting All Devices as shown in the figure below.
Examples_Tab_All_Devices

Please note, I have installed the com.arm.cmsis.pack.refclient plugin. It was working fine in version 2.7.0. Could you please look into this issue for the next release?

@edriouk
Copy link
Contributor

edriouk commented Oct 18, 2022

Hi,
that is a problem of comparing board IDs
Board description:
<board name="RSL10 Evaluation Board" revision="1.0" vendor="ONSemiconductor">
Board ID:
board description is ONSemiconductor::RSL10 Evaluation Board (1.0)
example board description:
<board name="RSL10 Evaluation Board" vendor="ONSemiconductor"/>
example board ID :
ONSemiconductor::RSL10 Evaluation Board

Boards of different revisions are treated as incompatible => check fails for a selected board/device on that board
This rule has been enforced in 2.8.0 because of adding Board Support functionality.
I agree that it can be made less restrictive to display available examples.
Will be planned for the next release
Evgueni

@andrewmclachlanadi
Copy link
Contributor

andrewmclachlanadi commented Mar 25, 2023

Seeing this issue too. It's a noticable difference from previous releases and therefore looks like a severe bug.

Easy though to update the Examples with a revision tag.

<board name="myBoard" vendor="myVendor" revision="Rev. A"/>

@edriouk
Copy link
Contributor

edriouk commented Jul 7, 2023

Fixed in 2.9.0

@edriouk edriouk closed this as completed Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants