You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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..
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
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?The text was updated successfully, but these errors were encountered: