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

Some targets not listed under manufacturer #152

Open
albertskog opened this issue Oct 28, 2024 · 1 comment
Open

Some targets not listed under manufacturer #152

albertskog opened this issue Oct 28, 2024 · 1 comment

Comments

@albertskog
Copy link

The list of targets at https://probe.rs/targets does not show all devices by the same manufacturer when filtering. It is also missing some manufacturers.

For example, when filtering on Manufacturer "Texas Instruments", only MSP432 targets are shown, but not the "CC13xx CC26xx Series" and "Tiva C Series" available under Family.

Likewise, "WCH" is not in the list of manufacturers, but both "CH32V0 Series" and "CH32V2 Series" exists under Family.

It looks like the filtering relies on manufacturer set in probe-rs/probe-rs/targets. For example, probe-rs/targets/MSP432E4_Series.yaml has:

manufacturer:
  id: 0x17
  cc: 0x0

manufacturer does not seem to be present in the yaml files not sorted under a manufacturer.

Should manufacturer be added to each of the yaml files?

@albertskog
Copy link
Author

I fixed all manufacturers that I could find in JEP106. However there are still a few left that are not in JEP106, WCH for example. Not sure what to do about them? Discoverability is poor when I go to the website to check if WCH supports my chip and the manufacturer is not in the list.. That's was how I ended up here in the first place..

Here are the ones missing:

  • LuatOS (AIR001_Series.yaml, AIR32F1_Series.yaml)
  • WCH (CH32V0_Series.yaml, CH32V3_Series.yaml)
  • HPMicro (HPM5300_Series.yaml)
  • Synwit (SWM341.yaml)
  • WIZnet (W7500.yaml)

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

1 participant