Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added _docs/overview/hardware/imgs/portenta.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 25 additions & 1 deletion _docs/overview/hardware/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ The micro-ROS Tier 2 boards are officially supported for one or more RTOSes and
<ul>
<li>MCU: Dual-core Arm Cortex-M0+</li>
<li>RAM: 264 kB</li>
<li>Flash: u to 16 MB</li>
<li>Flash: up to 16 MB</li>
<li>Peripherals: I2C, SPI, PIO...</li>
</ul>

Expand All @@ -244,6 +244,30 @@ The micro-ROS Tier 2 boards are officially supported for one or more RTOSes and
</div>
</div>

<div class="hardwarecontainer">
<div class="hardwareitem_description">
<h3><b>Arduino Portenta H7</b></h3>
<div>
<b>Key features:</b>
<ul>
<li>MCU: Dual-core Arm Cortex-M7 and Cortex-M4</li>
<li>RAM: 8 MB</li>
<li>Flash: 16 MB</li>
<li>Peripherals: USB HS, Ethernet, WiFi/BT...</li>
</ul>

<b>Resources:</b>
<ul>
<li><a href="https://store.arduino.cc/portenta-h7">Official website</a></li>
</ul>
</div>
</div>

<div class="hardwareitem_image">
<img src="imgs/portenta.jpg">
</div>
</div>

## Community supported boards

The micro-ROS community supported boards are contributions of micro-ROS' users and community, and are not guaranteed to be officially supported.
Expand Down