]> sigrok.org Git - libsigrokdecode.git/history - decoders
srd: support for mapping probes
[libsigrokdecode.git] / decoders /
2012-01-20 Uwe Hermannsrd: UART: Update to new options API.
2012-01-19 Uwe Hermannsrd: SPI: Convert to new options API.
2012-01-17 Bert VermeulenI2C: no need to copy default option values over from...
2012-01-15 Bert VermeulenI2C: properly use sample numbers in proto/annotation...
2012-01-15 Uwe Hermannsrd: Add 'api_version = 1' to all PDs.
2012-01-15 Uwe Hermannsrd: Each PD now has its own subdirectory.
2012-01-15 Uwe Hermannsrd: Decoders: Remove author/email fields.
2012-01-15 Uwe Hermannsrd: Bring back small stuff lost in the merge.
2012-01-15 Bert Vermeulensrd: rename srd_usb to what it thinks it's called
2012-01-15 Bert Vermeulensrd: rename srd_usb to what it thinks it's called
2012-01-15 Bert VermeulenCLI: when invoked with only -a <pd>, the PD's documenta...
2012-01-15 Uwe Hermannsrd: Add ebr30a_i2c_demux PD (I2C in, 3 x I2C out).
2012-01-15 Uwe Hermannsrd: I2C: Small fixup.
2012-01-15 Uwe Hermannsrd: pan1321: Support replies from device.
2012-01-14 Uwe Hermannsrd: pan1321: Update to new UART format.
2012-01-14 Uwe Hermannsrd: UART: Handle both RX and TX pins.
2012-01-14 Uwe Hermannsrd: Separate author/email fields for now.
2012-01-14 Uwe HermannImprove 'longname' PD strings, use in 'sigrok-cli -V'.
2012-01-14 Uwe Hermannsrd: I2C: No need for underscores in string cmds.
2012-01-14 Uwe Hermannsrd: Consistent PD option defaults handling.
2012-01-14 Uwe Hermannsrd: SPI: Add support for different CS# polarity.
2012-01-14 Uwe Hermannsrd: SPI: Output warning annotation if CS# de-asserted.
2012-01-14 Uwe Hermannsrd: SPI: Support sampling on rising/falling CLK edge.
2012-01-14 Uwe Hermannsrd: SPI: Add support for arbitrary word sizes.
2012-01-14 Uwe Hermannsrd: SPI: Add support for bit order option.
2012-01-14 Uwe Hermannsrd: SPI: Set default PD options.
2012-01-14 Uwe Hermannsrd: SPI: Fix typo.
2012-01-14 Uwe Hermannsrd: SPI: Sketch of the PD options (unused).
2012-01-14 Uwe Hermannsrd: mx25lxx05d: Update to new API, make it work.
2012-01-14 Uwe Hermannsrd: SPI: Handle both directions, output proto data.
2012-01-14 Uwe Hermannsrd: SPI: probes[]: Add missing MISO and CS lines.
2012-01-14 Uwe Hermannsrd: SPI: s/sdata/mosi/.
2012-01-14 Uwe Hermannsrd: SPI: s/rxdata/mosidata/.
2012-01-14 Uwe Hermannsrd: SPI: s/rxcount/bitcount/.
2012-01-14 Uwe Hermannsrd: Fix/update SPI protocol decoder.
2012-01-14 Uwe Hermannsrd: Fix transitioncounter protocol decoder.
2012-01-14 Uwe Hermannsrd: USB: Move pids dict to global level.
2012-01-14 Uwe Hermannsrd: USB: Update decoder to new API, small fixes.
2012-01-13 Uwe Hermannsrd: Add initial DCF77 protocol decoder.
2012-01-12 Uwe Hermannsrd: nunchuk: Partial update to new stacking API.
2012-01-12 Uwe Hermannsrd: decoders: Rename obsolete timeoffset/duration.
2012-01-12 Uwe Hermannsrd: decoders: Metadata consistency fixes/updates.
2012-01-12 Uwe Hermannsrd: i2c: Drop unneeded %s usage.
2012-01-12 Uwe Hermannsrd: i2c: Use short-form if-else Python idiom.
2012-01-12 Uwe Hermannsrd: Decoders: Cosmetics and whitespace fixes.
2012-01-12 Uwe Hermannsrd: Drop duplicate SRD_ prefix from ANN/PROTO.
2012-01-10 Uwe Hermannsrd: Drop useless out_ann/out_proto init.
2012-01-10 Uwe Hermannsrd: Use 'import sigrokdecode as srd' for brevity.
2012-01-10 Uwe Hermannsrd: annotation -> annotations.
2012-01-10 Uwe Hermannsrd: Finish consistency rename to ANN/PROTO.
2012-01-10 Uwe Hermannsrd: Fix typo in Makefile.am.
2012-01-10 Uwe Hermannsrd: Add Panasonic PAN1321 decoder (on top of UART).
2012-01-10 Uwe Hermannsrd: self.add: Use sigrokdecode.SRD_OUTPUT_*.
2012-01-10 Uwe Hermannsrd: output_{protocol,annotation} -> out_{proto,ann}.
2012-01-10 Uwe Hermannsrd: s/output_new/add/ for all decoders.
2012-01-09 Bert VermeulenStacked protocol decoders implementation.
2012-01-08 Bert Vermeulensrd: change output_new() API call to add()
2012-01-08 Bert Vermeuleni2c: fix address handling
2012-01-07 Uwe Hermannsrd: UART: Define an output format and document it.
2012-01-07 Uwe Hermannsrd: UART: Add more aliases, report invalid bits.
2012-01-07 Uwe Hermannsrd: UART: Update to new PD annotation API.
2012-01-07 Uwe Hermannsrd: UART: Drop 'quick_hack' stuff.
2012-01-07 Bert Vermeulenexpose SRD_OUTPUT_* as symbols in the sigrokdecode...
2012-01-07 Bert VermeulenDecoder.output_new() now takes an extra protocol_id...
2012-01-07 Bert Vermeulenconvert data coming in from a PD to C structs
2012-01-05 Uwe Hermannsrd: We use 0/1 instead of False/True at the moment.
2012-01-05 Uwe Hermannsrd: Update mx25lxx05d.py to new API.
2012-01-05 Uwe Hermannsrd: Update nunchuk decoder to new API.
2012-01-05 Uwe Hermannsrd: Update transitioncounter to the new API.
2012-01-05 Uwe Hermannsrd: Update USB decoder to the new API.
2012-01-05 Uwe Hermannsrd: Update the SPI decoder to the new API.
2012-01-05 Uwe Hermannsrd: Convert UART decoder to new API.
2012-01-05 Bert Vermeulennew srd_logic type implementation for PDs to iterate...
2012-01-03 Uwe Hermannsrd: Remove decode() docstrings.
2012-01-03 Uwe Hermannsrd: *.py: Remove one incorrect ord() call.
2012-01-03 Uwe Hermannsrd: Quick hack to make nunchuk.py work again.
2012-01-03 Uwe Hermannsrd: Quick hack to make mx25lxx05d.py work again.
2012-01-03 Uwe Hermannsrd: Quick hack to make transitioncounter.py work again.
2012-01-03 Uwe Hermannsrd: Quick hack to make the USB decoder work again.
2012-01-03 Uwe Hermannsrd: Quick hack to make the SPI decoder work again.
2012-01-03 Uwe Hermannsrd: Quick hack to make the UART decoder work again.
2011-12-28 Bert Vermeulenpython 3 port
2011-12-28 Bert Vermeulenmake time/duration work, at least when loading from...
2011-12-28 Bert Vermeulennew dynamic output stream registration code, not finished.
2011-12-17 Uwe Hermannsrd: Add MX25Lxx05D SPI chip decoder.
2011-12-10 Uwe Hermannsrd: nunchuk: Make states global.
2011-12-10 Uwe Hermannsrd: decoders: Don't use problematic and/or construct.
2011-12-10 Uwe Hermannsrd: UART: Simplify a code snippet.
2011-12-10 Uwe Hermannsrd: UART: Add some protocol documentation.
2011-12-07 Uwe Hermannsrd: Add initial UART decoder.
2011-12-04 Uwe Hermannsrd: Update decoders to changed API.
2011-12-04 Bert Vermeulenrefactored PD framework, now using new sigrok.Decoder...
2011-12-01 Gareth McMullinsrd: Changed nunchuk and transitioncounter to new regis...
2011-12-01 Gareth McMullinsrd: PDs now explicitly register with sigrok module.
2011-12-01 Uwe Hermannsrd: i2c.py: States are global, not per-instance.
2011-11-30 Uwe Hermannsrd: srd_usb.py: Cosmetics, white-space fixes.
2011-11-29 Uwe Hermannsrd: nunchuk.py: Add some more URLs.
2011-11-29 Gareth McMullinsrd: Added USB full-speed decoder.
2011-11-28 Uwe Hermannsrd: nunchuk.py: Convert to new decoder API.
2011-11-27 Uwe Hermanndecoders: Drop psyco stuff, seems obsolete.
next