File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -248,10 +248,12 @@ config SM_GNSS
248248config SM_NRF_CLOUD
249249 bool "nRF Cloud support"
250250 default y
251+ select EXPERIMENTAL
251252
252253config SM_MQTTC
253254 bool "MQTT client support"
254255 default y
256+ select EXPERIMENTAL
255257 select MQTT_LIB
256258 select MQTT_LIB_TLS
257259
Original file line number Diff line number Diff 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+
1014This page describes the AT commands used to operate the MQTT client.
1115
1216.. note ::
Original file line number Diff line number Diff 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+
812The page describes nRF Cloud-related AT commands.
913
1014.. _SM_AT_NRFCLOUD :
Original file line number Diff line number Diff line change 77 :local:
88 :depth: 2
99
10+ .. note ::
11+
12+ This library is `Experimental <Software maturity levels _>`_.
13+
1014The |SM | AT Client library exposes the AT command interface of the :ref: `serial_modem_app ` for external devices over a serial interface.
1115This library is intended for applications running on an external MCU that are connected to an nRF91 Series SiP through UART.
1216
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 77menuconfig 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
You can’t perform that action at this time.
0 commit comments