Commit Graph

  • e006af1116 Merge branch 'master' of git://sigrok.git.sourceforge.net/gitroot/sigrok/sigrok Daniel Ribeiro 2011-01-10 02:28:59 -0200
  • 9b36e360f3 output_analog: allow samples per line arg (default analog10) Bert Vermeulen 2011-01-10 05:27:22 +0100
  • 1ff7712c93 Finish serial_set_params implementation Daniel Ribeiro 2011-01-10 02:21:07 -0200
  • 1437e8934b add DF_ANALOG, and an analog output module Bert Vermeulen 2011-01-10 05:13:46 +0100
  • f0411b1d17 output modules now register the DF type they can use Bert Vermeulen 2011-01-09 23:22:48 +0100
  • 8d67255061 Add a per-instance pointer storage for hardware plugins. Daniel Ribeiro 2011-01-09 03:50:45 -0200
  • dfa4b731da Add ARRAY_AND_SIZE macro Daniel Ribeiro 2011-01-09 03:48:39 -0200
  • 4c046c6bcc change all DF_LOGIC* to a single DF_LOGIC type Bert Vermeulen 2011-01-09 06:32:38 +0100
  • af812219f6 Only build specific source files if needed. Uwe Hermann 2011-01-08 20:06:32 +0100
  • 7c17ac6cc4 Only build hardware drivers if they're enabled. Uwe Hermann 2011-01-08 19:15:39 +0100
  • 5096c6a6c1 demo driver: Small cleanups, error handling. Uwe Hermann 2011-01-08 19:01:07 +0100
  • 85b5af0687 Make the demo driver work. Uwe Hermann 2011-01-08 18:29:10 +0100
  • d4ae8eaa7c fix buffer size, various error checks Bert Vermeulen 2011-01-08 15:48:39 +0100
  • 2a3f9541a4 add sigrok_period_string(), MAX_NUM_PROBES Bert Vermeulen 2011-01-06 00:51:29 +0100
  • 5e2ddeb098 Fix two more compiler warnings noticed on amd64. Uwe Hermann 2011-01-08 03:51:31 +0100
  • 340f6e7aea Fix out-of-tree build. Uwe Hermann 2011-01-08 03:32:25 +0100
  • 757b8c628a Cosmetics, whitespace, simplifications. Uwe Hermann 2011-01-07 19:55:25 +0100
  • 6239c175c1 Initial, unfinished demo/simulation hardware driver. Uwe Hermann 2011-01-06 19:16:47 +0100
  • 339729131d proper fix for output_text corner cases limit probe names to 32 chars Bert Vermeulen 2010-12-29 01:22:58 +0100
  • e6ac9ac808 consistent debug msgs, rename sump to ols Bert Vermeulen 2010-12-29 00:02:30 +0100
  • ee5f5e81ad fix corner cases/memory management (cli->text out) Bert Vermeulen 2010-12-28 21:59:07 +0100
  • a5e18535ad don't turn on/off libusb debugging Bert Vermeulen 2010-12-27 23:44:50 +0100
  • f0551a6543 oops, fix serial_flush() Bert Vermeulen 2010-08-12 06:04:44 +0200
  • 06d64eb880 add serial_flush() Bert Vermeulen 2010-08-12 06:02:25 +0200
  • e1aac2319a increase length of datafeed packets to uint64_t Bert Vermeulen 2010-08-12 05:49:00 +0200
  • a143e4e5dd don't push configuration to device until acq time Bert Vermeulen 2010-08-12 04:57:09 +0200
  • f0d1b53e56 OLS: fix multi-channel capture Bert Vermeulen 2010-08-11 18:37:09 +0200
  • edc508d49c add debug logging (set SIGROK_DEBUG=2 to see) Bert Vermeulen 2010-08-11 04:04:20 +0200
  • a803c0db4d OLS: fix triggers, sample order, capture ratio Bert Vermeulen 2010-08-05 03:54:33 +0200
  • 3245dfcb62 define pre/post-trigger capture ratio option Bert Vermeulen 2010-08-05 03:52:32 +0200
  • b5698bd71e saleae logic: fix triggers after style changes Bert Vermeulen 2010-07-18 21:57:27 +0200
  • c4fffe1e96 hwplugin.c: Add missing config.h #include. Uwe Hermann 2010-07-14 22:09:21 +0200
  • 960a75e474 Only build hardware plugins if requested by user. Uwe Hermann 2010-06-25 01:11:11 +0200
  • 5b907f9b07 Add per-LA --enable-XXXX configure options. Uwe Hermann 2010-05-31 11:34:10 +0200
  • 38ba252251 Use 'kHz' (not 'KHz') consistently. Uwe Hermann 2010-05-27 01:51:55 +0200
  • 49d0ce50d0 Simplifications and small fixes. Uwe Hermann 2010-05-19 00:38:14 +0200
  • 5013f07422 skeleton.c: Update to latest prototypes. Uwe Hermann 2010-05-19 00:23:27 +0200
  • 2458ea6514 use flexible sample limit specification (k/m/g) Bert Vermeulen 2010-05-15 23:30:17 +0200
  • 989938f6cd Cosmetics: Reduce nesting level a bit. Uwe Hermann 2010-05-17 23:59:56 +0200
  • 9a5c6dcf49 Factor out opendev2/opendev3. Uwe Hermann 2010-05-14 14:24:05 +0200
  • 5e59f47615 opendev2/opendev3: Don't depend on global vars. Uwe Hermann 2010-05-14 13:12:06 +0200
  • 28fc6de055 Cosmetics. Uwe Hermann 2010-05-14 13:07:03 +0200
  • d658e348a8 pkg-config: Add (semi-generated) libsigrok.pc. Uwe Hermann 2010-05-11 18:07:54 +0200
  • 1ebdb3fdc3 Drop unused and obsolete gmodule stuff. Uwe Hermann 2010-05-11 17:13:35 +0200
  • 5b15b41e62 sump/ols: Wait 10ms for hw response to make pl2303 reliable Peter Stuge 2010-05-09 23:11:08 +0200
  • 71dda10656 serial: Remove unneccesary nesting Peter Stuge 2010-05-09 23:04:24 +0200
  • fbe2f7945d VCD: Optimizations and fixes. Uwe Hermann 2010-05-09 21:05:15 +0200
  • 086eac7c7b VCD/Gnuplot: Fix incorrect sample counter. Uwe Hermann 2010-05-09 20:52:36 +0200
  • 114fb93f67 Gnuplot: Nicer output formatting. Uwe Hermann 2010-05-09 20:27:11 +0200
  • fdebec2108 filter.c: Error handling, code simplification. Uwe Hermann 2010-05-09 19:36:43 +0200
  • 5f8c4cb363 Gnuplot: Improve column/probe name display. Uwe Hermann 2010-05-09 15:52:56 +0200
  • e734b81a68 output_text: More error handling. Uwe Hermann 2010-05-09 15:38:33 +0200
  • caf62e22c4 output_gnuplot: Simplify event(). Uwe Hermann 2010-05-09 15:12:10 +0200
  • d20ba6490a output_binary: Code simplifications. Uwe Hermann 2010-05-09 15:11:47 +0200
  • 1e32053cd0 Gnuplot quickfix: Increase malloc()'ed size. Uwe Hermann 2010-05-09 15:02:17 +0200
  • 5cca9adbf2 VCD/Gnuplot: Store time/date in output. Uwe Hermann 2010-05-09 14:54:16 +0200
  • 607b58de58 VCD/Gnuplot: Cosmetics, code simplifications. Uwe Hermann 2010-05-09 14:42:46 +0200
  • a821069b34 Gnuplot output: More error handling. Uwe Hermann 2010-05-09 14:35:02 +0200
  • 2aebf78d9d datastore_new(): Use int as return value. Uwe Hermann 2010-05-09 13:32:58 +0200
  • 33247d6acf Datastore: More error checking. Uwe Hermann 2010-05-09 13:25:03 +0200
  • 6b5e3ceefc VCD: Improve error handling/checking. Uwe Hermann 2010-05-08 16:09:25 +0200
  • d2b36a10d7 output_text: always print sigrok version Bert Vermeulen 2010-05-05 22:06:38 -0700
  • c9c1c6458c output_binary: rm TODO item Bert Vermeulen 2010-05-05 21:43:25 -0700
  • 7aae74622e output: if device has no plugin, don't report samplerate Bert Vermeulen 2010-05-05 19:56:48 -0700
  • db91a1c3c1 input: use dummy device when loading from file Bert Vermeulen 2010-05-05 19:55:58 -0700
  • 873080cc03 allow devices without a plugin Bert Vermeulen 2010-05-05 19:54:19 -0700
  • e273a9040e Output: Fix invalid pointer dereferencing in vcd and gnuplot. Håvard Espeland 2010-05-04 19:44:39 +0200
  • bdfc7a8974 Sigma: Small cleanups. Håvard Espeland 2010-05-03 21:35:02 +0200
  • 36b1c8e61b Sigma: Use software trigger to pinpoint exact sample. Håvard Espeland 2010-05-03 21:30:37 +0200
  • 6aac77375b Sigma: Add state machine for tracking Sigma status. Håvard Espeland 2010-05-03 19:04:10 +0200
  • a42aec7f6e Sigma: Merge storage of rise/fall triggers. Håvard Espeland 2010-05-03 15:06:43 +0200
  • 4ae1f45136 Sigma: Minor cleanups. Håvard Espeland 2010-05-02 19:21:05 +0200
  • 11fc8d9d93 Sigma: Set capture ratio correctly. Håvard Espeland 2010-05-02 19:12:36 +0200
  • c53d793f03 Sigma: 50 MHZ falling/rising edge trigger support. Håvard Espeland 2010-05-02 14:58:59 +0200
  • f758d0744d Sigma: Fix simple trigger LUT calculation. Håvard Espeland 2010-05-02 12:59:33 +0200
  • ee492173a1 Sigma: Value/mask trigger support in 50 MHz mode. Håvard Espeland 2010-05-01 22:38:43 +0200
  • eec5275e2f Sigma: Small cleanups. Håvard Espeland 2010-05-01 14:22:22 +0200
  • e65679b15e Saleae: Rename firmware file to saleae-logic.fw. Uwe Hermann 2010-05-01 02:41:37 +0200
  • 34e4813f2e inout module infrastructure + binary input module Bert Vermeulen 2010-04-30 15:54:39 -0700
  • 5045c217e6 cli: Show trigger event in bits plugin. Håvard Espeland 2010-04-30 22:18:55 +0200
  • 57bbf56b84 Sigma: Add triggers support for 100 and 200 MHz. Håvard Espeland 2010-04-30 22:18:10 +0200
  • ed09fd07f7 Sigma: Minor cleanup and add more samplesrates. Håvard Espeland 2010-04-30 23:51:57 +0200
  • 9ddb2a125d Sigma: Small cosmetic fixes. Uwe Hermann 2010-04-29 00:32:44 +0200
  • edca2c5c22 Sigma: Support for low samplerates Håvard Espeland 2010-04-28 22:45:13 +0200
  • f78898e947 Sigma: Support 50 and 200 MHz modes Håvard Espeland 2010-04-28 21:21:19 +0200
  • a8116d764b Sigma: Rename firmware files Håvard Espeland 2010-04-28 21:20:27 +0200
  • e8397563a2 Sigma: Upload 50, 100 or 200 MHz firmware Håvard Espeland 2010-04-28 20:01:15 +0200
  • f6564c8d19 Sigma: Move upload firmware into a function Håvard Espeland 2010-04-28 19:48:59 +0200
  • fefa18001a ASIX SIGMA: Coding style fixes (via indent mostly). Uwe Hermann 2010-04-28 00:17:28 +0200
  • 204b1629bd asix-sigma.h: Add missing license header. Uwe Hermann 2010-04-27 22:46:59 +0200
  • 911f18341b ASIX Sigma: Use common license header format. Uwe Hermann 2010-04-27 22:44:15 +0200
  • 28a35d8ab3 This commit adds initial support for the Asix Sigma Logic Analyzer. Currently, only 200 MHz is supported, and only with software trigger. Firmware for the device will be distributed separately, with permission from the vendor. Håvard Espeland 2010-04-27 21:43:24 +0200
  • 926b866cb6 Win: Fix compile, serial port code (unfinished). Uwe Hermann 2010-04-22 03:39:02 +0200
  • 9601818842 simplify code for unused features Bert Vermeulen 2010-04-18 10:57:13 -0700
  • eee4890f2f fix broken samplerate calculation Bert Vermeulen 2010-04-17 23:07:00 -0700
  • 9c48090a88 fix double DF_END and libusb timeout Bert Vermeulen 2010-04-17 22:09:33 -0700
  • 9a4988343f Oops, bugfixes. Uwe Hermann 2010-04-15 23:24:44 +0200
  • 408e719989 Refactoring and code simplifications. Uwe Hermann 2010-04-15 23:21:30 +0200
  • fed16f06e2 Saleae/Zeroplus: Coding style fixes. Uwe Hermann 2010-04-15 22:59:43 +0200
  • 43fc7885d3 OLS: Coding style fixes. Uwe Hermann 2010-04-15 22:16:35 +0200