Skip to content

Commit e01efd4

Browse files
authored
Merge pull request #728 from arduino/martab1994-portenta-x8-heatsink
Update datasheet.md to include heatsink suggestion. Merging into aliphys/x8editserrors branch.
2 parents 47a9ad0 + e7a3eff commit e01efd4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

content/hardware/04.pro/boards/portenta-x8/datasheet/datasheet.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Edge computing, industrial internet of things, system on module, artificial inte
254254
<td><strong>Temperature range</strong></td>
255255
<td> -40°C to +85°C</td>
256256
<td> It is user’s sole responsibility to test board's operation in full temperature
257-
range</td>
257+
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>
258258
</tr>
259259
<tr>
260260
<td><strong>Safety information</strong></td>
@@ -276,9 +276,11 @@ The Arduino® Portenta X8 has been designed for high performance embedded comput
276276
## Accessories (Not Included)
277277
- USB-C® Hub
278278
- USB-C® to HDMI Adapter
279+
- Heatsink (if required)
279280

280281
## Related Products
281282
- Arduino® Portenta Breakout Board (ASX00031)
283+
- Arduino® Portenta Max Carrier (ABX00043)
282284

283285
# Rating
284286

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"gatsby": "^4.9.2"
2323
},
2424
"volta": {
25-
"node": "14.21.1"
25+
"node": "14.21.1",
26+
"npm": "6.14.17"
2627
}
2728
}

0 commit comments

Comments
 (0)