Skip to content

Commit 6095c1e

Browse files
committed
fix: all possible title underline warnings
Address all the current possible title underline warnings. Signed-off-by: Randolph Sapp <[email protected]>
1 parent 0d08d02 commit 6095c1e

File tree

11 files changed

+46
-24
lines changed

11 files changed

+46
-24
lines changed

source/common/EVM_Hardware_Setup/_OMAPL138-C6748_LCDK_Hardware_Setup.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ Connecting to Target and Loading/Running Program
111111
The following GEL outputs should appear in the CCS Console view.
112112

113113
**OMAP-L138 LCDK:**
114+
114115
::
115116

116117
ARM9_0: Output: Target Connected.
@@ -131,6 +132,7 @@ The following GEL outputs should appear in the CCS Console view.
131132
ARM9_0: Output: ---------------------------------------------
132133

133134
**C6748 LCDK:**
135+
134136
::
135137

136138
C674X_0: Output: Target Connected.

source/devices/J7_Family/linux/Release_Specific_Yocto_layer_Configuration.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Yocto Layer Configuration
2727
./oe-layertool-setup.sh -f configs/processor-sdk-linux/<Config File>
2828
2929
The Linux SDK package also has the above tool cloned at the top level. If you have it installed:
30+
3031
::
3132

3233
cd <SDK INSTALL DIR>/yocto-build

source/linux/Examples_and_Demos/Application_Demos/Video_Graphics_Test.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ The APIs required to achieve scaling, overlaying and alpha-blending using the DS
5050
Running the Test
5151
----------------
5252
In order for the users to run the video graphics test, please type the following commands on the EVM:
53+
5354
::
5455

5556
target # insmod /lib/modules/<kernel_version>/extra/galcore.ko baseAddress=0x80000000 physSize=0x80000000

source/linux/Foundational_Components/Kernel/Kernel_Drivers/Camera/CAL.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ properly configure the DPHY.
200200
.. seealso:: `MIPI CSI-2 Kernel API reference <https://www.kernel.org/doc/Documentation/media/kapi/csi2.rst>`_
201201

202202
As you can see in the above link, typically the pixel rate is calculated as follows:
203+
203204
::
204205

205206
pixel_rate = link_freq * 2 * nr_of_lanes / bits_per_sample
@@ -210,6 +211,7 @@ therefore sensor dependent. This is also the most accurate method.
210211
Alternatively, if you trust that your sensor is configured correctly for a
211212
specific resolution/pixel format and frame interval then the pixel rate can
212213
be calculated using this simplified formula:
214+
213215
::
214216

215217
pixel_rate = total horizontal width * total vertical lines * frame per second
@@ -218,6 +220,7 @@ Here total horizontal width and total vertical lines includes blanking.
218220
This information is also sensor dependent or at least configuration dependent.
219221

220222
For example if we take a look at the ov5640 configuration for 1920x1080\@30 fps:
223+
221224
::
222225

223226
total horizontal width = 2500

source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-PTP.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -676,6 +676,7 @@ PTP with Transparent Clock (Switch mode)
676676
Use the following ptp config file on the device that acts as the transparent clock:
677677

678678
**tc-ptp.cfg**
679+
679680
::
680681

681682
[global]

source/linux/Foundational_Components/Kernel/Kernel_Drivers/Network/NetCP.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,7 @@ M / (2^S \* D) = 5000 / (2^10 \* 3)
734734
hence
735735

736736
M = 5000, S = 10, D = 3
737+
737738
|
738739
739740
Note 3: cpts driver keeps a table of M/S/D for some common frequencies

source/linux/Foundational_Components_IPC64x.rst

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -378,31 +378,30 @@ rpmsg_char_close()
378378
`All remote proc ids are defined in rproc_id.h <https://git.ti.com/cgit/rpmsg/ti-rpmsg-char/tree/include/rproc_id.h>`__
379379

380380
The below table lists the device enumerations as defined in the rpmsg_char_library. The validiaty of the enumerations wrt AM64x is also specified.
381-
::
382381

