Skip to content

Commit 30a44f0

Browse files
committed
Updating links to Mbed LS
1 parent 5efc02a commit 30a44f0

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

docs/reference/contributing/target/ticker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ At this point, we should be able to compile a handful of tests:
66

77
``mbed test -m BOARD_NAME --compile -t <toolchain>``
88

9-
To execute the tests, you need to support <a href="https://github.com/armmbed/mbed-ls" target="_blank">`mbed-ls`</a>.
9+
To execute the tests, you need to support <a href="https://github.com/ARMmbed/mbed-os-tools/tree/master/packages/mbed-ls" target="_blank">`mbed-ls`</a>.

docs/reference/contributing/tools/mbedls.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ Mbed-ls needs the following information to correctly detect an Mbed Enabled boar
88

99
- A four-digit hexadecimal identifier of a board class.
1010
- A vendor string for detection on Windows.
11-
11+
1212
Further, Mbed-ls only detects devices that meet the following criteria:
1313

1414
- Devices have a mass storage device (MSD) endpoint.
1515
- The MSD endpoint has a FAT file system.
16-
17-
### Implementation
1816

19-
When adding a board to Mbed-ls, you typically need to add a new definition to the platform database. Before you add your board to the Mbed-ls platform database, you need the Unique product code, a four-digit hexadecimal identifier, you obtained through the mbed enabled program. You can add a new board to the platform database by adding an entry mapping from your board's unique product code to the name of the board into the `DEFAULT_PLATFORM_DB` dictionary in <a href="https://github.com/ARMmbed/mbed-ls/blob/master/mbed_lstools/platform_database.py" target="_blank">`mbed_lstools/platform_database.py`</a>.
17+
### Implementation
2018

21-
If your board uses an interface firmware other than J-Link, STLink, DAPLink or OpenSDA, you need to add a new vendor string for detection on windows. If you need to add a new vendor string, add it to the `usb_vendor_list` member of the `MbedLsToolsBase` class in <a href="https://github.com/ARMmbed/mbed-ls/blob/master/mbed_lstools/lstools_base.py" target="_blank">`mbed_lstools/lstools_base.py`</a>.
19+
Please see the [implementation guide](https://github.com/ARMmbed/mbed-os-tools/tree/master/packages/mbed-ls#adding-platform-support) in Mbed LS for more details.

docs/tools/testing/greentea.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ $ mbedgt --use-tids 02400203C3423E603EBEC3D8,024002031E031E6AE3FFE3D2
570570

571571
Where `02400203C3423E603EBEC3D8` and `024002031E031E6AE3FFE3D` are the target IDs of platforms attached to your system.
572572

573-
You can view target IDs using the <a href="https://github.com/ARMmbed/mbed-ls" target="_blank">`mbed-ls`</a> tool (installed with Greentea).
573+
You can view target IDs using the <a href="https://github.com/ARMmbed/mbed-os-tools/tree/master/packages/mbed-ls" target="_blank">`mbed-ls`</a> tool (installed with Greentea).
574574

575575
```
576576
$ mbedls

0 commit comments

Comments
 (0)