Skip to content

Commit e48d537

Browse files
author
Amanda Butler
authored
Merge pull request #1002 from ARMmbed/AnotherButler-patch-5-2
Add section to cli-test-debug.md
2 parents 24a3189 + 4007d08 commit e48d537

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/tools/CLI/cli-test-debug.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,3 +281,11 @@ $ mbed test --unittests --new rtos/Semaphore.cpp
281281
#### Various issues when running Mbed CLI in the Cygwin environment
282282

283283
Mbed CLI is not currently compatible with the Cygwin environment and [cannot be executed inside it](https://github.com/ARMmbed/mbed-cli/issues/299).
284+
285+
#### Downloading Mbed 2 library builds
286+
287+
Mbed 2 library builds can be large and may require a download manager on slower connections. You may download the library manually with the following steps:
288+
289+
1. Go to Mbed OS 2 releases, and choose a revision - https://os.mbed.com/users/mbed_official/code/mbed/graph/
290+
1. Click on revision of your choice, for example, the revision 4f6c30876dfa is located at https://os.mbed.com/users/mbed_official/code/mbed/rev/4f6c30876dfa/
291+
1. In the URL, change rev to archive and append zip. For example, the URL above, https://os.mbed.com/users/mbed_official/code/mbed/rev/4f6c30876dfa/, is modified to https://os.mbed.com/users/mbed_official/code/mbed/archive/4f6c30876dfa/zip

0 commit comments

Comments
 (0)