Skip to content

Update datasheet.md to include heatsink suggestion #728

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 16, 2022
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
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ Edge computing, industrial internet of things, system on module, artificial inte
<td><strong>Temperature range</strong></td>
<td> -40°C to +85°C</td>
<td> It is user’s sole responsibility to test board's operation in full temperature
range</td>
range. To improve the board performance in critical conditions, it is possible to attach external heatsinks on the processor and on the memory chip.</td>
</tr>
<tr>
<td><strong>Safety information</strong></td>
Expand All @@ -276,9 +276,11 @@ The Arduino® Portenta X8 has been designed for high performance embedded comput
## Accessories (Not Included)
- USB-C® Hub
- USB-C® to HDMI Adapter
- Heatsink (if required)

## Related Products
- Arduino® Portenta Breakout Board (ASX00031)
- Arduino® Portenta Max Carrier (ABX00043)

# Rating

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"gatsby": "^4.9.2"
},
"volta": {
"node": "14.21.1"
"node": "14.21.1",
"npm": "6.14.17"
}
}