Skip to content

Commit 23354f3

Browse files
biwenlinashif
authored andcommitted
tests: drivers: uart_async_api: enable it for m33 of imx943_evk
This commit enables tests/driver/uart/async_api demo for m33 in NETCMIX of imx943_evk. - build command as follows, west build -p always -b imx943_evk/mimx94398/m33 tests/drivers/uart/uart_async_api Signed-off-by: Biwen Li <biwen.li@nxp.com>
1 parent 9bfda71 commit 23354f3

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_TEST_USERSPACE=n
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/* SPDX-License-Identifier: Apache-2.0 */
2+
3+
dut: &lpuart3 {
4+
status = "okay";
5+
current-speed = <115200>;
6+
nxp,loopback;
7+
};

0 commit comments

Comments
 (0)