Skip to content

Commit a9f57f8

Browse files
committed
treewide: Mark some features experimental
Marking the following features as "experimental": - nRF Cloud AT commands - MQTT AT commands - sm_at_client.h API Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no>
1 parent d0e382c commit a9f57f8

6 files changed

Lines changed: 16 additions & 0 deletions

File tree

app/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,12 @@ config SM_GNSS
248248
config SM_NRF_CLOUD
249249
bool "nRF Cloud support"
250250
default y
251+
select EXPERIMENTAL
251252

252253
config SM_MQTTC
253254
bool "MQTT client support"
254255
default y
256+
select EXPERIMENTAL
255257
select MQTT_LIB
256258
select MQTT_LIB_TLS
257259

doc/app/at_mqtt.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ MQTT client AT commands
77
:local:
88
:depth: 2
99

10+
.. note::
11+
12+
These AT commands are `Experimental <Software maturity levels_>`_.
13+
1014
This page describes the AT commands used to operate the MQTT client.
1115

1216
.. note::

doc/app/at_nrfcloud.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ nRF Cloud AT commands
55
:local:
66
:depth: 2
77

8+
.. note::
9+
10+
These AT commands are `Experimental <Software maturity levels_>`_.
11+
812
The page describes nRF Cloud-related AT commands.
913

1014
.. _SM_AT_NRFCLOUD:

doc/lib/sm_at_client.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
:local:
88
:depth: 2
99

10+
.. note::
11+
12+
This library is `Experimental <Software maturity levels_>`_.
13+
1014
The |SM| AT Client library exposes the AT command interface of the :ref:`serial_modem_app` for external devices over a serial interface.
1115
This library is intended for applications running on an external MCU that are connected to an nRF91 Series SiP through UART.
1216

doc/links.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
.. _`create_application_types_freestanding`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/create_application.html#create-application-types-freestanding
3333
.. _`sysbuild_enabled_ncs_configuring`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/config_and_build/sysbuild/sysbuild_configuring_west.html#sysbuild-enabled-ncs-configuring
3434
.. _`cmake_options`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/config_and_build/cmake/index.html#cmake-options
35+
.. _`Software maturity levels`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/software_maturity.html
3536

3637
.. _`ug_tfm_security_by_separation`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/security/tfm/processing_environments.html#ug-tfm-security-by-separation
3738
.. _`ug_tfm`: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/security/tfm/index.html#ug-tfm

lib/sm_at_client/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
menuconfig SM_AT_CLIENT
88
bool "Serial Modem AT Client Library"
99
depends on SERIAL
10+
select EXPERIMENTAL
1011
select UART_ASYNC_API
1112
select RING_BUFFER
1213
select UART_USE_RUNTIME_CONFIGURE

0 commit comments

Comments
 (0)