Skip to content

Commit 59c9dfe

Browse files
nordic-krchnordicjm
authored andcommitted
[nrf fromlist] tests: drivers: uart: async_api: Add overlay for nRF non-secure
Add configuration for nrf9160dk/nrf9160/ns and nrf5340dk/nrf5340/cpuapp/ns targets. Upstream PR #: 100461 Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent 8d22a53 commit 59c9dfe

File tree

4 files changed

+21
-0
lines changed

4 files changed

+21
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CONFIG_UART_1_NRF_HW_ASYNC=y
2+
CONFIG_UART_1_NRF_HW_ASYNC_TIMER=1
3+
CONFIG_VAR_LENGTH_BUFFER_TEST_BUADRATE_LIMIT=57600
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/*
2+
* Copyright (c) 2025 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
#include "nrf5340dk_nrf5340_cpuapp.overlay"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CONFIG_ARM_MPU=n
2+
CONFIG_VAR_LENGTH_BUFFER_TEST_BUADRATE_LIMIT=57600
3+
CONFIG_UART_1_NRF_HW_ASYNC=y
4+
CONFIG_UART_1_NRF_HW_ASYNC_TIMER=2
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/*
2+
* Copyright (c) 2025 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
#include "nrf9160dk_nrf9160.overlay"

0 commit comments

Comments
 (0)