]> sigrok.org Git - libsigrok.git/commit
output/wavedrom: introduce a wavedrom output module
authorMarc Jacobi <redacted>
Sun, 29 Sep 2019 07:07:47 +0000 (09:07 +0200)
committerGerhard Sittig <redacted>
Sat, 21 Dec 2019 12:58:43 +0000 (13:58 +0100)
commit40f812f5dc38f3ac0698ea2e9adfab91032ffdfb
tree96c001bfaa29dbbf2a1c7ced3c7718b6d20e8e06
parent675cb86f15c65893791fe5e4ec4914eb4484e6d6
output/wavedrom: introduce a wavedrom output module

WaveDrom provides a textual description of digital timing diagrams,
using the JSON syntax. See https://wavedrom.com/ for more details.
Makefile.am
src/output/output.c
src/output/wavedrom.c [new file with mode: 0644]