Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-28 | srd: PDs: Whitespace and cosmetics. | Uwe Hermann | |
2012-02-01 | srd: Properly use append() for appending to lists. | Uwe Hermann | |
This is not only the canonical way to do it, it's also quite a bit faster and less memory-intensive than using '+='. | |||
2012-02-01 | srd: Move all protocol docs to __init__.py files. | Uwe Hermann | |
2012-02-01 | srd: spi: Use strings for most options. | Uwe Hermann | |
2012-02-01 | srd: uart: Use strings for most PD options. | Uwe Hermann | |
2012-02-01 | srd: uart: Move protocol docs to __init__.py. | Uwe Hermann | |
2012-02-01 | srd: uart: Add missing initialization. | Uwe Hermann | |
2012-02-01 | srd: uart: Use strings for packet types. | Uwe Hermann | |
While this has a (small) performance penalty compared to using integers, it has the advantage of not requiring the use of magic numbers which need to be declared in both the UART decoder and all decoders which stack on top of UART. | |||
2012-02-01 | srd: rename extra_probes to optional_probes in all PDs | Bert Vermeulen | |
2012-01-31 | srd: remove obsolete DDC-only I2C filter | Bert Vermeulen | |
2012-01-31 | srd: add generic I2C filter PD | Bert Vermeulen | |
2012-01-31 | edid: properly deal with leading I2C crud + small fixes | Bert Vermeulen | |
2012-01-29 | edid: move PD docstring to __init__.py | Bert Vermeulen | |
also minor code cleanups | |||
2012-01-29 | srd: add EDID 1.3 decoder | Bert Vermeulen | |
2012-01-29 | ddc: add protocol output | Bert Vermeulen | |
2012-01-28 | srd: PDs: Cleanups, simplifications, small fixes. | Uwe Hermann | |
2012-01-27 | srd: mlx90614: Show more exact temperature. | Uwe Hermann | |
2012-01-27 | srd: Melexis MLX90614 Infrared Thermometer decoder. | Uwe Hermann | |
2012-01-25 | srd: UART: s/parity/parity_type/. | Uwe Hermann | |
2012-01-25 | srd: All PDs: Various fixes, cosmetics. | Uwe Hermann | |
- List all API methods and metadata variables in all PDs to make things easier and more consistent for new PD writers. - Fix probe assignment in a few PDs. - Raise exceptions upon invalid states of the PD state machines (bug). | |||
2012-01-25 | srd: mx25lxx05d: Cleanups, add optional probes. | Uwe Hermann | |
2012-01-25 | srd: Add Epson RTC-8564 JE/NB protocol decoder. | Uwe Hermann | |
2012-01-23 | srd: i2cdemux: add missing Makefile.am | Bert Vermeulen | |
2012-01-22 | srd: Add generic i2cdemux protocol decoder. | Uwe Hermann | |
2012-01-20 | srd: UART: Update to new options API. | Uwe Hermann | |
2012-01-20 | srd: SPI: Convert to new options API. | Uwe Hermann | |
2012-01-17 | I2C: no need to copy default option values over from the class | Bert Vermeulen | |
definition anymore: it happens automagically. | |||
2012-01-15 | I2C: properly use sample numbers in proto/annotation output | Bert Vermeulen | |
2012-01-15 | srd: Add 'api_version = 1' to all PDs. | Uwe Hermann | |
2012-01-15 | srd: Each PD now has its own subdirectory. | Uwe Hermann | |
2012-01-15 | srd: Decoders: Remove author/email fields. | Uwe Hermann | |
We decided it's too much hassle to deal with this in GUIs (multiple fields, multiple name and email addresses and copyright years etc. etc) with too little gain. The authors/emails etc. are already in the .py file's license header and in git anyway. | |||
2012-01-15 | srd: Bring back small stuff lost in the merge. | Uwe Hermann | |
Also, use ''' for docstrings to be consistent with the rest. | |||
2012-01-15 | srd: rename srd_usb to what it thinks it's called | Bert Vermeulen | |
2012-01-15 | srd: rename srd_usb to what it thinks it's called | Bert Vermeulen | |
2012-01-15 | CLI: when invoked with only -a <pd>, the PD's documentation is shown. | Bert Vermeulen | |
2012-01-15 | srd: Add ebr30a_i2c_demux PD (I2C in, 3 x I2C out). | Uwe Hermann | |
2012-01-15 | srd: I2C: Small fixup. | Uwe Hermann | |
2012-01-15 | srd: pan1321: Support replies from device. | Uwe Hermann | |
2012-01-14 | srd: pan1321: Update to new UART format. | Uwe Hermann | |
2012-01-14 | srd: UART: Handle both RX and TX pins. | Uwe Hermann | |
Also, experiment with readability improvements a bit. | |||
2012-01-14 | srd: Separate author/email fields for now. | Uwe Hermann | |
This will be needed in GUIs to easily handle/display the values without the need for additional parsing. | |||
2012-01-14 | Improve 'longname' PD strings, use in 'sigrok-cli -V'. | Uwe Hermann | |
2012-01-14 | srd: I2C: No need for underscores in string cmds. | Uwe Hermann | |
2012-01-14 | srd: Consistent PD option defaults handling. | Uwe Hermann | |
2012-01-14 | srd: SPI: Add support for different CS# polarity. | Uwe Hermann | |
2012-01-14 | srd: SPI: Output warning annotation if CS# de-asserted. | Uwe Hermann | |
2012-01-14 | srd: SPI: Support sampling on rising/falling CLK edge. | Uwe Hermann | |
2012-01-14 | srd: SPI: Add support for arbitrary word sizes. | Uwe Hermann | |
2012-01-14 | srd: SPI: Add support for bit order option. | Uwe Hermann | |
2012-01-14 | srd: SPI: Set default PD options. | Uwe Hermann | |