pub fn select(spec: &PanelSpec, card: &CardModel) -> Vec<Candidate>Expand description
The manifest ranked for a panel on a card, best first.
The rules, by weight: an image the card model records as tested with this
spec; the image’s chip list naming the spec’s chip; a build kind that
suits the chip class; then version and build date. config/cards/*.toml
records no board revision, so nothing here matches pcb.
A build for one chip family (LS0allDA, LS9937, DP3263, DS) is a
candidate only when its chip list matched.