tests uart_async_api: Enable in nrf5340bsim//cpuapp
Enable this test in the simulated nrf5340 by providing an appropriate overlay. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
a7abf80064
commit
dd13fa0c47
3 changed files with 9 additions and 1 deletions
|
@ -0,0 +1,2 @@
|
|||
CONFIG_UART_1_NRF_HW_ASYNC_TIMER=1
|
||||
CONFIG_UART_NRFX_UARTE_ENHANCED_RX=y
|
|
@ -0,0 +1,3 @@
|
|||
/* SPDX-License-Identifier: Apache-2.0 */
|
||||
|
||||
#include "nrf5340dk_nrf5340_cpuapp.overlay"
|
|
@ -26,7 +26,10 @@ tests:
|
|||
integration_platforms:
|
||||
- nucleo_h743zi
|
||||
drivers.uart.async_api.nrf_uarte_new:
|
||||
platform_allow: nrf52840dk/nrf52840 nrf52_bsim
|
||||
platform_allow:
|
||||
- nrf52840dk/nrf52840
|
||||
- nrf52_bsim
|
||||
- nrf5340bsim/nrf5340/cpuapp
|
||||
filter: CONFIG_SERIAL_SUPPORT_ASYNC
|
||||
harness: ztest
|
||||
harness_config:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue