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 |
2012-01-12 |
Uwe Hermann | srd: nunchuk: Partial update to new stacking API. |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Uwe Hermann | srd: decoders: Rename obsolete timeoffset/duration. |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Uwe Hermann | srd: decoders: Metadata consistency fixes/updates. |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Uwe Hermann | srd: i2c: Drop unneeded %s usage. |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Uwe Hermann | srd: i2c: Use short-form if-else Python idiom. |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Uwe Hermann | srd: Decoders: Cosmetics and whitespace fixes. |
commit | commitdiff | tree | snapshot |
2012-01-12 |
Uwe Hermann | srd: Drop duplicate SRD_ prefix from ANN/PROTO. |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Uwe Hermann | srd: Drop useless out_ann/out_proto init. |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Uwe Hermann | srd: Use 'import sigrokdecode as srd' for brevity. |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Uwe Hermann | srd: annotation -> annotations. |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Uwe Hermann | srd: Finish consistency rename to ANN/PROTO. |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Uwe Hermann | srd: Fix typo in Makefile.am. |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Uwe Hermann | srd: Minor doxygen cosmetics. |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Uwe Hermann | srd: Add Panasonic PAN1321 decoder (on top of UART). |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Uwe Hermann | srd: self.add: Use sigrokdecode.SRD_OUTPUT_*. |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Uwe Hermann | srd: output_{protocol,annotation} -> out_{proto,ann}. |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Uwe Hermann | srd: s/output_new/add/ for all decoders. |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Bert Vermeulen | Stacked protocol decoders implementation. |
commit | commitdiff | tree | snapshot |
2012-01-09 |
Bert Vermeulen | code cleanup |
commit | commitdiff | tree | snapshot |
2012-01-08 |
Bert Vermeulen | srd: change output_new() API call to add() |
commit | commitdiff | tree | snapshot |
2012-01-08 |
Bert Vermeulen | i2c: fix address handling |
commit | commitdiff | tree | snapshot |
2012-01-08 |
Bert Vermeulen | pass PD output to the calling frontend, simple annotati... |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Uwe Hermann | srd: UART: Define an output format and document it. |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Uwe Hermann | srd: UART: Add more aliases, report invalid bits. |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Uwe Hermann | srd: UART: Update to new PD annotation API. |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Uwe Hermann | srd: UART: Drop 'quick_hack' stuff. |
commit | commitdiff | tree | snapshot |
next |