File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,3 +8,35 @@ Release notes
88 :depth: 2
99
1010For 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+
You can’t perform that action at this time.
0 commit comments