]> sigrok.org Git - libsigrok.git/commit
asix-sigma: reword list of sample rates, (try to) use 1/2/5 steps
authorGerhard Sittig <redacted>
Tue, 12 May 2020 19:57:13 +0000 (21:57 +0200)
committerGerhard Sittig <redacted>
Fri, 29 May 2020 05:50:18 +0000 (07:50 +0200)
commitb65649f6b9dca28829e4f242ae79c75db767fdfa
treef072f256e1e644bb154b1cffcc2fa02da6ced8d0
parentc749d1ca5755fe8b7f3e3fd914655b1a1d1e3a71
asix-sigma: reword list of sample rates, (try to) use 1/2/5 steps

The driver got extended in a previous commit to accept any hardware
supported samplerate in the setter API, although the list call does
suggest a discrete set of rates (a subset of the hardware capabilities).
Update a comment to catch up with the implementation.

Drop the 250kHz item, it's too close to 200kHz. Add a 2MHz item to
achieve a more consistent 1/2/5 sequence in each decade. Unfortunately
50MHz and an integer divider will never result in 20MHz, that's why
25MHz is an exception to this rule (has been before, just "stands out
more perceivably" in this adjusted sequence).
src/hardware/asix-sigma/protocol.c