Skip to content

Commit a006154

Browse files
committed
drivers: adc: ad9081: Add README documentation for AD9081
Added the readme file for the AD9081 driver. Modified the sphinx drivers_doc.rst file to add the corresponding source. Signed-off-by: mc-so <michelleclaire.so@analog.com>
1 parent 68e43c8 commit a006154

File tree

3 files changed

+308
-12
lines changed

3 files changed

+308
-12
lines changed

doc/sphinx/source/drivers/ad9081.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. include:: ../../../../drivers/adc/ad9081/README.rst

doc/sphinx/source/drivers_doc.rst

Lines changed: 56 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,32 @@ ACCELEROMETERS
1010
:maxdepth: 1
1111

1212
drivers/adxl355
13+
1314
drivers/adxl38x
1415

1516
ANALOG TO DIGITAL CONVERTERS
1617
============================
1718
.. toctree::
1819
:maxdepth: 1
1920

20-
drivers/adm1177
2121
drivers/ad405x
22-
drivers/ad796x
23-
drivers/pulsar_adc
22+
2423
drivers/ad7768
24+
2525
drivers/ad7768-1
26+
27+
drivers/ad796x
28+
2629
drivers/ad9083
30+
2731
drivers/ad9208
2832

33+
drivers/adm1177
34+
35+
drivers/pulsar_adc
36+
37+
drivers/ad9081
38+
2939
ADC / DAC
3040
==========
3141
.. toctree::
@@ -46,10 +56,15 @@ DIGITAL INPUT/OUTPUT
4656
:maxdepth: 1
4757

4858
drivers/max14914
59+
4960
drivers/max14919
61+
5062
drivers/max149x6
63+
5164
drivers/max22190
65+
5266
drivers/max22196
67+
5368
drivers/max22200
5469

5570
DIGITAL TO ANALOG CONVERTERS
@@ -58,18 +73,24 @@ DIGITAL TO ANALOG CONVERTERS
5873
:maxdepth: 1
5974

6075
drivers/ad8460
76+
6177
drivers/max22017
6278

6379
FREQUENCY GENERATORS
6480
====================
6581
.. toctree::
6682
:maxdepth: 1
6783

68-
drivers/adf4382
84+
drivers/adf4030
85+
6986
drivers/adf4368
87+
7088
drivers/adf4377
89+
90+
drivers/adf4382
91+
7192
drivers/adf5611
72-
drivers/adf4030
93+
7394
drivers/admfm2000
7495

7596
INERTIAL MEASUREMENT UNITS
@@ -92,46 +113,70 @@ METER
92113
:maxdepth: 1
93114

94115
drivers/ade7816
116+
95117
drivers/ade7913
96118

119+
drivers/ade9113
120+
97121
RF TRANSCEIVER
98122
==============
99123
.. toctree::
100124
:maxdepth: 1
101125

102126
drivers/madura
127+
103128
drivers/talise
104129

105130
TEMPERATURE
106131
==============
107132
.. toctree::
108133
:maxdepth: 1
109134

110-
drivers/max31827
111135
drivers/ltc2983
112136

137+
drivers/max31827
138+
139+
drivers/max31855
140+
113141
POWER MANAGEMENT
114142
================
115143
.. toctree::
116144
:maxdepth: 1
117145

118146
drivers/ades1754
147+
119148
drivers/adp1050
149+
120150
drivers/adp1055
151+
121152
drivers/adp5055
153+
154+
drivers/lt3074
155+
156+
drivers/lt7170
157+
158+
drivers/lt7182s
159+
160+
drivers/lt8491
161+
162+
drivers/lt8722
163+
122164
drivers/ltc2992
165+
123166
drivers/ltc4162l
167+
124168
drivers/ltc4296
169+
125170
drivers/ltc7841
171+
126172
drivers/ltc7871
173+
127174
drivers/ltm4686
128-
drivers/lt3074
129-
drivers/lt7170
130-
drivers/lt7182s
131-
drivers/lt8491
132-
drivers/lt8722
175+
133176
drivers/ltp8800
177+
134178
drivers/max17851
179+
135180
drivers/max42500
136181

137182
POTENTIOMETER
@@ -154,4 +199,3 @@ GYROSCOPES
154199
:maxdepth: 1
155200

156201
drivers/adxrs290
157-

0 commit comments

Comments
 (0)