We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309f720 commit 1aa7c45Copy full SHA for 1aa7c45
README.md
@@ -45,7 +45,7 @@ To run the tests associated with the ci-test-shield follow these steps:
45
0. `cd ci-test-shield`- Navigate to the repo on your command line.
46
1. `mbed target auto` - Automatically detect board plugged into computer and set it as the target
47
3. `mbed toolchain GCC_ARM` - Select compiler. You can also use IAR, UVISION, or any other toolchain listed in `mbed toolchain --supported`
48
-4. `mbed update` - Update libraries to latest version
+4. [Optional] Update mbed-os and tests to latest version. Do nothing to use the last stable version.
49
5. `mbed test -n tests-* --app-config .\mbed_app.json` - Run CI Test Shield tests.
50
51
## Customization
0 commit comments