Skip to content

Add small clarifications related to unique board IDs #1175

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 1 commit into from
Dec 3, 2019
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
3 changes: 1 addition & 2 deletions docs/porting/porting_full_process/porting_reqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ Porting Mbed OS requires the following hardware:
- A micro SD card for the CI test shield.
- A USB cable to connect the evaluation board to your development PC.


<span class="notes">**Note:** The new target needs a unique board ID. To get one, please contact your technical account manager or email [our support team](mailto:[email protected]).</span>
<span class="notes">**Note:** If you intend to release a new target to the Mbed community, it needs a unique four-digit hexadecimal identifier called a Platform ID. To get one, please contact your technical account manager or email [our support team](mailto:[email protected]).</span>

If there is no interface MCU on the board you may also need:

Expand Down
2 changes: 1 addition & 1 deletion docs/porting/tools/mbedls.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Mbed-ls is a Python module that detects and lists Mbed Enabled boards connected

Mbed-ls needs the following information to correctly detect an Mbed Enabled board:

- A four-digit hexadecimal identifier of a board class.
- A four-digit hexadecimal identifier of a board class called a Platform ID.
- A vendor string for detection on Windows.

Further, Mbed-ls only detects devices that meet the following criteria:
Expand Down