Skip to content

Commit deb960e

Browse files
greg-ferrlubos
authored andcommitted
doc: wayland: update desktop app names
Updated nRF Connect for Desktop app names to match the application. Dropped `nRF Connect` from the name and added `app` after. Reasons in NCD-1066. Signed-off-by: Grzegorz Ferenc <[email protected]>
1 parent 1934345 commit deb960e

File tree

62 files changed

+178
-177
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+178
-177
lines changed

applications/asset_tracker_v2/doc/asset_tracker_v2_description.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ Testing
180180
After programming the application and all the prerequisites to your development kit, test the application by performing the following steps:
181181

182182
1. |connect_kit|
183-
#. Connect to the kit with a terminal emulator (for example, `nRF Connect Serial Terminal`_).
184-
You can also use the :guilabel:`Open Serial Terminal` option of the `Cellular Monitor`_ app to open the Serial Terminal.
185-
Using the Cellular Monitor app in combination with the nRF Connect Serial Terminal shows how the modem responds to the different modem commands.
183+
#. Connect to the kit with a terminal emulator (for example, the `Serial Terminal app`_).
184+
You can also use the :guilabel:`Open Serial Terminal` option of the `Cellular Monitor app`_ to open the Serial Terminal app.
185+
Using the Cellular Monitor app in combination with the Serial Terminal app shows how the modem responds to the different modem commands.
186186
#. Reset the development kit.
187187
#. Observe in the terminal window that application boots as shown in the following output::
188188

applications/machine_learning/app_desc.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ After programming the application, perform the following steps to test the nRF M
539539
After a brief delay, the Bluetooth connection between the sample and the Thingy is established.
540540
The Thingy forwards the sensor readouts over NUS.
541541
The LED on the Thingy starts to blink rapidly.
542-
#. Connect to the sample with a terminal emulator (for example, `nRF Connect Serial Terminal`_).
542+
#. Connect to the sample with a terminal emulator (for example, the `Serial Terminal app`_).
543543
See :ref:`test_and_optimize` for the required settings.
544544
#. Observe the sensor readouts represented as comma-separated values.
545545
Every line represents a single sensor readout.
@@ -568,7 +568,7 @@ After programming the application, perform the following steps to test the nRF M
568568
This signal is marked as an anomaly by the machine learning model, and **LED1** starts breathing.
569569
#. Press and hold **Button 1** for more than five seconds to switch to the data forwarding mode.
570570
After the mode is switched, **LED1** starts to blink rapidly.
571-
#. Connect to the development kit with a terminal emulator (for example, `nRF Connect Serial Terminal`_).
571+
#. Connect to the development kit with a terminal emulator (for example, the `Serial Terminal app`_).
572572
See :ref:`test_and_optimize` for the required settings.
573573
#. Observe the sensor readouts represented as comma-separated values.
574574
Every line represents a single sensor readout.
@@ -595,7 +595,7 @@ After programming the application, perform the following steps to test the nRF M
595595
This signal is marked as an anomaly by the machine learning model, and **LED1** starts breathing.
596596
#. Press and hold **Button 0** for more than five seconds to switch to the data forwarding mode.
597597
After the mode is switched, **LED1** starts to blink rapidly.
598-
#. Connect to the development kit with a terminal emulator (for example, `nRF Connect Serial Terminal`_).
598+
#. Connect to the development kit with a terminal emulator (for example, the `Serial Terminal app`_).
599599
See :ref:`test_and_optimize` for the required settings.
600600
#. Observe the sensor readouts represented as comma-separated values.
601601
Every line represents a single sensor readout.

applications/serial_lte_modem/doc/slm_description.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -407,18 +407,18 @@ To connect to an nRF91 Series DK with a PC:
407407
1. Verify that ``UART_0`` is selected in the application.
408408
It is defined in the default configuration.
409409

410-
2. Use `nRF Connect Serial Terminal`_ to connect to the development kit.
410+
2. Use the `Serial Terminal app`_ to connect to the development kit.
411411
See :ref:`serial_terminal_connect` for instructions.
412-
You can also use the :guilabel:`Open Serial Terminal` option of the `Cellular Monitor`_ app to open the Serial Terminal.
413-
Using the Cellular Monitor app in combination with the nRF Connect Serial Terminal shows how the modem responds to the different modem commands.
412+
You can also use the :guilabel:`Open Serial Terminal` option of the `Cellular Monitor app`_ to open the Serial Terminal app.
413+
Using the Cellular Monitor app in combination with the Serial Terminal app shows how the modem responds to the different modem commands.
414414
You can then use this connection to send or receive AT commands over UART, and to see the log output of the development kit.
415415

416-
Instead of using nRF Connect Serial Terminal, you can use PuTTY to establish a terminal connection to the development kit, using the :ref:`default serial port connection settings <test_and_optimize>`.
416+
Instead of using the Serial Terminal app, you can use PuTTY to establish a terminal connection to the development kit, using the :ref:`default serial port connection settings <test_and_optimize>`.
417417