383-
+------------------+--------------------+---------+-----------------------------------+
384-
| Enumeration ID | Device Name | Valid | Description |
385-
+==================+====================+=========+===================================+
386-
| R5F_MCU0_0 |N/A | No | R5F SS in MCU domain |
387-
+------------------+--------------------+---------+-----------------------------------+
388-
| R5F_MCU0_1 |N/A | No | R5F SS in MCU domain |
389-
+------------------+--------------------+---------+-----------------------------------+
390-
| R5F_MAIN0_0 | 78000000.r5f | Yes | R5F Cluster0 Core0 in Main Domain |
391-
+------------------+--------------------+---------+-----------------------------------+
392-
| R5F_MAIN0_1 | 78200000.r5f | Yes | R5F Cluster0 Core1 in Main Domain |
393-
+------------------+--------------------+---------+-----------------------------------+
394-
| R5F_MAIN1_0 | 78400000.r5f | Yes | R5F Cluster1 Core0 in Main Domain |
395-
+------------------+--------------------+---------+-----------------------------------+
396-
| R5F_MAIN1_1 | 78600000.r5f | Yes | R5F Cluster1 Core1 in Main Domain |
397-
+------------------+--------------------+---------+-----------------------------------+
398-
| DSP_C66_0 |N/A | No | C66 DSP |
399-
+------------------+--------------------+---------+-----------------------------------+
400-
| DSP_C66_1 |N/A | No | C66 DSP |
401-
+------------------+--------------------+---------+-----------------------------------+
402-
| DSP_C71_0 |N/A | No | C71 DSP |
403-
+------------------+--------------------+---------+-----------------------------------+
404-
| M4F_MCU0_0 | 5000000.m4f | Yes | M4F core in MCU Domain |
405-
+------------------+--------------------+---------+-----------------------------------+
382+
+------------------+--------------------+---------+-----------------------------------+
383+
| Enumeration ID | Device Name | Valid | Description |
384+
+==================+====================+=========+===================================+
385+
| R5F_MCU0_0 | N/A | No | R5F SS in MCU domain |
386+
+------------------+--------------------+---------+-----------------------------------+
387+
| R5F_MCU0_1 | N/A | No | R5F SS in MCU domain |
388+
+------------------+--------------------+---------+-----------------------------------+
389+
| R5F_MAIN0_0 | 78000000.r5f | Yes | R5F Cluster0 Core0 in Main Domain |
390+
+------------------+--------------------+---------+-----------------------------------+
391+
| R5F_MAIN0_1 | 78200000.r5f | Yes | R5F Cluster0 Core1 in Main Domain |
392+
+------------------+--------------------+---------+-----------------------------------+
393+
| R5F_MAIN1_0 | 78400000.r5f | Yes | R5F Cluster1 Core0 in Main Domain |
394+
+------------------+--------------------+---------+-----------------------------------+
395+
| R5F_MAIN1_1 | 78600000.r5f | Yes | R5F Cluster1 Core1 in Main Domain |
396+
+------------------+--------------------+---------+-----------------------------------+
397+
| DSP_C66_0 | N/A | No | C66 DSP |
398+
+------------------+--------------------+---------+-----------------------------------+
399+
| DSP_C66_1 | N/A | No | C66 DSP |
400+
+------------------+--------------------+---------+-----------------------------------+
401+
| DSP_C71_0 | N/A | No | C71 DSP |
402+
+------------------+--------------------+---------+-----------------------------------+
403+
| M4F_MCU0_0 | 5000000.m4f | Yes | M4F core in MCU Domain |
404+
+------------------+--------------------+---------+-----------------------------------+
406405

407406
.. note::
408407

source/linux/Industrial_Protocols/HSR_PRP/_HSR_PRP_for_Linux.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,12 +181,14 @@ You can also check which PRU-ICSS an ethernet interface belongs to via command
181181
line, e.g. eth2 on different platforms:
182182

183183
AM571x:
184+
184185
::
185186

186187
root@am57xx-evm:~# ls -l /sys/class/net/eth2 | grep device
187188
lrwxrwxrwx 1 root root 0 Jun 10 11:29 device -> ../../../pruss1_eth
188189

189190
AM572x:
191+
190192
::
191193

192194
root@am57xx-evm:~# ls -l /sys/class/net/eth2 | grep device

source/linux/Industrial_Protocols/PTP/_PTP.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ boot using the PPS device tree file.
203203
the relevant boot command (e.g. 'bootcmd', mmcboot' or 'netboot')
204204

205205
2. Set the device tree file to be used.
206+
206207
::
207208

208209
setenv fdtfile <PPS dtb>
@@ -432,6 +433,7 @@ configuration file:
432433
(where eth2/eth3 are the slave interfaces used for the HSR/PRP interface)
433434

434435
HSR:
436+
435437
::
436438

437439
[global]
@@ -488,6 +490,7 @@ HSR:
488490
fault_reset_interval 0
489491

490492
PRP:
493+
491494
::
492495

493496
[global]
@@ -552,6 +555,7 @@ configured using a configuration file similar to the one below:
552555
(Note: only supported on PRU-ICSS ports using DualEMAC, and supports slave side only)
553556

554557
Telecom:
558+
555559
::
556560

557561
# Telecom Profile (G.8275.x) PTP Config File
@@ -1363,6 +1367,7 @@ Refer to the sample linuxptp BC configuration files bc.cfg, bc_hsr.cfg and bc_pr
13631367
as described below:
13641368

13651369
bc.cfg: BC with GMAC and four ICSS ports
1370+
13661371
::
13671372

13681373
[global]
@@ -1422,6 +1427,7 @@ bc.cfg: BC with GMAC and four ICSS ports
14221427
fault_reset_interval 0
14231428

14241429
bc_prp.cfg: BC with GMAC and two PRP ports:
1430+
14251431
::
14261432

14271433
[global]
@@ -1509,6 +1515,7 @@ bc_prp.cfg: BC with GMAC and two PRP ports:
15091515

15101516

15111517
bc_hsr.cfg: BC with GMAC and two HSR ports:
1518+
15121519
::
15131520

15141521
[global]

source/linux/Industrial_Protocols/_SORTE.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ print will be displayed on console:
147147
:name: sorte-sample-log-from-am572x-idk
148148

149149
**Master**
150+
150151
::
151152

152153
root@am57xx-evm:~# pruss_app_sorte_master_am572x.out
@@ -156,6 +157,7 @@ print will be displayed on console:
156157
sorte master: 2 SLAVE devices connected
157158

158159
**Slave**
160+
159161
::
160162

161163
root@am57xx-evm:~# pruss_app_sorte_slave_am572x.out

0 commit comments

Comments
 (0)