Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-15 | Use consistent __init__() format across all PDs. | Uwe Hermann | |
The previous **kwargs some PDs had is not actually ever used, so drop it. | |||
2016-03-04 | Fix various incorrect PD license metadata fields. | Uwe Hermann | |
Have the PD 'license' attribute match what the license header of the respective pd.py file actually says. | |||
2015-07-01 | mrf24j40: Factor out register lists to lists.py. | Uwe Hermann | |
2015-07-01 | Add a Microchip MRF24J40 802.15.4 2.4GHz RF tranceiver decoder. | Karl Palsson | |
No interpretation of register bits, nor attempting to decode packet contents, but all shifted register addresses and long register memory regions are decoded. Signed-off-by: Karl Palsson <karlp@tweak.net.au> |