Skip to content

Commit a6ed05e

Browse files
EmilioCBenMaureenHelm
authored andcommitted
tests: drivers: uart_async_api: fix userspace fault
Updated overlay files to test using nocache. and run outside of usersapce mode to avoid inaccessible memory regions when using nocache on RT parts. Also updated testcase file to reflect nocache testing. Signed-off-by: Emilio Benavente <[email protected]>
1 parent 57f0894 commit a6ed05e

11 files changed

+9
-61
lines changed

tests/drivers/uart/uart_async_api/boards/mimxrt1010_evk.overlay

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
/* SPDX-License-Identifier: Apache-2.0 */
22

3-
/ {
4-
chosen {
5-
zephyr,sram = &dtcm;
6-
};
7-
};
8-
93
dut: &lpuart4 {
104
status = "okay";
115
current-speed = <115200>;

tests/drivers/uart/uart_async_api/boards/mimxrt1015_evk.overlay

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
/* SPDX-License-Identifier: Apache-2.0 */
22

3-
/ {
4-
chosen {
5-
zephyr,sram = &dtcm;
6-
};
7-
};
8-
93
dut: &lpuart4 {
104
status = "okay";
115
current-speed = <115200>;

tests/drivers/uart/uart_async_api/boards/mimxrt1020_evk.overlay

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
/* SPDX-License-Identifier: Apache-2.0 */
22

3-
/ {
4-
chosen {
5-
zephyr,sram = &dtcm;
6-
};
7-
};
8-
93
dut: &lpuart2 {
104
status = "okay";
115
current-speed = <115200>;

tests/drivers/uart/uart_async_api/boards/mimxrt1024_evk.overlay

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
/* SPDX-License-Identifier: Apache-2.0 */
22

3-
/ {
4-
chosen {
5-
zephyr,sram = &dtcm;
6-
};
7-
};
8-
93
dut: &lpuart2 {
104
status = "okay";
115
current-speed = <115200>;

tests/drivers/uart/uart_async_api/boards/mimxrt1050_evk.overlay

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
/* SPDX-License-Identifier: Apache-2.0 */
22

3-
/ {
4-
chosen {
5-
zephyr,sram = &dtcm;
6-
};
7-
};
8-
93
dut: &lpuart3 {
104
status = "okay";
115
current-speed = <115200>;

tests/drivers/uart/uart_async_api/boards/mimxrt1060_evk.overlay

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
/* SPDX-License-Identifier: Apache-2.0 */
22

3-
/ {
4-
chosen {
5-
zephyr,sram = &dtcm;
6-
};
7-
};
8-
93
dut: &lpuart3 {
104
status = "okay";
115
current-speed = <115200>;

tests/drivers/uart/uart_async_api/boards/mimxrt1060_evkb.overlay

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
/* SPDX-License-Identifier: Apache-2.0 */
22

3-
/ {
4-
chosen {
5-
zephyr,sram = &dtcm;
6-
};
7-
};
8-
93
dut: &lpuart3 {
104
status = "okay";
115
current-speed = <115200>;

tests/drivers/uart/uart_async_api/boards/mimxrt1064_evk.overlay

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
/* SPDX-License-Identifier: Apache-2.0 */
22

3-
/ {
4-
chosen {
5-
zephyr,sram = &dtcm;
6-
};
7-
};
8-
93
dut: &lpuart3 {
104
status = "okay";
115
current-speed = <115200>;

tests/drivers/uart/uart_async_api/boards/mimxrt1160_evk_mimxrt1166_cm7.overlay

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
/* SPDX-License-Identifier: Apache-2.0 */
22

3-
/ {
4-
chosen {
5-
zephyr,sram = &dtcm;
6-
};
7-
};
8-
93
dut: &lpuart2 {
104
status = "okay";
115
current-speed = <115200>;

tests/drivers/uart/uart_async_api/boards/mimxrt1170_evk_mimxrt1176_cm7_A.overlay

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
/* SPDX-License-Identifier: Apache-2.0 */
22

3-
/ {
4-
chosen {
5-
zephyr,sram = &dtcm;
6-
};
7-
};
8-
93
dut: &lpuart2 {
104
status = "okay";
115
current-speed = <115200>;

0 commit comments

Comments
 (0)