]> sigrok.org Git - libsigrok.git/commit - src/hardware/zeroplus-logic-cube/api.c
zeroplus-logic-cube: Fix samplerate and trigger
authorToshiaki Yoshida <redacted>
Mon, 5 Nov 2012 07:06:14 +0000 (16:06 +0900)
committerBert Vermeulen <redacted>
Mon, 5 Nov 2012 10:46:58 +0000 (11:46 +0100)
commit0ab0cb942f59e2232921c10d79ed43cad6cf3153
treee8f0151c26f79a3ca5ef51ec0f222e6d18fabc8b
parent41d9427f27f8d175fb0a0259c4e4507ca818b616
zeroplus-logic-cube: Fix samplerate and trigger

 - Default to 1MHz.
   The default sample rate is the lowest frequency (100Hz),
   but it takes a very long time until 128K memory is full.

 - Fix the 1MHz setting.

 - Use samplerate list.

 - Fix 10MHz frequency.

 - Fix trigger.

 - Change the size of memory according to the number of samples.

 - Add pre-trigger (capture ratio) setting.

 - Fix the first acquisition after power on.
hardware/zeroplus-logic-cube/analyzer.c
hardware/zeroplus-logic-cube/analyzer.h
hardware/zeroplus-logic-cube/zeroplus.c