Skip to content

Commit 1ff2bee

Browse files
committed
doc: Mark LwM2M carrier lib and memfault as experimental
Marking support for LwM2M carrier lib AT commands and memfault features through a Kconfig fragment as experimental. Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no>
1 parent 820319d commit 1ff2bee

4 files changed

Lines changed: 11 additions & 2 deletions

File tree

app/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,7 @@ config SM_GNSS_OUTPUT_NMEA_SATELLITES
308308
depends on SM_LOG_LEVEL_DBG
309309
help
310310
If enabled, NMEA messages that pertain to the satellites will be output
311-
along with the other NMEA messages. Those are output in debug logs, and
312-
can also be output to a dedicated CMUX channel.
311+
along with the other NMEA messages. Those are output in debug logs.
313312

314313
config SM_PGPS_INJECT_FIX_DATA
315314
bool "Inject the data obtained when acquiring a fix"

app/src/lwm2m_carrier/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
config SM_CARRIER
77
bool "LwM2M Carrier support"
88
depends on LWM2M_CARRIER
9+
select EXPERIMENTAL
910

1011
if SM_CARRIER
1112

doc/app/at_carrier.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ LwM2M carrier library 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 AT commands related to the LwM2M carrier library.
1115

1216
Carrier event #XCARRIEREVT

doc/app/sm_configuration.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ The following configuration files are provided:
273273
* :file:`overlay-carrier-softbank.conf` and :file:`sysbuild-softbank.conf` - Configuration files that add SoftBank configurations needed by the carrier library.
274274
Used in conjunction with :file:`overlay-carrier.conf`.
275275
For more information, see the `Carrier-specific dependencies`_ section of the `LwM2M carrier`_ documentation.
276+
276277
* :file:`overlay-carrier-lgu.conf` - This configuration file adds LG U+ configurations needed by the carrier library.
277278
Used in conjunction with :file:`overlay-carrier.conf`.
278279
For more information, see the `Carrier-specific dependencies`_ section of the `LwM2M carrier`_ documentation.
@@ -294,6 +295,10 @@ The following configuration files are provided:
294295
* :file:`overlay-memfault.conf` - Configuration file that enables `Memfault`_.
295296
For more information about Memfault features in |NCS|, see the `Memfault library`_ docs.
296297

298+
.. note::
299+
300+
The use of Memfault features in |SM| are `Experimental <Software maturity levels_>`_.
301+
297302
* :file:`overlay-disable-dtr.overlay` - Devicetree overlay that disables the DTR and RI pins and related functionality.
298303
This overlay can be used if your setup does not have the need or means for managing the power externally.
299304
Modify the overlay to fit your configuration.

0 commit comments

Comments
 (0)