Difference between revisions of "Developers"
Jump to navigation
Jump to search
Uwe Hermann (talk | contribs) |
Uwe Hermann (talk | contribs) m |
||
Line 46: | Line 46: | ||
See [[Developers/Release process|Release process]]. | See [[Developers/Release process|Release process]]. | ||
== Miscellaneous == | |||
* [[Current events]] | |||
* [[Public relations]] |
Revision as of 22:15, 1 November 2012
This page contains documentation and resources for aspiring sigrok developers.
Source code browser
Tutorials and API descriptions
- libsigrok API
- Protocol decoder HOWTO
- Protocol decoder API
- Formats and structures
- Hardware plugin API
- Input API
- Output API
- IO API (outdated)
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.