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
Updated documentation pages for the latest changes to the extension.
VSC-2735, VSC-2760, VSC-2340.
Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
Copy file name to clipboardexpand all lines: doc/nrf/installation/install_ncs.rst
+13-7
Original file line number
Diff line number
Diff line change
@@ -105,8 +105,12 @@ Depending on your preferred development environment, complete the following step
105
105
The list of available stable toolchain versions appears in the |VSC|'s quick pick.
106
106
#. Select the toolchain version to install.
107
107
The toolchain version should match the |NCS| version you are going to work with.
108
-
If you have received a custom URL for installing the toolchain, you can provide it using the :guilabel:`Change Toolchain Index` button in the quick pick's header (wrench icon).
109
-
If you are working with a development tag, disable the filter in the quick pick's header to list all available toolchains.
108
+
|install_latest_version|
109
+
110
+
.. note::
111
+
If you have received a custom URL for installing the toolchain, you can provide it using the :guilabel:`Change Toolchain Index` button in the quick pick's header (wrench icon).
112
+
If you are working with a development tag, disable the filter in the quick pick's header to list all available toolchains.
113
+
110
114
The toolchain installation starts in the background, as can be seen in the notification that appears.
111
115
112
116
When you install the toolchain for the first time, the installed version is automatically selected for your project.
@@ -138,14 +142,17 @@ Depending on your preferred development environment, complete the following step
This example command installs the toolchain required for the |NCS| v2.0.0.
150
+
This example command installs the toolchain required for the |NCS| |release|.
151
+
|install_latest_version|
146
152
147
153
The ``toolchain-manager`` command installs the toolchain by default at :file:`C:/ncs/toolchains` on Windows and at :file:`~/ncs/toolchains` on Linux.
148
154
These can be modified, as explained in the `Toolchain Manager command`_ documentation.
155
+
To check the current configuration setting, use the ``nrfutil toolchain-manager config --show`` command.
149
156
On macOS, :file:`/opt/nordic/ncs/toolchains` is used and no other location is allowed.
150
157
151
158
If you have received a custom URL for installing the toolchain, you can use the following command to set it as default, replacing the respective parameter:
@@ -162,8 +169,7 @@ Depending on your preferred development environment, complete the following step
To check the current configuration setting, use the ``nrfutil toolchain-manager config --show`` command.
166
-
To read more about these commands, use the ``nrfutil toolchain-manager --help`` command.
172
+
To read more about ``toolchain-manager`` commands, use the ``nrfutil toolchain-manager --help`` command.
167
173
168
174
With the default location to install the toolchain (:file:`C:/ncs/toolchains` on Windows, :file:`~/ncs/toolchains/` on Linux, and the non-modifiable :file:`/opt/nordic/ncs/toolchains/` on macOS), your directory structure now looks similar to this:
Copy file name to clipboardexpand all lines: doc/nrf/test_and_optimize/debugging.rst
+2-1
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,8 @@ Use the following steps to enable monitor-mode debugging in the |NCS|:
128
128
2. Attach the debugger to the application.
129
129
3. Depending on debugger you are using, enable monitor-mode debugging:
130
130
131
-
* For nRF Debug in the |nRFVSC|, enter ``-exec monitor exec SetMonModeDebug=1`` in the debug console.
131
+
* For nRF Debug in the |nRFVSC|, the monitor-mode is automatically enabled when you set the :kconfig:option:`CONFIG_SEGGER_DEBUGMON` Kconfig option and build your application.
132
+
(``-exec monitor exec SetMonModeDebug=1`` is automatically passed to the debug console).
132
133
* For debugging using Ozone, enter ``Exec.Command("SetMonModeDebug = 1");`` in the console.
133
134
134
135
For more information about monitor-mode debugging, see Zephyr's :ref:`zephyr:debugmon` documentation and SEGGER's `Monitor-mode Debugging <Monitor-mode Debugging_>`_ documentation.
0 commit comments