Commit Graph

9 Commits

Author SHA1 Message Date
King Kévin 4262e90792 usb_cables: improve mechanism to find if pins are conencted 2020-02-27 16:44:10 +01:00
King Kévin f93644d127 usb_cables: add load check function
this needed to add information about the pin type.
also pins are now considered as connected if any direction or
level works.
thus there are no errors anymore when testing cables.
power with ground pins are not tested anymore because optional
loads are causing false positives (regarding if pins are
connected).
2020-02-27 16:44:10 +01:00
King Kévin 4735911444 usb_cables: add faster inter-connector test using ground 2020-02-27 16:44:10 +01:00
King Kévin f310a453a7 usb_cables: add USB-C shunt cable definitions 2020-02-27 16:44:10 +01:00
King Kévin 2538ee6683 usb_cables: add miniB and microB cable definitions 2020-02-27 16:41:18 +01:00
King Kévin b16621314e usb_cables: add cable definitions 2020-02-27 16:41:18 +01:00
King Kévin 3624ca410f usb_cables: use more pointers to save space (and add cable definitions) 2020-02-27 16:41:18 +01:00
King Kévin a5a5b06926 usb_cables: add output to intra and inter connection check 2020-02-27 16:41:18 +01:00
King Kévin 5cf6f20319 usb_cables: add definitions of USB pin, connectors, (some) cables, and utilities to test connections 2020-02-27 16:39:57 +01:00