]> sigrok.org Git - libsigrokdecode.git/shortlog
libsigrokdecode.git
2012-01-21 Bert Vermeulensrd: support for mapping probes
2012-01-21 Bert Vermeulensrd: decoder class structure check belongs in module...
2012-01-21 Bert Vermeulenadd py_dictitem_as_str(), more checking in py_attr_as_str()
2012-01-20 Uwe Hermannsrd: UART: Update to new options API.
2012-01-19 Uwe Hermannsrd: SPI: Convert to new options API.
2012-01-19 Bert Vermeulensrd: fix decoder loading, and back to using glib dirent...
2012-01-19 Bert Vermeulensrd: don't check directory structure a PD is in, but...
2012-01-19 Bert Vermeulensrd: simplified error checking, in preparation for...
2012-01-19 Bert Vermeulenaccept only supported types in decoder class default...
2012-01-18 Uwe Hermannsrd: Windows/MinGW Python path format fixes.
2012-01-18 Bert Vermeulensrd: always set default options, regardless of overrides
2012-01-17 Bert VermeulenI2C: no need to copy default option values over from...
2012-01-17 Bert VermeulenSRD: support setting per-PD options
2012-01-16 Bert Vermeulensrd: don't decref an object we don't own
2012-01-15 Bert VermeulenI2C: properly use sample numbers in proto/annotation...
2012-01-15 Bert Vermeulensrd: PDs now get a logic feed with sample numbers,...
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 Bert Vermeulenmove sigrokdecode.Decoder type to its own source file
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 Vermeulensrd: handle missing module docstrings better
2012-01-15 Bert VermeulenCLI: when invoked with only -a <pd>, the PD's documenta...
2012-01-15 Bert Vermeulensrd: clean up module loading/unloading, and the decoder...
2012-01-15 Bert Vermeulenmove srd_Decoder to sigrokdecode.h, and rename it in...
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: Minor doxygen cosmetics.
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-09 Bert Vermeulencode cleanup
2012-01-08 Bert Vermeulensrd: change output_new() API call to add()
2012-01-08 Bert Vermeuleni2c: fix address handling
2012-01-08 Bert Vermeulenpass PD output to the calling frontend, simple annotati...
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 Uwe Hermannsrd: Add SRD_ERR_BUG.
2012-01-07 Uwe HermannMore .gitignore files cleanup.
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 Vermeulencheck before calling PyObject_GetAttrString(): this...
2012-01-07 Bert Vermeulenconvert data coming in from a PD to C structs
2012-01-06 Renato CaldasAdded "autostuff" to the .gitignore.
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 Uwe Hermannsrd: Small Python detection fixes.
2012-01-05 Renato Caldasconfigure.ac: fixed python3-config detection.
2012-01-05 Bert Vermeulennew srd_logic type implementation for PDs to iterate...
2012-01-04 Uwe HermannA few more fixes for configure.ac files.
2012-01-04 Uwe Hermannsr/srd: Add Doxyfile to the tarball.
next