Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-15 | dcf77: Fix date parity check. | Uwe Hermann | |
The parity check for certain DCF77 fields/bits was incorrect. It has to be an even parity over bits 36-58. This is fixed now. This fixes bug #157. | |||
2013-09-15 | dcf77: Provide short and long annotations. | Uwe Hermann | |
2013-09-15 | dcf77: Fix multi-bit DCF77 field annotations. | Uwe Hermann | |
2013-09-15 | dcf77: Consistency renames. | Uwe Hermann | |
2013-09-15 | dcf77: Drop PON pin handling. | Uwe Hermann | |
The PON pin is specific to the Pollin "DCF1 module", but has nothing to do with DCF77 itself. Thus, drop it from this PD. It can be part of another stacked PD if needed. This fixes bug #153. | |||
2013-09-15 | dcf77: Use proper annotations for DCF77 components. | Uwe Hermann | |
2013-09-15 | dcf77: Fix bug in handling of DCF77 bit 0. | Uwe Hermann | |
2013-09-15 | dcf77: Fix start-/end-sample numbers. | Uwe Hermann | |
This fixes bug #154. | |||
2013-04-23 | GPL headers: Use correct project name. | Uwe Hermann | |
2012-11-24 | Fix bugs in "Invalid state" printing/exceptions. | Uwe Hermann | |
2012-11-24 | All PDs: Name the files pd.py consistently. | Uwe Hermann | |
The Python module name is determined by the directory name (e.g. dcf77), the *.py file names in that directory don't matter and can be kept consistent. | |||
2012-07-11 | srd: Performance improvements for various PDs. | Uwe Hermann | |
Ignore/skip identical samples in most (low-level) PDs, as we're usually (but not necessarily always) only interested in pin changes. This yields a significant performance improvement for the PDs. The mechanism was already used in the 'i2s', 'jtag', and 'lpc' PDs, but not yet in all supported low-level decoders. The following PDs now also use this mechanism: 'dcf77', 'i2c', 'spi', 'uart', and 'usb_signalling'. Thanks Lars-Peter Clausen <lars@metafoo.de> for bringing this to our attention. | |||
2012-06-08 | srd: dcf77: Initial PON handling. | Uwe Hermann | |
2012-06-08 | srd: dcf77: Bugfix, PD was broken. | Uwe Hermann | |
2012-05-09 | srd: Add usable one-liner descriptions for all PDs. | Uwe Hermann | |
2012-05-08 | srd: Remove TODOs from annotation format names. | Uwe Hermann | |
Also, fix minor consistency issues, cosmetics, typos. | |||
2012-03-31 | srd: Decoders: Fix/simplify samplenum usage. | Uwe Hermann | |
2012-03-28 | srd: PDs: Kill obsolete 'longdesc' entries. | Uwe Hermann | |
2012-03-04 | srd: PDs: Use strings for states, too. | Uwe Hermann | |
2012-02-01 | srd: Move all protocol docs to __init__.py files. | Uwe Hermann | |
2012-02-01 | srd: rename extra_probes to optional_probes in all PDs | Bert Vermeulen | |
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-15 | srd: Add 'api_version = 1' to all PDs. | Uwe Hermann | |
2012-01-15 | srd: Each PD now has its own subdirectory. | Uwe Hermann | |