Skip to content

Commit 8f8914f

Browse files
committed
doc: Add description of release artifacts
Describing various release artifacts. Signed-off-by: Tommi Rantanen <tommi.rantanen@nordicsemi.no>
1 parent b7689d8 commit 8f8914f

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

doc/release_notes.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,35 @@ Release notes
88
:depth: 2
99

1010
For all the notable changes to the |SM|, see the `release on GitHub <github_release_>`_.
11+
12+
Release artifacts
13+
*****************
14+
15+
The |SM| repository contains the following release artifacts:
16+
17+
.. list-table::
18+
:widths: auto
19+
:header-rows: 1
20+
21+
* - Release artifact
22+
- Description
23+
* - ``serial_modem_{VERSION}_nrf9151dk_normal.hex``
24+
- Normal build for nRF9151 DK to operate with PC.
25+
* - ``serial_modem_{VERSION}_nrf9151dk_normal_mtrace.hex``
26+
- Normal build with modem traces and application debug logging enabled for nRF9151 DK to operate with PC.
27+
* - ``serial_modem_{VERSION}_nrf9151dk_extmcu.hex``
28+
- External MCU build for nRF9151 DK including PPP and CMUX support.
29+
* - ``serial_modem_{VERSION}_nrf9151dk_extmcu_mtrace.hex``
30+
- External MCU build with modem traces and application debug logging enabled for nRF9151 DK.
31+
* - ``sm_at_client_shell_{VERSION}_nrf54l15dk.hex``
32+
- AT client shell build for nRF54L15 DK host that can be used as an external MCU with ``serial_modem_{VERSION}_nrf9151dk_extmcu*.hex``.
33+
See :ref:`uart_configuration` for pin wiring.
34+
* - ``sm_ppp_shell_{VERSION}_nrf54l15dk.hex``
35+
- PPP shell build for nRF54L15 DK host that can be used as an external MCU with ``serial_modem_{VERSION}_nrf9151dk_extmcu*.hex``.
36+
See :ref:`uart_configuration` for pin wiring.
37+
38+
.. note::
39+
40+
Do not use ``_mtrace`` variants for power measurements.
41+
The trace UART with HW flow control enabled due to RTT application logging has approximately 700 uA overhead on the power consumption.
42+

0 commit comments

Comments
 (0)