tests: uart_async_api: Support RTXXX
Support mimxrt595_evk_cm33 and mimxrt685_evk_cm33 on the uart_async_api test with a board overlay Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
parent
9640859623
commit
dc40131a0e
3 changed files with 7 additions and 1 deletions
|
@ -0,0 +1,3 @@
|
||||||
|
/* SPDX-License-Identifier: Apache-2.0 */
|
||||||
|
|
||||||
|
dut: &flexcomm12 { };
|
|
@ -0,0 +1,3 @@
|
||||||
|
/* SPDX-License-Identifier: Apache-2.0 */
|
||||||
|
|
||||||
|
dut: &flexcomm4 { };
|
|
@ -40,7 +40,7 @@ tests:
|
||||||
extra_args: DTC_OVERLAY_FILE="boards/nrf52840dk_nrf52840.overlay;boards/nrf_uart.overlay"
|
extra_args: DTC_OVERLAY_FILE="boards/nrf52840dk_nrf52840.overlay;boards/nrf_uart.overlay"
|
||||||
drivers.uart.async_api.rtt:
|
drivers.uart.async_api.rtt:
|
||||||
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC and CONFIG_HAS_SEGGER_RTT
|
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC and CONFIG_HAS_SEGGER_RTT
|
||||||
and not CONFIG_UART_MCUX_LPUART
|
and not CONFIG_UART_MCUX_LPUART and not CONFIG_UART_MCUX_FLEXCOMM
|
||||||
extra_args: DTC_OVERLAY_FILE=boards/segger_rtt.overlay
|
extra_args: DTC_OVERLAY_FILE=boards/segger_rtt.overlay
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_USE_SEGGER_RTT=y
|
- CONFIG_USE_SEGGER_RTT=y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue