You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tools/CLI/cli-create.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -81,9 +81,13 @@ $ mbed new mbed-classic-program --mbedlib
81
81
You can create plain (empty) programs, without either Mbed OS 5 or Mbed OS 2, by using the `--create-only` option.
82
82
83
83
### Managing multiple Mbed projects
84
-
By default there is a copy of mbed-os checked-out into each of your active mbed project directories.
85
-
The configuration option ```MBED_OS_DIR``` allows you to create multiple mbed projects and use the same Mbed OS library directory for each of these projects.
86
-
The ```MBED_OS_DIR``` configuration option should be set as an absolute path to a directory containing an implementation of mbed-os.
84
+
85
+
By default, a copy of `mbed-os` is checked out into each of your active Mbed project directories.
86
+
87
+
The configuration option `MBED_OS_DIR` allows you to create multiple Mbed projects and use the same Mbed OS library directory for each of these projects.
88
+
89
+
Set the `MBED_OS_DIR` configuration option as an absolute path to a directory containing an implementation of `mbed-os`.
0 commit comments