418418
.. note::
419419

420420
The default AT command terminator is a carriage return followed by a line feed (``\r\n``).
421-
nRF Connect Serial Terminal supports this format.
421+
The Serial Terminal app supports this format.
422422
If you want to use another terminal emulator, make sure that the configured AT command terminator corresponds to the line terminator of your terminal.
423423
When using PuTTY, you must set the :ref:`CONFIG_SLM_CR_TERMINATION <CONFIG_SLM_CR_TERMINATION>` SLM configuration option.
424424
See :ref:`slm_config_options` for more details.
@@ -642,8 +642,8 @@ If you have an nRF52 Series DK running a client application, you can also use th
642642
|test_sample|
643643

644644
1. |connect_kit|
645-
#. :ref:`Connect to the kit with nRF Connect Serial Terminal <serial_terminal_connect>`.
646-
You can also use the :guilabel:`Open Serial Terminal` option of the `Cellular Monitor`_ app to open the Serial Terminal.
645+
#. :ref:`Connect to the kit with the Serial Terminal app <serial_terminal_connect>`.
646+
You can also use the :guilabel:`Open Serial Terminal` option of the `Cellular Monitor app`_ to open the Serial Terminal app.
647647
If you want to use a different terminal emulator, see :ref:`slm_connecting_91dk_pc`.
648648
#. Reset the kit.
649649
#. Observe that the development kit sends a ``Ready\r\n`` message on UART.

applications/serial_lte_modem/doc/slm_testing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,8 @@ TLS client
377377
Before completing this test, you must update the CA certificate, the client certificate, and the private key to be used for the TLS connection in the modem.
378378
The credentials must use the security tag 16842755.
379379

380-
To store the credentials in the modem, use the Cellular Monitor app.
381-
See `Managing credentials`_ in the Cellular Monitor User Guide for instructions.
380+
To store the credentials in the modem, use the `Cellular Monitor app`_.
381+
See `Managing credentials`_ in the Cellular Monitor app documentation for instructions.
382382

383383
You must register the corresponding credentials on the server side.
384384

doc/nrf/app_dev/device_guides/nrf52/features.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Features of nRF52 Series
1010
The nRF52 Series of System-on-Chip (SoC) devices embed an Arm Cortex-M4 processor with Nordic Semiconductor's 2.4 GHz RF transceivers.
1111
All of the nRF52 Series SoCs have support for Bluetooth® 5 features, in addition to multiprotocol capabilities.
1212

13-
To get started with the nRF52 Series, download and run the `Quick Start`_ application from `nRF Connect for Desktop`_.
13+
To get started with the nRF52 Series, download and run the `Quick Start app`_ in `nRF Connect for Desktop`_.
1414

1515
For additional information, see the following documentation:
1616

doc/nrf/app_dev/device_guides/nrf53/features_nrf53.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Features of nRF53 Series
1010
The nRF53 Series System-on-Chips (SoC) integrate a high-performance Arm® Cortex®-M33 dual-core processor with a 2.4 GHz RF transceiver, in addition to advanced security features.
1111
All nRF53 Series SoC support Bluetooth® 5.1 and Bluetooth Mesh, in addition to multiprotocol capabilities.
1212

13-
To get started with the nRF5340 DK, download and run the `Quick Start`_ application from `nRF Connect for Desktop`_.
13+
To get started with the nRF5340 DK, download and run the `Quick Start app`_ in `nRF Connect for Desktop`_.
1414

1515
For additional information, refer to the following resources:
1616

doc/nrf/app_dev/device_guides/nrf53/thingy53_application_guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Updating firmware image for Thingy:53
2828
*************************************
2929

3030
You can program the firmware on the Nordic Thingy:53 using an external debug probe and 10-pin JTAG cable, as described in :ref:`thingy53_building_pgming`, using either :ref:`Visual Studio Code <thingy53_build_pgm_vscode>` or :ref:`command line <thingy53_build_pgm_command_line>`.
31-
You can also update applications running on both the network and application core using the built-in MCUboot bootloader and `nRF Connect Programmer`_ or the `nRF Programmer`_ app for Android and iOS.
31+
You can also update applications running on both the network and application core using the built-in MCUboot bootloader and the `Programmer app`_ for desktop or the `nRF Programmer`_ app for Android and iOS.
3232
You can also update the prebuilt application images that way.
3333

3434
See :ref:`thingy53_gs_updating_firmware` for details about updating firmware image.
@@ -54,7 +54,7 @@ You can program the precompiled firmware image using one of the following ways:
5454
In this scenario, the Thingy is connected directly to your PC through USB.
5555
For details, refer to the :ref:`thingy53_app_mcuboot_bootloader` section.
5656

