Skip to content

Commit 1a86709

Browse files
committed
samples: drivers: uart: async_api: Added support for BTL-s
Added support for async api application on BTL-s platform Signed-off-by: Anisetti Avinash Krishna <anisetti.avinash.krishna@intel.com>
1 parent 366d45f commit 1a86709

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_UART_INTERRUPT_DRIVEN=y
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/*
2+
* Copyright (c) 2025 Intel Corporation
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&uart0{
8+
status = "okay";
9+
};
10+
&uart0_dma{
11+
status ="okay";
12+
};
13+
/{
14+
chosen {
15+
zephyr,console = &uart0;
16+
zephyr,shell-uart = &uart0;
17+
};
18+
};

0 commit comments

Comments
 (0)