2012-02-01 |
Uwe Hermann | srd: uart: Move protocol docs to __init__.py. |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Uwe Hermann | srd: uart: Add missing initialization. |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Uwe Hermann | srd: uart: Use strings for packet types. |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Bert Vermeulen | srd: rename extra_probes to optional_probes in all PDs |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Bert Vermeulen | srd: rename extra_probes to optional_probes |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Bert Vermeulen | srd: free all decoder instances when unloading decoders |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Bert Vermeulen | srd: avoid POSIX_SOURCE warning |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Bert Vermeulen | srd: remove obsolete DDC-only I2C filter |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Bert Vermeulen | srd: add generic I2C filter PD |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Uwe Hermann | srd: Add missing <inttypes.h> #include (for PRIu64). |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Bert Vermeulen | edid: properly deal with leading I2C crud + small fixes |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Bert Vermeulen | srd: removed stray malloc() |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Bert Vermeulen | srd: clear objects after final decref, so it doesn... |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Bert Vermeulen | edid: move PD docstring to __init__.py |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Bert Vermeulen | srd: add EDID 1.3 decoder |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Bert Vermeulen | ddc: add protocol output |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Uwe Hermann | Update/enforce/document our build requirements. |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Uwe Hermann | srd: Drop unneeded check, g_free() handles NULL fine. |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Uwe Hermann | srd: PDs: Cleanups, simplifications, small fixes. |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Uwe Hermann | srd: mlx90614: Show more exact temperature. |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Uwe Hermann | srd: Use PRIu64 for uint64_t values. |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Bert Vermeulen | srd: add more debugging around probe mapping |
commit | commitdiff | tree | snapshot |
2012-01-27 |
Bert Vermeulen | srd: use format string where one is expected |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Uwe Hermann | srd: Melexis MLX90614 Infrared Thermometer decoder. |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Uwe Hermann | srd: Remove manual log domain ("srd: ") prefixes. |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Uwe Hermann | srd: log: Support for setting a log domain (prefix). |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Uwe Hermann | srd: UART: s/parity/parity_type/. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Uwe Hermann | srd: All PDs: Various fixes, cosmetics. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Uwe Hermann | srd: mx25lxx05d: Cleanups, add optional probes. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Uwe Hermann | srd: Support for registering a custom log handler. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Uwe Hermann | srd: Add Epson RTC-8564 JE/NB protocol decoder. |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Bert Vermeulen | srd: properly recurse into PD instances when looking... |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Bert Vermeulen | sr: better error reporting |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Bert Vermeulen | srd: change struct srd_pd_output to have a path to... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Uwe Hermann | srd: Prepend (not append) PD dirs to sys.path. |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Bert Vermeulen | srd: deal with invalid probe specifications better |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Bert Vermeulen | srd: i2cdemux: add missing Makefile.am |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Bert Vermeulen | srd: use new exception system everywhere |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Bert Vermeulen | srd: add python exception catcher, which routes to... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Bert Vermeulen | srd: minor code cleanup |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Uwe Hermann | srd: Add generic i2cdemux protocol decoder. |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Bert Vermeulen | srd: make all debugging and error reporting uniform |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Bert Vermeulen | srd: use more appropriate calls for integer constants |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Bert Vermeulen | srd: better check for PDs with no defined probes |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Bert Vermeulen | srd: fix probe mapping |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Bert Vermeulen | srd: support for mapping probes |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Bert Vermeulen | srd: decoder class structure check belongs in module... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Bert Vermeulen | add py_dictitem_as_str(), more checking in py_attr_as_str() |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Uwe Hermann | srd: UART: Update to new options API. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Uwe Hermann | srd: SPI: Convert to new options API. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Bert Vermeulen | srd: fix decoder loading, and back to using glib dirent... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Bert Vermeulen | srd: don't check directory structure a PD is in, but... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Bert Vermeulen | srd: simplified error checking, in preparation for... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Bert Vermeulen | accept only supported types in decoder class default... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Uwe Hermann | srd: Windows/MinGW Python path format fixes. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Bert Vermeulen | srd: always set default options, regardless of overrides |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Bert Vermeulen | I2C: no need to copy default option values over from... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Bert Vermeulen | SRD: support setting per-PD options |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Bert Vermeulen | srd: don't decref an object we don't own |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Bert Vermeulen | I2C: properly use sample numbers in proto/annotation... |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Bert Vermeulen | srd: PDs now get a logic feed with sample numbers,... |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Uwe Hermann | srd: Add 'api_version = 1' to all PDs. |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Uwe Hermann | srd: Each PD now has its own subdirectory. |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Bert Vermeulen | move sigrokdecode.Decoder type to its own source file |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Uwe Hermann | srd: Decoders: Remove author/email fields. |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Uwe Hermann | srd: Bring back small stuff lost in the merge. |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Bert Vermeulen | srd: rename srd_usb to what it thinks it's called |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Bert Vermeulen | srd: rename srd_usb to what it thinks it's called |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Bert Vermeulen | srd: handle missing module docstrings better |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Bert Vermeulen | CLI: when invoked with only -a <pd>, the PD's documenta... |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Bert Vermeulen | srd: clean up module loading/unloading, and the decoder... |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Bert Vermeulen | move srd_Decoder to sigrokdecode.h, and rename it in... |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Uwe Hermann | srd: Add ebr30a_i2c_demux PD (I2C in, 3 x I2C out). |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Uwe Hermann | srd: I2C: Small fixup. |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Uwe Hermann | srd: pan1321: Support replies from device. |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Uwe Hermann | srd: pan1321: Update to new UART format. |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Uwe Hermann | srd: UART: Handle both RX and TX pins. |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Uwe Hermann | srd: Separate author/email fields for now. |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Uwe Hermann | Improve 'longname' PD strings, use in 'sigrok-cli -V'. |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Uwe Hermann | srd: I2C: No need for underscores in string cmds. |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Uwe Hermann | srd: Consistent PD option defaults handling. |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Uwe Hermann | srd: SPI: Add support for different CS# polarity. |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Uwe Hermann | srd: SPI: Output warning annotation if CS# de-asserted. |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Uwe Hermann | srd: SPI: Support sampling on rising/falling CLK edge. |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Uwe Hermann | srd: SPI: Add support for arbitrary word sizes. |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Uwe Hermann | srd: SPI: Add support for bit order option. |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Uwe Hermann | srd: SPI: Set default PD options. |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Uwe Hermann | srd: SPI: Fix typo. |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Uwe Hermann | srd: SPI: Sketch of the PD options (unused). |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Uwe Hermann | srd: mx25lxx05d: Update to new API, make it work. |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Uwe Hermann | srd: SPI: Handle both directions, output proto data. |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Uwe Hermann | srd: SPI: probes[]: Add missing MISO and CS lines. |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Uwe Hermann | srd: SPI: s/sdata/mosi/. |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Uwe Hermann | srd: SPI: s/rxdata/mosidata/. |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Uwe Hermann | srd: SPI: s/rxcount/bitcount/. |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Uwe Hermann | srd: Fix/update SPI protocol decoder. |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Uwe Hermann | srd: Fix transitioncounter protocol decoder. |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Uwe Hermann | srd: USB: Move pids dict to global level. |
commit | commitdiff | tree | snapshot |
2012-01-14 |
Uwe Hermann | srd: USB: Update decoder to new API, small fixes. |
commit | commitdiff | tree | snapshot |
2012-01-13 |
Uwe Hermann | srd: Add initial DCF77 protocol decoder. |
commit | commitdiff | tree | snapshot |
next |