57-
See the :ref:`thingy53_gs_updating_usb` section in the :ref:`ug_thingy53_gs` guide for the detailed procedures on how to program the Thingy:53 using `nRF Connect Programmer`_.
57+
See the :ref:`thingy53_gs_updating_usb` section in the :ref:`ug_thingy53_gs` guide for the detailed procedures on how to program the Thingy:53 using the `Programmer app`_.
5858
* Update the firmware over-the-air (OTA) using Bluetooth LE and the nRF Programmer mobile application for Android or iOS.
5959
To use this method, the application that is currently programmed on Thingy:53 must support it.
6060
For details, refer to :ref:`thingy53_app_fota_smp` section.

doc/nrf/app_dev/device_guides/nrf70/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,28 +35,28 @@ Zephyr and the |NCS| provide support for developing networking applications with
3535
- PCA10095
3636
- ``nrf5340dk/nrf5340/cpuapp``
3737
- | `Product Specification <nRF5340 Product Specification_>`_
38-
| `Quick Start`_
38+
| `Quick Start app`_
3939
| `User Guide <nRF5340 DK User Guide_>`_
4040
* - :ref:`zephyr:nrf52840dk_nrf52840`
4141
- nRF7002 EK
4242
- PCA10056
4343
- ``nrf52840dk/nrf52840``
4444
- | `Product Specification <nRF52840 Product Specification_>`_
45-
| `Quick Start`_
45+
| `Quick Start app`_
4646
| `User Guide <nRF52840 DK User Guide_>`_
4747
* - :ref:`zephyr:nrf9151dk_nrf9151`
4848
- nRF7002 EK
4949
- PCA10171
5050
- ``nrf9151dk/nrf9151/ns``
5151
- | `Product Specification <nRF9151 Product Specification_>`_
52-
| `Quick Start`_
52+
| `Quick Start app`_
5353
| `User Guide <nRF9151 DK Hardware_>`_
5454
* - :ref:`zephyr:nrf9161dk_nrf9161`
5555
- nRF7002 EK
5656
- PCA10153
5757
- ``nrf9161dk/nrf9161/ns``
5858
- | `Product Specification <nRF9161 Product Specification_>`_
59-
| `Quick Start`_
59+
| `Quick Start app`_
6060
| `User Guide <nRF9161 DK Hardware_>`_
6161
* - :ref:`zephyr:nrf9160dk_nrf9160`
6262
- nRF7002 EK
@@ -81,7 +81,7 @@ Zephyr and the |NCS| provide support for developing networking applications with
8181
- nRF7002 EB
8282
- PCA20053
8383
- ``nrf54l15dk/nrf54l15/cpuapp``
84-
- | `Quick Start`_
84+
- | `Quick Start app`_
8585
| :ref:`Developing with nRF54L Series <ug_nrf54l15_gs>`
8686
8787

doc/nrf/app_dev/device_guides/nrf91/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Zephyr and the |NCS| provide support for developing cellular applications using
2525
- PCA10153
2626
- ``nrf9161dk/nrf9161``, ``nrf9161dk/nrf9161/ns``
2727
- | `Product Specification <nRF9161 Product Specification_>`_
28-
| `Quick Start`_
28+
| `Quick Start app`_
2929
| `User Guide <nRF9161 DK Hardware_>`_
3030
- | `nRF9161 DK product page`_
3131
| `nRF9161 System in Package (SiP) <nRF9161 product website_>`_
@@ -41,7 +41,7 @@ Zephyr and the |NCS| provide support for developing cellular applications using
4141
- PCA10171
4242
- ``nrf9151dk/nrf9151``, ``nrf9151dk/nrf9151/ns``
4343
- | `Product Specification <nRF9151 Product Specification_>`_
44-
| `Quick Start`_
44+
| `Quick Start app`_
4545
| `User Guide <nRF9151 DK Hardware_>`_
4646
- | `nRF9151 DK product page`_
4747
| `nRF9151 System in Package (SiP) <nRF9151 product website_>`_

doc/nrf/app_dev/device_guides/nrf91/nrf91_board_controllers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following sections have a complete list of configuration options available f
2323
* `Board control <nRF9151 DK board control section in the nRF9151 DK User Guide_>`_ in the nRF9151 DK Hardware guide
2424

2525
The nRF5340 IMCU comes preprogrammed with J-Link SEGGER OB and board controller firmware.
26-
If you want to change the default configuration of the DK, you can use the `nRF Connect Board Configurator`_ app in `nRF Connect for Desktop`_ .
26+
If you want to change the default configuration of the DK, you can use the `Board Configurator app`_ in `nRF Connect for Desktop`_ .
2727

2828
To update board controller firmware on the nRF9161 DK, download the `nRF9161 DK board controller firmware`_ from the nRF9161 DK downloads page.
2929
To program the HEX file, use `nRF Util`_.

0 commit comments

Comments
 (0)