Skip to content

Commit 545df01

Browse files
authored
lut: add Kuiper (#46)
Signed-off-by: Alisa-Dariana Roman <[email protected]>
1 parent 2f292a8 commit 545df01

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

adi_doctools/lut.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@ class LUT(TypedDict):
8080
branch='main',
8181
visibility='public'
8282
),
83+
'kuiper': Repo(
84+
pathname='docs',
85+
name='Kuiper',
86+
description='A Debian-based Linux distribution designed for our hardware and evaluation boards.',
87+
category='os',
88+
branch='main',
89+
visibility='public'
90+
),
8391
'pyadi-iio': Repo(
8492
pathname='doc/source',
8593
name='pyadi-iio',

0 commit comments

Comments
 (0)