index
:
libsigrokdecode.git
floppy
master
libsigrokdecode
ejona86@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libsigrokdecode.h
Age
Commit message (
Expand
)
Author
2022-02-24
libsigrokdecode.h: declare Windows dllexport for SRD_API routines
Gerhard Sittig
2021-12-26
session: introduce the public "send EOF" API routine
Gerhard Sittig
2021-02-13
Use uint8_t instead of unsigned char for raw byte data
Soeren Apel
2021-02-13
Rename logic_class to logic_group and output as group-wise RLE
Soeren Apel
2021-02-13
Remove samplerate from srd_decoder_logic_output_channel
Soeren Apel
2021-02-13
Add initial OUTPUT_LOGIC support.
Uwe Hermann
2019-12-10
struct srd_decoder: Fix/improve some documentation comments.
Uwe Hermann
2019-03-13
Add PD tags handling and some tags
Soeren Apel
2018-08-30
log: add a public srd_log_callback_get() API routine
Gerhard Sittig
2018-08-30
Make srd_inst_decode() return the actual decoder state, not SRD_OK
Soeren Apel
2018-04-23
instance: return SRD_ERR_TERM_REQ when execution shall terminate
Gerhard Sittig
2018-03-31
session: add "terminate and reset" support for protocol stacks
Gerhard Sittig
2018-03-17
Fix part of #1128 by adding a way to retrieve PD search paths
Soeren Apel
2017-06-05
Add srd_inst_initial_pins_set_all() and support code.
Uwe Hermann
2017-05-31
struct srd_decoder: Add list of input/output decoder IDs.
Uwe Hermann
2017-05-26
Show lib versions in the debug output.
Uwe Hermann
2017-03-12
decoder: terminate .wait() and .decode(), join threads for v3 instances
Gerhard Sittig
2017-02-21
Clarify that {start,end,cur}_samplenum are absolute numbers.
Uwe Hermann
2017-01-07
license: remove FSF postal address from boiler plate license text
Gerhard Sittig
2016-12-07
Add support for the new query-based PD v3 decoder API.
Uwe Hermann
2015-09-13
log: Remove srd_log_logdomain_{get,set} from the API
Daniel Elstner
2015-08-20
Pass unitsize per sample chunk.
Uwe Hermann
2014-09-15
Replace ann_format with ann_class.
Uwe Hermann
2014-08-14
Whitespace and consistency fixes.
Uwe Hermann
2014-07-08
Remove dependency on Python.h from public API header
Marcus Comstedt
2014-05-04
libsigrokdecode.h: Give type names to all enumerations.
Uwe Hermann
2014-05-03
Make the srd_Decoder type private.
Uwe Hermann
2014-05-03
Don't define names ending with _t (POSIX reserved).
Uwe Hermann
2014-04-13
Rename 'probe' to 'channel' everywhere.
Uwe Hermann
2014-03-10
Change PD options to be a tuple of dictionaries.
Bert Vermeulen
2014-02-24
Make the data unit size configurable
Daniel Elstner
2014-01-31
Add support for annotation rows.
Uwe Hermann
2013-11-26
Remove 64-probe limit.
Bert Vermeulen
2013-11-18
Clean up prototypes
Bert Vermeulen
2013-11-15
Move versioning info out to separate header
Bert Vermeulen