Difference between revisions of "Developers"
Jump to navigation
Jump to search
Uwe Hermann (talk | contribs) m |
|||
Line 11: | Line 11: | ||
* [[Protocol decoder API]] | * [[Protocol decoder API]] | ||
* [[Formats and structures]] | * [[Formats and structures]] | ||
* [[Hardware | * [[Hardware driver API]] | ||
* [[Input API]] | * [[Input API]] | ||
* [[Output API]] | * [[Output API]] |
Revision as of 11:36, 13 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 driver 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.