]> sigrok.org Git - libsigrok.git/commit
korad-kaxxxxp: reflow models[] table for capabilities comparison
authorGerhard Sittig <redacted>
Thu, 15 Sep 2022 19:54:12 +0000 (21:54 +0200)
committerGerhard Sittig <redacted>
Sat, 17 Sep 2022 09:24:36 +0000 (11:24 +0200)
commit590d610ce779d23b0a31bfa60db894d685ceae88
tree7b07d673188bef8eca7d17ae1c4637169323ff56
parent1c88133c8eb16b64fa5f859d902e1e4344b3a005
korad-kaxxxxp: reflow models[] table for capabilities comparison

The entries in the models[] table are wide, and occupy several text
lines each. Re-flow these lines such that channel count, voltage and
current capabilities will vertically align, to simplify the review of
which degrees of freedom the driver needs to actually support. As a
byproduct these phrases keep the IDN response text and the displayed
vendor and model names together on a text line. Which is useful for
grepping the source for user feedback.

It's assumed that listing every firmware version as a separate model
is both tedious, and rather fragile at the same time. It is to be seen
which of these models genuinely differ from all others, and whether
their IDN response is unique enough even if an incomplete match is
done on the response text.

[ see a word-diff, it's all whitespace, no behaviour has changed ]
src/hardware/korad-kaxxxxp/api.c