index
:
libsigrokdecode.git
floppy
master
libsigrokdecode
ejona86@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
decoders
/
nrf24l01
Age
Commit message (
Expand
)
Author
2020-01-01
All PDs: Consistently use singular/plural for annotation classes/rows.
Uwe Hermann
2019-04-02
decoders: Fix incorrect 'outputs' fields.
Uwe Hermann
2019-03-16
decoders: Various cosmetic/consistency/typo fixes.
Uwe Hermann
2019-03-15
decoders: Add/update tags for each PD.
Uwe Hermann
2017-12-22
all decoders: introduce a reset() method
Gerhard Sittig
2017-06-16
Mark all stacked decoders as being PD API version 3.
Uwe Hermann
2017-01-07
license: remove FSF postal address from boiler plate license text
Gerhard Sittig
2016-05-15
Use consistent __init__() format across all PDs.
Uwe Hermann
2015-02-24
nrf24l01: Change 'xn297_extensions' option to 'chip'.
Uwe Hermann
2015-02-24
nrf24l01: Add option to support the XN297's extra registers
Mike
2014-10-19
spi: Use 'None' to signal the missing CS# pin.
Jens Steinhauser
2014-10-19
nrf24l01: Don't decode incomplete commands.
Jens Steinhauser
2014-10-19
nrf24l01: Check for CS# pin and only throw exceptions once.
Jens Steinhauser
2014-10-13
All PDs: Only import the 'Decoder' object.
Uwe Hermann
2014-09-01
PD tests moved into the sigrok-test repo.
Uwe Hermann
2014-08-14
spi/nrf24l01/uart: Use ChannelError exception.
Uwe Hermann
2014-08-03
nrf24l01: prettify annotation output
Jens Steinhauser
2014-07-15
All PDs: Minor whitespace and consistency fixes.
Uwe Hermann
2014-07-08
Add nRF24L01(+) protocol decoder.
Jens Steinhauser