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
doc: Define App and sample-specific Kconfig options
Define App and sample-specific Kconfig options
that are mentioned in the 2.8 release notes.
NCSDK-30408
Signed-off-by: divya pillai <[email protected]>
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-2.8.0-preview1.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -392,7 +392,7 @@ Serial LTE modem
392
392
* Added:
393
393
394
394
* DTLS support for the ``#XUDPSVR`` and ``#XSSOCKET`` (UDP server sockets) AT commands when the :file:`overlay-native_tls.conf` configuration file is used.
395
-
* The :kconfig:option:`CONFIG_SLM_PPP_FALLBACK_MTU` Kconfig option that is used to control the MTU used by PPP when the cellular link MTU is not returned by the modem in response to the ``AT+CGCONTRDP=0`` AT command.
395
+
* The :ref:`CONFIG_SLM_PPP_FALLBACK_MTU<CONFIG_SLM_PPP_FALLBACK_MTU>` Kconfig option that is used to control the MTU used by PPP when the cellular link MTU is not returned by the modem in response to the ``AT+CGCONTRDP=0`` AT command.
396
396
* Handler for new nRF Cloud event type ``NRF_CLOUD_EVT_RX_DATA_DISCON``.
397
397
* Support for socket option ``AT_SO_IPV6_DELAYED_ADDR_REFRESH``.
398
398
@@ -539,12 +539,12 @@ Cellular samples
539
539
540
540
* Added:
541
541
542
-
* The :kconfig:option:`CONFIG_TEST_COUNTER_MULTIPLIER` Kconfig option to multiply the number of test counter messages sent, for testing purposes.
542
+
* The :ref:`CONFIG_TEST_COUNTER_MULTIPLIER<CONFIG_TEST_COUNTER_MULTIPLIER>` Kconfig option to multiply the number of test counter messages sent, for testing purposes.
543
543
* A handler for new nRF Cloud event type ``NRF_CLOUD_EVT_RX_DATA_DISCON`` to stop sensors and location services.
544
544
* Board support files to enable Wi-Fi scanning for the Thingy:91 X.
545
-
* The :kconfig:option:`CONFIG_SEND_ONLINE_ALERT` Kconfig option to enable calling the :c:func:`nrf_cloud_alert` function on startup.
545
+
* The :ref:`CONFIG_SEND_ONLINE_ALERT<CONFIG_SEND_ONLINE_ALERT>` Kconfig option to enable calling the :c:func:`nrf_cloud_alert` function on startup.
546
546
* Logging of the `reset reason code <nRF9160 RESETREAS_>`_.
547
-
* The :kconfig:option:`CONFIG_POST_PROVISIONING_INTERVAL_M` Kconfig option to reduce the provisioning connection interval once the device successfully connects.
547
+
* The :ref:`CONFIG_POST_PROVISIONING_INTERVAL_M<CONFIG_POST_PROVISIONING_INTERVAL_M>` Kconfig option to reduce the provisioning connection interval once the device successfully connects.
548
548
549
549
* Updated:
550
550
@@ -564,7 +564,7 @@ Cellular samples
564
564
* Added:
565
565
566
566
* Support for dictionary logs using REST.
567
-
* The :kconfig:option:`CONFIG_SEND_ONLINE_ALERT` Kconfig option to enable calling the :c:func:`nrf_cloud_alert` function on startup.
567
+
* The :ref:`CONFIG_SEND_ONLINE_ALERT<CONFIG_SEND_ONLINE_ALERT>` Kconfig option to enable calling the :c:func:`nrf_cloud_alert` function on startup.
568
568
* Logging of the `reset reason code <nRF9160 RESETREAS_>`_.
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-2.8.0.rst
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -530,11 +530,11 @@ nRF5340 Audio
530
530
531
531
* The functions ``bt_hci_err_to_str()`` and ``bt_security_err_to_str()`` that are used to allow printing error codes as strings.
532
532
Each function returns string representations of the error codes when the corresponding Kconfig option, :kconfig:option:`CONFIG_BT_HCI_ERR_TO_STR` or :kconfig:option:`CONFIG_BT_SECURITY_ERR_TO_STR`, is enabled.
533
-
* CSIS to the BIS sink if the scan delegator feature, ``CONFIG_BT_AUDIO_SCAN_DELEGATOR``, is enabled.
533
+
* CSIS to the BIS sink if the scan delegator feature, :ref:`CONFIG_BT_AUDIO_SCAN_DELEGATOR<CONFIG_BT_AUDIO_SCAN_DELEGATOR>`, is enabled.
534
534
Once a phone is connected to a BIS sink, the phone will find and connect to the second headset.
535
535
Also, the phone can control the BIS headset in a group and deliver the PAST to both headsets at the same time.
536
536
* Create CIG after reading the PACS from the first connected unicast server.
537
-
* A minimal scan delegator to the unicast server if the feature, ``CONFIG_BT_AUDIO_SCAN_DELEGATOR``, is enabled.
537
+
* A minimal scan delegator to the unicast server if the feature, :ref:`CONFIG_BT_AUDIO_SCAN_DELEGATOR<CONFIG_BT_AUDIO_SCAN_DELEGATOR>`, is enabled.
538
538
* Available or support context type to PACS in broadcast sink and unicast client if the feature, :kconfig:option:`CONFIG_BT_PAC_SRC_NOTIFIABLE` is enabled.
539
539
* The :ref:`nrf_auraconfig` sample.
540
540
@@ -619,7 +619,7 @@ Serial LTE modem
619
619
* Added:
620
620
621
621
* DTLS support for the ``#XUDPSVR`` and ``#XSSOCKET`` (UDP server sockets) AT commands when the :file:`overlay-native_tls.conf` configuration file is used.
622
-
* The :kconfig:option:`CONFIG_SLM_PPP_FALLBACK_MTU` Kconfig option that is used to control the MTU used by PPP when the cellular link MTU is not returned by the modem in response to the ``AT+CGCONTRDP=0`` AT command.
622
+
* The :ref:`CONFIG_SLM_PPP_FALLBACK_MTU<CONFIG_SLM_PPP_FALLBACK_MTU>` Kconfig option that is used to control the MTU used by PPP when the cellular link MTU is not returned by the modem in response to the ``AT+CGCONTRDP=0`` AT command.
623
623
* Handler for new nRF Cloud event type :c:enumerator:`NRF_CLOUD_EVT_RX_DATA_DISCON`.
624
624
* Support for socket option ``AT_SO_IPV6_DELAYED_ADDR_REFRESH``.
625
625
@@ -777,12 +777,12 @@ Cellular samples
777
777
778
778
* Added:
779
779
780
-
* The :kconfig:option:`CONFIG_TEST_COUNTER_MULTIPLIER` Kconfig option to multiply the number of test counter messages sent, for testing purposes.
780
+
* The :ref:`CONFIG_TEST_COUNTER_MULTIPLIER<CONFIG_TEST_COUNTER_MULTIPLIER>` Kconfig option to multiply the number of test counter messages sent, for testing purposes.
781
781
* A handler for new nRF Cloud event type :c:enumerator:`NRF_CLOUD_EVT_RX_DATA_DISCON` to stop sensors and location services.
782
782
* Board support files to enable Wi-Fi scanning for the Thingy:91 X.
783
-
* The :kconfig:option:`CONFIG_SEND_ONLINE_ALERT` Kconfig option to enable calling the :c:func:`nrf_cloud_alert` function on startup.
783
+
* The :ref:`CONFIG_SEND_ONLINE_ALERT<CONFIG_SEND_ONLINE_ALERT>` Kconfig option to enable calling the :c:func:`nrf_cloud_alert` function on startup.
784
784
* Logging of the `reset reason code <nRF9160 RESETREAS_>`_.
785
-
* The :kconfig:option:`CONFIG_POST_PROVISIONING_INTERVAL_M` Kconfig option to reduce the provisioning connection interval once the device successfully connects.
785
+
* The :ref:`CONFIG_POST_PROVISIONING_INTERVAL_M<CONFIG_POST_PROVISIONING_INTERVAL_M>` Kconfig option to reduce the provisioning connection interval once the device successfully connects.
786
786
787
787
* Updated:
788
788
@@ -802,7 +802,7 @@ Cellular samples
802
802
* Added:
803
803
804
804
* Support for dictionary logs using REST.
805
-
* The :kconfig:option:`CONFIG_SEND_ONLINE_ALERT` Kconfig option to enable calling the :c:func:`nrf_cloud_alert` function on startup.
805
+
* The :ref:`CONFIG_SEND_ONLINE_ALERT<CONFIG_SEND_ONLINE_ALERT>` Kconfig option to enable calling the :c:func:`nrf_cloud_alert` function on startup.
806
806
* Logging of the `reset reason code <nRF9160 RESETREAS_>`_.
Copy file name to clipboardExpand all lines: samples/cellular/nrf_cloud_multi_service/README.rst
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ Application thread and main application loop
124
124
The application thread is implemented in the :file:`src/application.c` file, and is responsible for the high-level behavior of this sample.
125
125
126
126
When it starts, it logs the `reset reason code <nRF9160 RESETREAS_>`_.
127
-
If the :kconfig:option:`CONFIG_SEND_ONLINE_ALERT` Kconfig option is enabled, it sends an alert to nRF Cloud containing the reset reason as the value field.
127
+
If the :ref:`CONFIG_SEND_ONLINE_ALERT<CONFIG_SEND_ONLINE_ALERT>` Kconfig option is enabled, it sends an alert to nRF Cloud containing the reset reason as the value field.
128
128
129
129
It performs the following major tasks:
130
130
@@ -634,6 +634,14 @@ CONFIG_TEST_COUNTER - Enable test counter
634
634
Enable the test counter.
635
635
When enabled, the test counter configuration setting in the shadow is ignored.
636
636
637
+
.. _CONFIG_TEST_COUNTER_MULTIPLIER:
638
+
639
+
CONFIG_TEST_COUNTER_MULTIPLIER - Set the number of test counter messages sent on each update
640
+
Sets the number of test counter messages sent on each update.
641
+
This is a way to increase the number of device messages sent by the sample.
642
+
It is useful for load testing.
643
+
The value ranges from ``1`` to ``1000`` and the default value is ``1``.
644
+
637
645
.. _CONFIG_AT_CMD_REQUESTS:
638
646
639
647
CONFIG_AT_CMD_REQUESTS - Enable AT command requests
0 commit comments