Skip to content

Commit b4f5e02

Browse files
author
Amanda Butler
authored
Merge pull request #1175 from maclobdell/clarify-platform-id
Add small clarifications related to unique board IDs
2 parents 6be8ae4 + cf5d02c commit b4f5e02

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/porting/porting_full_process/porting_reqs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ Porting Mbed OS requires the following hardware:
1010
- A micro SD card for the CI test shield.
1111
- A USB cable to connect the evaluation board to your development PC.
1212

13-
14-
<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>
13+
<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>
1514

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

docs/porting/tools/mbedls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Mbed-ls is a Python module that detects and lists Mbed Enabled boards connected
66

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

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

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

0 commit comments

Comments
 (0)