Skip to content

Commit 30238a1

Browse files
committed
Add UART TX and serialiser
1 parent 74918fd commit 30238a1

File tree

5 files changed

+271
-2
lines changed

5 files changed

+271
-2
lines changed

docs/conf.py

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"sphinx.ext.autodoc",
1818
"sphinx.ext.napoleon",
1919
"sphinx.ext.viewcode",
20+
"sphinxcontrib-wavedrom",
2021
]
2122

2223
templates_path = ["_templates"]
@@ -46,3 +47,5 @@
4647

4748
root = Path(os.getenv("ROOT", "../sim/tb"))
4849
sys.path.insert(0, str(root / "sim" / "tb"))
50+
51+
wavedrom_html_jsinline = False

docs/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ dependencies = [
1212
"sphinx-autobuild>=2024.10.3",
1313
"codespell>=2.3.0",
1414
"sphinx-copybutton>=0.5.2",
15+
"sphinxcontrib-wavedrom>=3.0.4",
1516
]

0 commit comments

Comments
 (0)