Skip to content

Commit 57663c3

Browse files
boards: arduino: portenta_h7: Updated docs.
Updated the docs to reflect changes to devicetree files. Signed-off-by: Rahul Arasikere <arasikere.rahul@gmail.com>
1 parent 1380e57 commit 57663c3

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

boards/arduino/portenta_h7/doc/index.rst

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,22 @@ The current Zephyr arduino_portenta_h7 board configuration supports the followin
5656
+-----------+------------+-------------------------------------+
5757
| IPM | on-chip | virtual mailbox based on HSEM |
5858
+-----------+------------+-------------------------------------+
59+
| EXTFLASH | on-chip | qspi |
60+
+-----------+------------+-------------------------------------+
61+
| SDRAM | on-chip | sdram |
62+
+-----------+------------+-------------------------------------+
63+
| USB | on-board | usb-hs |
64+
+-----------+------------+-------------------------------------+
65+
| ETHERNET | on-board | eth |
66+
+-----------+------------+-------------------------------------+
5967

6068
Other hardware features are not yet supported on Zephyr porting.
6169

62-
NOTE: There are two versions of the board available on the market. Version 1.0
63-
did not have the low speed external oscillator populated, while board
64-
version 4.1 does have the LSE clock populated. If you wish to build support
65-
for the LSE clock use ``arduino_portenta_h7@4.1`` as the board.
70+
The high precision low speed external (LSE) clock is only fully supported on
71+
boards with hardware revision 4.10 or greater. By default the internal source
72+
is used; to enable the use of the external oscillator, manually specify the
73+
hardware revision at build time (see :ref:`application_board_version` for
74+
information on how to build for specific revisions of the board).
6675

6776
Resources sharing
6877
=================
@@ -83,7 +92,7 @@ Building and Flashing
8392
*************************
8493

8594
Applications for the ``arduino_portenta_h7`` board should be built per core target,
86-
using either ``arduino_portenta_h7//m7`` or ``arduino_portenta_h7//m4`` as the target.
95+
using either ``arduino_portenta_h7_m7`` or ``arduino_portenta_h7_m4`` as the target.
8796
See :ref:`build_an_application` for more information about application builds.
8897

8998

0 commit comments

Comments
 (0)