fix(CPSW): Update the CPSW documenation with Sphinx compatibility#432
Conversation
|
Created a new PR instead of #410 (comment) since that got closed by mistake. @jeevantelukula I have also updated documentation with the standard tab size. Can you please review ? |
| [ 4] 0.0-120.0 sec 5.99 GBytes 429 Mbits/sec | ||
| T: 0 ( 1083) P:97 I:1000 C: 120000 Min: 8 Act: 9 Avg: 15 Max: 39 | ||
| T: 1 ( 1084) P:97 I:1500 C: 79978 Min: 8 Act: 10 Avg: 17 Max: 39 | ||
| .. code-block:: sh |
There was a problem hiding this comment.
@chintan013, please use 'console' instead of 'sh'.
| - create file ptp.cfg with content as below: | ||
|
|
||
| :: | ||
| .. code-block:: sh |
There was a problem hiding this comment.
@chintan013, please use 'text' instead of 'sh' to be consistent with previous update in the PR.
| - pass configuration file to ptp4l using "-f" option: | ||
|
|
||
| :: | ||
| .. code-block:: sh |
There was a problem hiding this comment.
@chintan013, please use 'console' instead of 'sh'.
| in slave mode | ||
|
|
||
| :: | ||
| .. code-block:: sh |
There was a problem hiding this comment.
@chintan013, please use 'console' instead of 'sh'.
| For ptp-over-L2 client, use the command | ||
|
|
||
| :: | ||
| .. code-block:: sh |
There was a problem hiding this comment.
@chintan013, please use 'console' instead of 'sh'.
| starts a ptp4l-over-L2 master on an EVM using hardware timestamping, | ||
|
|
||
| :: | ||
| .. code-block:: sh |
There was a problem hiding this comment.
@chintan013, please use 'console' instead of 'sh'.
| timestamping. | ||
|
|
||
| :: | ||
| .. code-block:: sh |
There was a problem hiding this comment.
@chintan013, please use 'console' instead of 'sh'.
Update the CPSW documentation to follow Sphinx conventions, note that there is no functional or content changes made. Signed-off-by: Chintan Vankar <c-vankar@ti.com>
0aefddf to
0221cbe
Compare
Update the CPSW documentation to follow Sphinx conventions, note that there is no functional or content changes made.