1
- .. _rcar_h3_salvatorx_boards :
2
-
3
- Renesas R-Car H3 Salvator-X
4
- ###########################
1
+ .. zephyr :board :: rcar_salvator_x
5
2
6
3
Overview
7
4
********
@@ -14,54 +11,25 @@ Overview
14
11
like USB, Ethernet, HDMI and can work standalone or can be adapted to other boards,
15
12
via 440pin connector on bottom side.
16
13
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 `_
22
15
23
16
Hardware
24
17
********
25
18
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 `_.
32
20
33
21
.. note :: Zephyr will be booted on the CR7 processor provided for RTOS purpose.
34
22
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 `_.
38
24
39
25
Supported Features
40
26
==================
41
27
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.
65
33
66
34
Connections and IOs
67
35
===================
@@ -99,6 +67,8 @@ as follows:
99
67
Programming and Debugging
100
68
*************************
101
69
70
+ .. zephyr :board-supported-runners ::
71
+
102
72
Build and flash applications as usual (see :ref: `build_an_application ` and
103
73
:ref: `application_run ` for more details).
104
74
0 commit comments