summaryrefslogtreecommitdiff
path: root/decoders/avr_isp/__init__.py
AgeCommit message (Collapse)Author
2014-07-15All PDs: Minor whitespace and consistency fixes.Uwe Hermann
- No newlines at the end of files. - No trailing ';' characters. - Comparison with None: Use 'is None' or 'is not None'. - Comparison with True/False: Use 'if cond:' or 'if not cond:'. - Various minor whitespace fixes.
2014-01-28All PDs: Improve/fix descriptions.Uwe Hermann
2013-04-23GPL headers: Use correct project name.Uwe Hermann
2012-07-28srd: Initial decoder for AVR ISP protocol.Uwe Hermann