Skip to content

[PC-1527] Portenta Hat Carrier: Added Compatibility Tags #1593

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 2 commits into from
Dec 11, 2023
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 @@ -14,4 +14,5 @@ hardware:
- portenta-cat-m1-nb-iot-gnss-shield
carriers:
- portenta-breakout
- portenta-max-carrier
- portenta-max-carrier
- portenta-hat-carrier
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ The Portenta C33 is a powerful microcontroller board designed for low-cost IoT a
- Arduino® Nicla Vision (SKU: ABX00051)
- Arduino® Nicla Voice (SKU: ABX00061)
- Arduino® Portenta Max Carrier (SKU: ABX00043)
- Arduino® Portenta Hat Carrier (SKU: ASX00049)
- Arduino® Portenta CAT.M1/NB IoT GNSS Shield (SKU: ABX00043)
- Arduino® Portenta Vision Shield - Ethernet (SKU: ABX00021)
- Arduino® Portenta Vision Shield - LoRa® (SKU: ABX00026)
Expand Down Expand Up @@ -651,7 +652,8 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia
## Document Revision History

| **Date** | **Revision** | **Changes** |
| :--------: | :----------: | :----------------------------------------------------: |
|:----------:|:------------:|:------------------------------------------------------:|
| 14/12/2023 | 6 | Updated Related Product section |
| 14/11/2023 | 5 | FCC and Block Diagram Updates |
| 30/10/2023 | 4 | I2C ports information section added |
| 20/06/2023 | 3 | Power tree added, related products information updated |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ hardware:
#- mkr-therm-shield
carriers:
- portenta-breakout
- portenta-max-carrier
- portenta-max-carrier
- portenta-hat-carrier
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ hardware:
carriers:
- portenta-breakout
- portenta-max-carrier
- portenta-hat-carrier
3 changes: 2 additions & 1 deletion content/hardware/04.pro/boards/portenta-h7/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ hardware:
#- mkr-therm-shield
carriers:
- portenta-breakout
- portenta-max-carrier
- portenta-max-carrier
- portenta-hat-carrier
Original file line number Diff line number Diff line change
Expand Up @@ -638,9 +638,12 @@ Laboratory equipment, Computer vision
Due to the dual core processing, the Portenta supports a wide array of applications.

### Accessories (Not Included)
* Portenta Vision shield

* USB 2.0 Cable Type A/B
* Portenta Vision shield
* Portenta Breakout Board
* Portenta Max Carrier
* Portenta Hat Carrier

## Functional Overview

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ hardware:
carriers:
- portenta-breakout
- portenta-max-carrier
- portenta-hat-carrier

Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ The Arduino® Portenta X8 has been designed for high-performance embedded comput

- Arduino® Portenta Breakout Board (ASX00031)
- Arduino® Portenta Max Carrier (ABX00043)
- Arduino® Portenta Hat Carrier (ASX00049)

## Rating

Expand Down Expand Up @@ -435,7 +436,7 @@ Now that you have gone through the basics of what you can do with the board you

All Arduino boards have a built-in bootloader which allows flashing the board via USB. In case a sketch locks up the processor and the board is not reachable anymore via USB it is possible to enter bootloader mode by configuring DIP switches.

**Note: A compatible carrier board with DIP switches (e.g. Portenta Max Carrier or Portenta Breakout) is required to enable bootloader mode. It cannot be enabled with the Portenta X8 alone.**
**Note: A compatible carrier board with DIP switches (e.g. Portenta Max Carrier, Portenta Hat Carrier, or Portenta Breakout) is required to enable bootloader mode. It cannot be enabled with the Portenta X8 alone.**

## Mechanical Information

Expand Down Expand Up @@ -563,6 +564,7 @@ Hereby, Arduino S.r.l. declares that this product is in compliance with essentia

| **Date** | **Revision** | **Changes** |
|------------|--------------|----------------------------------------|
| 11/12/2023 | 5 | Add Portenta Hat Carrier compatibility |
| 07/11/2023 | 4 | Add missing board dimensions |
| 26/01/2023 | 3 | Clarify open-source nature of M7 core |
| 12/09/2022 | 2 | Make cores clear, minor fixes |
Expand Down