]> sigrok.org Git - libsigrokdecode.git/history - decoders
xfp: Drop unused "import os".
[libsigrokdecode.git] / decoders /
2014-02-23 Uwe Hermannxfp: Drop unused "import os".
2014-02-23 Uwe Hermannjtag: Use list comprehensions.
2014-02-23 Uwe Hermannsdcard_spi: Use list comprehensions.
2014-02-23 Uwe Hermannrtc8564: Use list comprehensions.
2014-02-23 Uwe Hermannrgb_led_spi: Shorten name/description (drop "mode").
2014-02-19 Uwe Hermannspi: Fix some start/end samplenumbers for PYTHON output.
2014-02-19 Uwe Hermannspi: Fix a bug when only supplying MOSI (but not MISO).
2014-02-19 Uwe Hermannrgb_led: Rename PD to rgb_led_spi.
2014-02-19 Uwe Hermannrgb_led: Fix annotation end sample numbers.
2014-02-19 Uwe Hermannrgb_led: Minor cosmetics, whitespace.
2014-02-19 Matt RanostayInitial RGB LED decoder
2014-02-09 Uwe Hermannusb_packet: s/NACK/NAK/.
2014-02-09 Uwe Hermannusb_packet: Use annotation classes and annotation rows.
2014-02-09 Uwe Hermannsdcard_spi: Adapt for MSB-first bits from spi PD.
2014-02-09 Uwe Hermannspi: Use/store bits in MSB-first order.
2014-02-09 Uwe Hermannspi: Fix warnings about CS# being de-asserted.
2014-02-09 Uwe Hermannrtc8564: Improve short annotations.
2014-02-09 Uwe Hermannrtc8564: Provide per-bit annotations.
2014-02-09 Uwe Hermanni2c: Emit per-bit annotations/packets and define annota...
2014-02-09 Uwe Hermannmx25lxx05d: Define annotation rows.
2014-02-09 Uwe Hermannmx25lxx05d: Use proper annotation classes.
2014-02-09 Uwe Hermannavr_isp: Fix 'Device' annotation sample numbers + row.
2014-02-09 Uwe Hermannavr_isp: Define annotation rows.
2014-02-09 Uwe Hermannavr_isp: Use proper annotation classes.
2014-02-09 Uwe Hermannsdcard_spi: Merge command ID/name and description into...
2014-02-09 Uwe Hermannsdcard_spi: Improved command handling / display.
2014-02-09 Uwe Hermannsdcard_spi: Fix handling of some warning annotations.
2014-02-09 Uwe Hermannsdcard_spi: Fix incorrect R1 reply annotation endsample.
2014-02-09 Uwe Hermannsdcard_spi: Fix incorrect 'Command index' value access.
2014-02-09 Uwe Hermannsdcard_spi: Use bit-exact annotations in handle_respons...
2014-02-09 Uwe Hermannsdcard_spi: Use bit-exact annotations in handle_command...
2014-02-09 Uwe Hermannspi: Throw an error if neither MISO nor MOSI was supplied.
2014-02-09 Uwe Hermannspi: Fix incorrect dataword endsample numbers.
2014-02-09 Uwe Hermannspi: Refactoring and cleanups.
2014-02-09 Uwe Hermannspi: Factor out reset_decoder_state().
2014-02-09 Uwe Hermannspi: Output per-bit annotations and OUTPUT_PYTHON data.
2014-02-09 Uwe Hermannsdcard_spi: Define annotation rows.
2014-02-09 Uwe Hermannsdcard_spi: Use proper annotation classes.
2014-02-09 Uwe Hermannsdcard_spi: Initial fixing round for correct samplenumbers.
2014-02-02 Uwe Hermannrtc8564: Handle century bit.
2014-02-01 Uwe Hermannrtc8564: Provide short/long annotations.
2014-02-01 Uwe Hermannrtc8564: Handle register 0x06 (weekday).
2014-02-01 Uwe Hermannrtc8564: Define annotation rows.
2014-02-01 Uwe Hermannrtc8564: Use proper annotation classes.
2014-02-01 Uwe Hermannlpc: Define annotation rows.
2014-02-01 Uwe HermannAdd a few missing probe-names.
2014-02-01 Uwe Hermannuart: Better annotation row handling of parity errors.
2014-02-01 Uwe Hermannguess_bitrate: start() doesn't take a metadata argument...
2014-02-01 Uwe Hermannusb_signalling: Define annotation rows.
2014-02-01 Uwe Hermannspi: Improve probe names/descriptions a bit.
2014-02-01 Uwe Hermannonewire_link: Define annotation rows.
2014-02-01 Uwe Hermanndcf77: Fix incorrect startsample for "month" field.
2014-02-01 Uwe Hermannavr_isp: Fix a bug resulting in incorrect start samples.
2014-01-31 Uwe Hermanndcf77: Define annotation rows.
2014-01-31 Uwe Hermannspi: Define annotation rows.
2014-01-31 Uwe Hermannuart: Define annotation rows.
2014-01-30 Uwe Hermannuart: Allow either RX or TX to be optional.
2014-01-30 Uwe Hermanns/out_proto/out_python/.
2014-01-30 Uwe Hermannmx25lxx05d: Add probe test case.
2014-01-30 Uwe Hermannuart: Add trekstor_ebr30_a test case.
2014-01-30 Uwe Hermannuart: Better fix for ASCII output.
2014-01-30 Uwe Hermannspi: Add mx25l1605d_probe test case.
2014-01-29 Uwe Hermannspi: Add atmega32_00 test case.
2014-01-28 Uwe Hermannspi: Rename 'sck' to the more common 'clk'.
2014-01-28 Uwe Hermannspi: Allow MISO or MOSI to be optional.
2014-01-28 Uwe Hermannspi: Drop temporary hack for combined MISO/MOSI out.
2014-01-28 Uwe HermannAll PDs: Consistent naming/case for annotation shortnam...
2014-01-28 Uwe HermannAll PDs: Drop unneeded comments.
2014-01-28 Uwe HermannAll PDs: Improve/fix descriptions.
2014-01-23 Uwe Hermanntransitioncounter: Drop PD (obsolete).
2014-01-23 Uwe Hermannuart: Add binaryout/dump support, drop obsolete 'uart_d...
2014-01-23 Uwe Hermanni2s: Add WAV dump support, drop obsolete 'i2s_dump...
2014-01-13 Uwe Hermannparallel: Make CLK probe optional.
2013-12-28 Uwe Hermannjtag: Use proper annotation classes, fix GUI usage.
2013-12-28 Uwe Hermannjtag: Refactor and simplify some code.
2013-12-28 Uwe HermannDo some more I2C to I²C changes.
2013-12-28 Uwe Hermanni2s: Fix typo.
2013-12-28 Joel Holdsworthmxc6225xu: Replace I2C with I²C
2013-12-28 Joel Holdsworthlm75: Replace I2C with I²C
2013-12-28 Joel Holdsworthi2s_dump: Replace I2S with I²S
2013-12-28 Joel Holdsworthi2s: Replace I2S with I²S
2013-12-28 Joel Holdsworthi2cfiler: Replaced I2C with I²C
2013-12-28 Joel Holdsworthi2cdemux: Replaced I2C with I²C
2013-12-28 Joel Holdsworthi2c: Replaced I2C with I²C
2013-12-13 Bert Vermeuleni2c: Add Python tests.
2013-12-13 Bert Vermeuleni2c: Avoid obsolete method.
2013-12-12 Bert Vermeuleni2c: Add binary tests.
2013-12-11 Bert VermeulenUse new binary class definition format.
2013-12-10 Bert VermeulenAdd protocol decoder testing framework.
2013-12-04 Uwe Hermannparallel: start(): Drop obsoleted metadata parameter.
2013-12-03 Uwe Hermannuart: Display non-ASCII characters properly.
2013-11-27 Bert Vermeulenedid: Make sure to install the vendor list.
2013-11-27 Bert VermeulenAutomate protocol decoder installation.
2013-11-15 Bert VermeulenUse OUTPUT_BINARY with four classes.
2013-11-15 Bert VermeulenDrop obsolete report() method.
2013-11-15 Bert VermeulenDrop outdated report: this should be handled by a frontend.
2013-11-15 Bert VermeulenUse the new Decoder.register() API
2013-11-15 Bert VermeulenEmit meta bitrate
2013-11-15 Bert VermeulenEmit meta bitrate
2013-11-07 Bert VermeulenRename inter-PD output type to SRD_OUTPUT_PYTHON
next