Open albertskog opened 4 weeks ago
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:
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?