You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
boards: renesas: Doc update for RSK-RX130 boards with SDK 0.17.1
From Zephyr SDK 0.17.1 the RX architecture is supported so
update the documentation of RX130 board to reflect this
Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
Copy file name to clipboardExpand all lines: boards/renesas/rsk_rx130/doc/index.rst
+13-14Lines changed: 13 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -64,12 +64,14 @@ Programming and Debugging
64
64
65
65
.. zephyr:board-supported-runners::
66
66
67
-
Applications for the ``rsk_rx130@512kb`` board target configuration can be
68
-
built, flashed, and debugged as below.
67
+
Applications for the ``rsk_rx130@512kb`` board target can be built, flashed, and
68
+
debugged in the usual way. See :ref:`build_an_application` and
69
+
:ref:`application_run` for more details on building and running.
69
70
70
-
Currently, the Zephyr SDK hasn't added support for RX builds yet, so the GCC for RX toolchain is required and build system need to be set to use "cross-compile".
71
+
If you want to build Zephyr application for RSK-RX130 board using Renesas GCC RX toolchain follow
72
+
the steps below:
71
73
72
-
- Download and install GCC for RX v8.3.0.202405 toolchain:
0 commit comments