Skip to content

Commit ead250b

Browse files
Apply suggestions from code review
Co-authored-by: Divya S Pillai <91891495+divipillai@users.noreply.github.com>
1 parent a6e6e60 commit ead250b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/app/at_trace.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ See :ref:`sm_logging_uart_backend` for a full description of the feature.
2020
The Zephyr application log backend (``AT#XLOG``) and the modem trace backend (``AT#XTRACE``) share a single UART.
2121
They are mutually exclusive: enabling one while the other is active returns an error.
2222
During boot, the UART outputs logs from B0, MCUboot, and the application.
23-
After application initialization, the UART is suspended when neither backend is active and resumed when either backend is enabled.
23+
After initialization, the UART is suspended when no backend is active and resumed when at least one backend is enabled.
2424

2525
The trace UART is configured at 1000000 baud rate to support the high data rate required for the modem traces.
2626
Trace data is available through the UART1 interface (VCOM1 on the nRF9151 DK).

doc/app/sm_logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Application logging
1414
*******************
1515

1616
|SM| outputs B0, MCUboot, and application logs over ``UART1`` (VCOM1 on the nRF9151 DK) during boot.
17-
After the application is initialized, the log backend is disabled and the UART is suspended.
17+
After the application is initialized, the log backend is disabled, and the UART is suspended.
1818
Use ``AT#XLOG=1`` to enable application logs and resume the UART.
1919
This avoids UART power overhead when logs are not needed during normal operation.
2020
See :ref:`SM_AT_trace` for the full command reference.

0 commit comments

Comments
 (0)