@@ -6,36 +6,33 @@ This document covers the installation and usage of mbed CLI.
66
77## Table of Contents
88
9- 1 . [ Requirements ] ( #requirements )
9+ 1 . [ Using mbed CLI ] ( #using-mbed-cli )
10101 . [ 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 )
12121 . [ 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 )
15151 . [ 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)
25161 . [ 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 )
2920 4 . [ Compile configuration system] ( #compile-configuration-system )
3021 5 . [ Compile-time customizations] ( #compile-time-customizations )
31- 6 . [ Automating toolchain and target selection] ( #automating-toolchain-and-target-selection )
32221 . [ Exporting to desktop IDEs] ( #exporting-to-desktop-ides )
33231 . [ Testing] ( #testing )
3424 1 . [ Finding available tests] ( #finding-available-tests )
3525 2 . [ Change the test action] ( #change-the-test-action )
3626 3 . [ Limiting the test scope] ( #limiting-the-test-scope )
3727 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 )
38341 . [ mbed CLI configuration] ( #mbed-cli-configuration )
35+ 1 . [ Troubleshooting] ( #troubleshooting )
3936
4037
4138## Using mbed CLI
@@ -419,7 +416,9 @@ ___Macros___
419416
420417You can specify macros in your command line using the -D option. For example:
421418
422- ` $ mbed compile -t GCC_ARM -m K64F -c -DUVISOR_PRESENT `
419+ ```
420+ $ mbed compile -t GCC_ARM -m K64F -c -DUVISOR_PRESENT
421+ ```
423422
424423___ Compiling in debug mode___
425424
0 commit comments