@@ -6,36 +6,33 @@ This document covers the installation and usage of mbed CLI.
6
6
7
7
## Table of Contents
8
8
9
- 1 . [ Requirements ] ( #requirements )
9
+ 1 . [ Using mbed CLI ] ( #using-mbed-cli )
10
10
1 . [ Installing and uninstalling] ( #installing-mbed-cli )
11
- 1 . [ Working context and command help ] ( #working-context )
11
+ 1 . [ Understanding working context and program root ] ( #before-you-begin-understanding-the- working-context-and-program-root )
12
12
1 . [ Creating and importing programs] ( #creating-and-importing-programs )
13
- 1 . [ Creating a new program] ( #creating-a-new-program )
14
- 2. [Importing an existing program](#importing-an-existing-program)
13
+ 1 . [ Creating a new program] ( #creating-a-new-program-for-mbed-os-5 )
14
+ 2 . [ Importing an existing program] ( #importing-an-existing-program )
15
15
1 . [ Adding and removing libraries] ( #adding-and-removing-libraries )
16
- 1. [Adding a library](#adding-a-library)
17
- 2. [Removing a library](#removing-a-library)
18
- 1 . [ Updating programs and libraries] ( #updating-programs-and-libraries )
19
- 1. [Synchronizing library references](#synchronizing-library-references)
20
- 2. [Update scenarios](#update-scenarios)
21
- 3. [Updating to an upstream version](#updating-to-an-upstream-version)
22
- 1 . [ Publishing your changes] ( #publishing-your-changes )
23
- 1. [Checking status](#checking-status)
24
- 2. [Pushing upstream](#pushing-upstream)
25
16
1 . [ Compiling code] ( #compiling-code )
26
- 1. [Toolchain selection](#toolchain-selection)
27
- 2. [Compiling your program](#compiling-your-program)
28
- 3. [Compiling static libraries](#compiling-static-libraries)
17
+ 1 . [ Toolchain selection] ( #toolchain-selection )
18
+ 2 . [ Compiling your program] ( #compiling-your-program )
19
+ 3 . [ Compiling static libraries] ( #compiling-static-libraries )
29
20
4 . [ Compile configuration system] ( #compile-configuration-system )
30
21
5 . [ Compile-time customizations] ( #compile-time-customizations )
31
- 6 . [ Automating toolchain and target selection] ( #automating-toolchain-and-target-selection )
32
22
1 . [ Exporting to desktop IDEs] ( #exporting-to-desktop-ides )
33
23
1 . [ Testing] ( #testing )
34
24
1 . [ Finding available tests] ( #finding-available-tests )
35
25
2 . [ Change the test action] ( #change-the-test-action )
36
26
3 . [ Limiting the test scope] ( #limiting-the-test-scope )
37
27
4 . [ Test directory structure] ( #test-directory-structure )
28
+ 1 . [ Publishing your changes] ( #publishing-your-changes )
29
+ 1 . [ Checking status] ( #checking-status )
30
+ 2 . [ Pushing upstream] ( #pushing-upstream )
31
+ 1 . [ Updating programs and libraries] ( #updating-programs-and-libraries )
32
+ 1 . [ Updating to an upstream version] ( #updating-to-an-upstream-version )
33
+ 2 . [ Update examples] ( #update-examples )
38
34
1 . [ mbed CLI configuration] ( #mbed-cli-configuration )
35
+ 1 . [ Troubleshooting] ( #troubleshooting )
39
36
40
37
41
38
## Using mbed CLI
@@ -419,7 +416,9 @@ ___Macros___
419
416
420
417
You can specify macros in your command line using the -D option. For example:
421
418
422
- ` $ mbed compile -t GCC_ARM -m K64F -c -DUVISOR_PRESENT `
419
+ ```
420
+ $ mbed compile -t GCC_ARM -m K64F -c -DUVISOR_PRESENT
421
+ ```
423
422
424
423
___ Compiling in debug mode___
425
424
0 commit comments