Skip to content

Commit 6d62b90

Browse files
aailletkartben
authored andcommitted
boards: renesas: Rework rcar_salvator_x doc
Rework renesas rcar_salvator_x doc to meet what has been done for the documentation of other rcar boards. Also take advantage of these new boards documentation features: - zephyr:board - zephyr:board-supported-hw - zephyr:board-supported-runners Signed-off-by: Aymeric Aillet <aymeric.aillet@iot.bzh>
1 parent ed5750c commit 6d62b90

File tree

3 files changed

+11
-41
lines changed

3 files changed

+11
-41
lines changed
Binary file not shown.

boards/renesas/rcar_salvator_x/doc/rcar_salvator_x.rst renamed to boards/renesas/rcar_salvator_x/doc/index.rst

Lines changed: 11 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
.. _rcar_h3_salvatorx_boards:
2-
3-
Renesas R-Car H3 Salvator-X
4-
###########################
1+
.. zephyr:board:: rcar_salvator_x
52
63
Overview
74
********
@@ -14,54 +11,25 @@ Overview
1411
like USB, Ethernet, HDMI and can work standalone or can be adapted to other boards,
1512
via 440pin connector on bottom side.
1613

17-
.. figure:: img/rcar_h3_salvatorx.jpg
18-
:align: center
19-
:alt: R-Car Salvator-X kit
20-
21-
More information about the board can be found at `Renesas R-Car Development Support website`_.
14+
More information about the H3 SoC can be found here: `Renesas R-Car H3 chip`_
2215

2316
Hardware
2417
********
2518

26-
Hardware capabilities for the H3 Salvator-X for can be found on the `eLinux H3 Salvator-X page`_
27-
of the board.
28-
29-
.. figure:: img/rcar_h3_features.jpg
30-
:align: center
31-
:alt: R-Car Salvator-X features
19+
Hardware capabilities for the H3 Salvator-X for can be found on the `eLinux H3 Salvator-X page`_.
3220

3321
.. note:: Zephyr will be booted on the CR7 processor provided for RTOS purpose.
3422

35-
More information about the SoC that equips the board can be found here:
36-
37-
- `Renesas R-Car H3 chip`_
23+
More information about the board can be found at `Renesas R-Car Development Support website`_.
3824

3925
Supported Features
4026
==================
4127

42-
Here is the current supported features when running Zephyr Project on the R-Car Salvator-X CR7:
43-
44-
+-----------+------------------------------+--------------------------------+
45-
| Interface | Driver/components | Support level |
46-
+===========+==============================+================================+
47-
| PINCTRL | pinctrl | |
48-
+-----------+------------------------------+--------------------------------+
49-
| CLOCK | clock_control | |
50-
+-----------+------------------------------+--------------------------------+
51-
| GPIO | gpio | |
52-
+-----------+------------------------------+--------------------------------+
53-
| UART | uart | serial port-polling |
54-
+ + + +
55-
| | FT232RQ / CP2102 | serial port-interrupt |
56-
+-----------+------------------------------+--------------------------------+
57-
| CAN | can | normal mode |
58-
+ + + +
59-
| | TCAN332GDCNT | loopback mode |
60-
+-----------+------------------------------+--------------------------------+
61-
| I2C | i2c | interrupt driven |
62-
+-----------+------------------------------+--------------------------------+
63-
64-
It's also currently possible to write on the ram console.
28+
.. zephyr:board-supported-hw::
29+
30+
.. note::
31+
32+
It is recommended to disable peripherals used by the R7 core on the Linux host.
6533

6634
Connections and IOs
6735
===================
@@ -99,6 +67,8 @@ as follows:
9967
Programming and Debugging
10068
*************************
10169

70+
.. zephyr:board-supported-runners::
71+
10272
Build and flash applications as usual (see :ref:`build_an_application` and
10373
:ref:`application_run` for more details).
10474

0 commit comments

Comments
 (0)