Skip to content

Commit

Permalink
samples: NCP uart update
Browse files Browse the repository at this point in the history
  • Loading branch information
milewr committed Dec 3, 2024
1 parent f68a51d commit 69dd6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/ncp/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The communication channel uses Zephyr's `UART API`_ API. The serial device is se
ncs,zigbee-uart = &uart20;
};
By default, Zephyr's logger uses ``uart20`` and the NCP sample communicates through the UART serialization using ``uart1``.
By default, Zephyr's logger uses ``uart20`` and the NCP sample communicates through the UART serialization using ``uart21``.
The DTS overlay file configures ``uart21`` to be connected to the on-board J-Link instead of ``uart20``.
As the result, Zephyr's logger ``uart20`` is available only through GPIO pins (**P1.08** and **P1.09**).

Expand Down

0 comments on commit 69dd6b2

Please sign in to comment.