Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels