index
:
libsigrokdecode.git
floppy
master
libsigrokdecode
ejona86@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
controller.c
Age
Commit message (
Expand
)
Author
2012-01-15
srd: PDs now get a logic feed with sample numbers, not time/duration
Bert Vermeulen
2012-01-15
srd: clean up module loading/unloading, and the decoder struct
Bert Vermeulen
2012-01-10
srd: Finish consistency rename to ANN/PROTO.
Uwe Hermann
2012-01-10
srd: Minor doxygen cosmetics.
Uwe Hermann
2012-01-10
Stacked protocol decoders implementation.
Bert Vermeulen
2012-01-09
code cleanup
Bert Vermeulen
2012-01-09
srd: change output_new() API call to add()
Bert Vermeulen
2012-01-08
pass PD output to the calling frontend, simple annotation viewer in CLI.
Bert Vermeulen
2012-01-07
convert data coming in from a PD to C structs
Bert Vermeulen
2012-01-05
new srd_logic type implementation for PDs to iterate over.
Bert Vermeulen
2012-01-03
sr/srd: Fix left-over #includes.
Uwe Hermann
2011-12-28
Fix utf8 encoding error by changing the Python parameter to a bytes() object ...
Kristoffer Sjöberg
2011-12-28
python 3 port
Bert Vermeulen
2011-12-28
make time/duration work, at least when loading from a session file
Bert Vermeulen
2011-12-28
new dynamic output stream registration code, not finished.
Bert Vermeulen
2011-12-22
srd: SRD_ERR_ARGS -> SRD_ERR_ARG.
Uwe Hermann
2011-12-05
srd: Initialise struct members by name. Minor other fixes.
Gareth McMullin
2011-12-04
refactored PD framework, now using new sigrok.Decoder object
Bert Vermeulen