]> sigrok.org Git - libsigrokdecode.git/history - decoders/counter
log: add a public srd_log_callback_get() API routine
[libsigrokdecode.git] / decoders / counter /
2018-08-30 Soeren Apelcounter: Consider edge counter offset also in word...
2018-08-30 Soeren Apelcounter: Let user decide how to handle the initial...
2018-08-30 Gerhard Sittigcounter: Introduce option to ignore edges
2018-08-30 Soeren Apelcounter: Use initial counter values also after a reset
2018-08-11 Gerhard Sittigcounter: add support for user specified initial counter...
2018-05-30 Uwe Hermanncounter: Drop unneeded tuple braces.
2018-05-30 Gerhard Sittigcounter: emit wider annotations for data and word counts
2018-05-30 Gerhard Sittigcounter: prepare for variable width annotations
2018-05-29 Gerhard Sittigcounter: explicit string formatting for annotation...
2018-05-29 Gerhard Sittigcounter: use local variables instead of instance variables
2018-05-29 Gerhard Sittigcounter: move some init code to the start of decode()
2018-05-29 Gerhard Sittigcounter: use symbolic names for input pins, wait condit...
2018-05-29 Gerhard Sittigcounter: explicit option text to .wait() edge mapping
2018-01-03 Gerhard Sittigcounter: make 'reset' signal polarity an option
2018-01-03 Uwe Hermanncounter: Make "word reset" an explicit annotation class...
2018-01-03 Stefan BrünsAdd a trivial "counter" decoder