13 lines
167 B
Plaintext
13 lines
167 B
Plaintext
|
/* SPDX-License-Identifier: Apache-2.0 */
|
||
|
|
||
|
/ {
|
||
|
chosen {
|
||
|
zephyr,console = &rtt0;
|
||
|
};
|
||
|
|
||
|
rtt0: rtt_chan0 {
|
||
|
compatible = "segger,rtt-uart";
|
||
|
status = "okay";
|
||
|
};
|
||
|
};
|