Commit Graph

  • 697785d1ae libsigrok: closedev() now has a return code. Uwe Hermann 2011-05-04 19:34:12 +0200
  • 1352eeddd4 libsigrok/cli: Implement loglevel support. Uwe Hermann 2011-05-04 19:03:01 +0200
  • 548b08e55c Drop unneeded skeleton files. Uwe Hermann 2011-05-03 19:18:43 +0200
  • 86f5e3d826 libsigrok: Rename open/close to opendev/closedev. Uwe Hermann 2011-05-03 19:15:54 +0200
  • 6f42226475 demo: Add some more debug output. Uwe Hermann 2011-05-02 01:40:16 +0200
  • 02604ed6de Initial support for CSV as output format. Uwe Hermann 2011-04-26 23:56:00 +0200
  • f38bdf5678 Change left-over SIGROK_* to SR_*. Uwe Hermann 2011-04-26 17:27:34 +0200
  • 4362438f1e LA8: Shrink mangled_buf from 8MB to 4KB. Uwe Hermann 2011-04-25 00:16:47 +0200
  • da0918aae0 ASIX: Small consistency fixes. Uwe Hermann 2011-04-24 22:53:27 +0200
  • 4bc5fd4568 LA8: Eliminate unused num_probes variable. Uwe Hermann 2011-04-24 22:50:04 +0200
  • 309397702f LA8: Replace some sr_warn() with sr_err(). Uwe Hermann 2011-04-24 22:48:45 +0200
  • ecaf59db8d LA8: probeconfig/trigger support. Uwe Hermann 2011-04-17 10:11:52 +0200
  • 4af22da595 Fix two small warnings. Uwe Hermann 2011-04-19 00:27:29 +0200
  • e519ba8645 Hardware drivers: Use names for struct entries. Uwe Hermann 2011-04-19 00:14:15 +0200
  • c0a4b9716d ols: Always use glib's memory allocation functions. Uwe Hermann 2011-04-17 14:51:54 +0200
  • ecad043fd0 MSO19: Always use glib's memory allocation functions. Uwe Hermann 2011-04-17 10:22:10 +0200
  • 27a3a6fe4b demo: Always use glib's memory allocation functions. Uwe Hermann 2011-04-16 17:23:04 +0200
  • c548332c21 serial.c: Use g_try_malloc(). Uwe Hermann 2011-04-16 16:07:28 +0200
  • 12ad53f5a6 ASIX Sigma: Improve error handling a bit. Uwe Hermann 2011-04-16 16:04:32 +0200
  • 92b3101cfc alsa: Always use glib's memory allocation functions. Uwe Hermann 2011-04-16 15:58:26 +0200
  • 2e82a17b5a LA8: Always use glib's memory allocation functions. Uwe Hermann 2011-04-16 14:24:58 +0200
  • b53738baf7 Replace g_malloc{0,} with g_try_malloc{0,}. Uwe Hermann 2011-04-16 14:17:51 +0200
  • 50959ddcdc gnuplot output: Optimize by only storing changes. Uwe Hermann 2011-04-15 21:49:22 +0200
  • 15f2d0c0f2 Don't close/reset the FTDI device too often. Uwe Hermann 2011-04-15 20:47:26 +0200
  • 2f5c8c9696 LA8: free() sample buffers in hw_closedev(). Uwe Hermann 2011-04-15 20:05:45 +0200
  • b08024a836 libsigrok: Introduce sr_dbg/sr_info/sr_warn/sr_err. Uwe Hermann 2011-04-14 09:46:53 +0200
  • 83e9d58638 Add chronovu-la8 input file format support. Uwe Hermann 2011-04-11 00:21:19 +0200
  • 8c48f17944 Add chronovu-la8 output file format. Uwe Hermann 2011-04-10 23:33:43 +0200
  • 20ebd1fe1d gnuplot output: More error checks. Uwe Hermann 2011-04-10 16:46:05 +0200
  • cdb3573ceb input/output formats: s/extension/id/. Uwe Hermann 2011-04-06 21:51:36 +0200
  • 8703f512a7 LA8: Use the new SR_ERR_ARG macro. Uwe Hermann 2011-04-06 20:01:31 +0200
  • f7d2982d42 Add SR_ERR_ARG #define. Uwe Hermann 2011-04-06 19:53:31 +0200
  • 819184ee68 Binary output: Add more error checks. Uwe Hermann 2011-04-06 19:51:11 +0200
  • d494a4aa9d input/output formats: Explicit struct member names. Uwe Hermann 2011-04-06 19:42:49 +0200
  • f4314d7e06 Add initial support for the ChronoVu LA8. Uwe Hermann 2011-04-04 19:40:30 +0200
  • 8a7b47cdfa Revert temporary changes for 0.2 release. Uwe Hermann 2011-04-03 23:18:46 +0200
  • 2f3aab0ee9 Disable some stuff which should not be in 0.2. Uwe Hermann 2011-04-03 22:38:35 +0200
  • 847c21bc65 Hook up output/text directory with autotools. Uwe Hermann 2011-04-03 20:15:12 +0200
  • 4fe9a6da79 OLS driver overhaul Bert Vermeulen 2011-04-03 06:15:45 +0200
  • f437ea3fe2 small warning fix Bert Vermeulen 2011-03-17 14:53:06 +0100
  • 4487177c79 output_ols: disabled cursors don't really need to be listed Bert Vermeulen 2011-02-14 05:55:01 +0100
  • 82957b65b1 ASIX Sigma: Fix firmware loading bug. Uwe Hermann 2011-03-25 13:44:16 +0100
  • 8bb416becf Kill unused functions (avoid namespace pollution). Uwe Hermann 2011-02-22 23:20:22 +0100
  • 120b259ea8 Drop obsolete vcd_header. Uwe Hermann 2011-02-22 23:13:34 +0100
  • d078d2e5f3 Make some more items 'static'. Uwe Hermann 2011-02-22 23:12:41 +0100
  • 25b4fb8557 Add doxygen comment to sr_filter_probes(). Uwe Hermann 2011-02-22 23:01:29 +0100
  • cd009d5561 sr_exit(): Return int to be able to report errors. Uwe Hermann 2011-02-22 18:13:32 +0100
  • f5a443f27a Make DATASTORE_CHUNKSIZE private. Uwe Hermann 2011-02-22 18:08:41 +0100
  • c91404191e Add SR_HZ macro for consistency. Uwe Hermann 2011-02-22 18:05:16 +0100
  • 59df0c77e2 Add SR_ prefix to the KHZ/MHZ/GHZ macros. Uwe Hermann 2011-02-22 17:57:03 +0100
  • 9688b443f6 Add SR_ prefix for MAX_NUM_PROBES/MAX_PROBENAME_LEN. Uwe Hermann 2011-02-20 18:39:47 +0100
  • 4cea9eb20d Make ARRAY_SIZE/ARRAY_AND_SIZE private. Uwe Hermann 2011-02-20 18:29:05 +0100
  • 54ac5277c5 Constify some more 'char *' parameters. Uwe Hermann 2011-02-20 18:24:25 +0100
  • 809c5f2011 Add sr_ prefix for analog stuff some structs. Uwe Hermann 2011-02-20 14:20:15 +0100
  • a887e3da97 Add sr_ prefix to receive_data_callback typedef. Uwe Hermann 2011-02-20 14:14:13 +0100
  • 13b0573369 Add sr_ prefix to datafeed_callback typedef. Uwe Hermann 2011-02-20 14:09:15 +0100
  • e5551f657d Drop obsolete source_callback_*(). Uwe Hermann 2011-02-20 14:04:12 +0100
  • c25d2039de Add sr_ prefix to filter_probes(). Uwe Hermann 2011-02-20 13:58:21 +0100
  • 8225e92175 Constify a few more 'char *' parameters. Uwe Hermann 2011-02-20 13:53:13 +0100
  • 8233ff53ae Make load_hwplugins() private. Uwe Hermann 2011-02-20 13:27:08 +0100
  • ee4b6342af Add sr_ prefix to list_hwplugins(). Uwe Hermann 2011-02-20 13:24:26 +0100
  • 6f1be0a2d4 Add sr_ prefix to session_{add,remove}. Uwe Hermann 2011-02-20 13:19:27 +0100
  • 77b454421a Disable analog bits/gnuplot output for now. Uwe Hermann 2011-02-20 13:08:44 +0100
  • 29cbfeaf5c Mark some private stuff 'static'. Uwe Hermann 2011-02-15 19:38:46 +0100
  • a65de0309b Add sr_ prefix for hwcap structs/functions. Uwe Hermann 2011-02-15 19:24:52 +0100
  • a46d35febf Drop prototype for non-existant make_metadata(). Uwe Hermann 2011-02-20 21:00:32 +0100
  • 218557b85a Quickfix for a segfault with file input via -i. Uwe Hermann 2011-02-13 11:27:52 +0100
  • 305bde4d42 implement version 1.3 of the OLS output format, now streaming Bert Vermeulen 2011-02-12 06:18:16 +0100
  • 4bfbf9fce7 demo: forgot second part of samplerate support Bert Vermeulen 2011-02-12 03:24:23 +0100
  • e5d1717e6d Saleae: Make more private stuff static. Uwe Hermann 2011-02-09 00:07:29 +0100
  • ba0b1dc639 Doxygen config files: Initial configuration. Uwe Hermann 2011-02-08 23:46:29 +0100
  • df66e48b0c Add doxygen config files for both libs. Uwe Hermann 2011-02-08 23:00:49 +0100
  • 03dbc020cd Rename probe_find() to sr_device_probe_find(). Uwe Hermann 2011-02-08 21:50:27 +0100
  • dfcc0bf9d3 strutil.c: Fix typo, add some (API) docs/comments. Uwe Hermann 2011-02-08 21:47:50 +0100
  • c49111295f Add sr_ prefix for datastore API functions. Uwe Hermann 2011-02-08 21:22:10 +0100
  • 2bf4aca64a Add sr_ prefix for device related API functions. Uwe Hermann 2011-02-08 18:19:38 +0100
  • 60679b18e6 Add sr_ prefix to 'struct samplerates'. Uwe Hermann 2011-02-08 18:07:19 +0100
  • 8a2efef2d5 Add sr_ prefix to session related API functions. Uwe Hermann 2011-02-08 18:00:49 +0100
  • 2872d21ebc Add sr_ prefix for 'struct session'. Uwe Hermann 2011-02-08 17:50:29 +0100
  • 1afe89897c Add sr_ prefix for 'struct probe'. Uwe Hermann 2011-02-08 17:47:38 +0100
  • 3bbd9849e9 Fix warnings: g_fopen() needs <glib/gstdio.h>. Uwe Hermann 2011-02-06 02:14:57 +0100
  • 868d8cefec Use glib's g_fopen() instead of fopen(). Uwe Hermann 2011-02-05 20:03:17 +0100
  • 45fdfa307d MinGW: Use "b" in all fopen() calls. Uwe Hermann 2011-02-04 23:52:16 +0100
  • 0f33365007 Revert FIRMWARE_DIR / DECODERS_DIR method for now. Uwe Hermann 2011-02-04 20:11:17 +0100
  • d81d29333e demo: support setting sample rate Bert Vermeulen 2011-02-04 06:28:49 +0100
  • 904e0b589e ols: default to 200KHz samplerate Bert Vermeulen 2011-02-01 18:27:12 +0100
  • a9f54bcd7b MinGW: Build fixes. Uwe Hermann 2011-02-02 13:13:13 +0100
  • 22b0238344 Fix build when no libusb-LA is compiled. Uwe Hermann 2011-02-02 10:25:52 +0100
  • cddd1c5f47 demo: stored-pattern generator now keeps state Bert Vermeulen 2011-02-01 06:51:34 +0100
  • 6e738600eb output_ols: now fully compliant with spec Bert Vermeulen 2011-02-01 06:13:32 +0100
  • 3a28509817 don't just assume a device has a samplerate setting Bert Vermeulen 2011-02-01 02:33:54 +0100
  • 4a1b18f86d don't force .sigrok extension when saving session file Bert Vermeulen 2011-02-01 01:41:33 +0100
  • b8c2f85f56 session_driver: remove unneeded callbacks Bert Vermeulen 2011-02-01 00:06:32 +0100
  • dd56a9320d fix device probe adding Bert Vermeulen 2011-01-31 23:44:18 +0100
  • 7d65887435 implement session loading based on a virtual device driver Bert Vermeulen 2011-01-31 22:34:14 +0100
  • 40f5ddac01 move samplerate/period printers and parsers into libsigrok Bert Vermeulen 2011-01-31 22:29:40 +0100
  • a59606dfff remove dead code Bert Vermeulen 2011-01-30 21:57:45 +0100
  • 9f4bc44e3a MinGW: Build fix. Uwe Hermann 2011-01-31 14:14:28 +0100
  • 01d9dc35ad Consistently use _exit prefix for functions. Uwe Hermann 2011-01-30 19:22:13 +0100
  • 5a2326a71b SR_ prefix for all public enums. Uwe Hermann 2011-01-30 17:58:41 +0100