Difference between revisions of "Developers"

From sigrok
Jump to navigation Jump to search
m
Line 14: Line 14:
* [[Input API]]
* [[Input API]]
* [[Output API]]
* [[Output API]]
* [[IO API]] (outdated)


== Development guidelines ==
== Development guidelines ==

Revision as of 22:14, 1 November 2012

This page contains documentation and resources for aspiring sigrok developers.

Source code browser

Tutorials and API descriptions

Development guidelines

Please check the respective sub-project's HACKING file for coding guidelines and development tips.

Design pages

This is a list of pages we use while working through new features or designs. They are working documents, not official API or feature documentation.

Debugging

If you would like to see the output of the sr_dbg() or sr_err() functions you can use one of the following sigrok-cli options:

$ export SIGROK_DEBUG=1
$ sigrok-cli -l 5 <options> 

Release process

See Release process.