]> sigrok.org Git - libsigrokdecode.git/history - decoders/nrf24l01/pd.py
decoders: Fix incorrect 'outputs' fields.
[libsigrokdecode.git] / decoders / nrf24l01 / pd.py
2019-04-02 Uwe Hermanndecoders: Fix incorrect 'outputs' fields.
2019-03-16 Uwe Hermanndecoders: Various cosmetic/consistency/typo fixes.
2019-03-14 Uwe Hermanndecoders: Add/update tags for each PD.
2017-12-22 Gerhard Sittigall decoders: introduce a reset() method
2017-06-16 Uwe HermannMark all stacked decoders as being PD API version 3.
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-05-15 Uwe HermannUse consistent __init__() format across all PDs.
2015-02-24 Uwe Hermannnrf24l01: Change 'xn297_extensions' option to 'chip'.
2015-02-24 Mikenrf24l01: Add option to support the XN297's extra registers
2014-10-19 Jens Steinhauserspi: Use 'None' to signal the missing CS# pin.
2014-10-19 Jens Steinhausernrf24l01: Don't decode incomplete commands.
2014-10-19 Jens Steinhausernrf24l01: Check for CS# pin and only throw exceptions...
2014-08-14 Uwe Hermannspi/nrf24l01/uart: Use ChannelError exception.
2014-08-03 Jens Steinhausernrf24l01: prettify annotation output
2014-07-15 Uwe HermannAll PDs: Minor whitespace and consistency fixes.
2014-07-08 Jens SteinhauserAdd nRF24L01(+) protocol decoder.