tests: build_all: sensor: uart: add fcx_mldx5

Add FCX_MLDx5 uart node in the build_all tests.

Signed-off-by: Jeppe Odgaard <jeppe.odgaard@prevas.dk>
This commit is contained in:
Jeppe Odgaard 2024-02-02 19:51:38 +01:00 committed by Anas Nashif
parent 83957729dd
commit 69e1d86371
2 changed files with 7 additions and 0 deletions

View file

@ -22,10 +22,13 @@ tests:
sensors.build:
tags: sensors
extra_args: OVERLAY_CONFIG=sensors_die_temp.conf
extra_configs:
- CONFIG_UART_INTERRUPT_DRIVEN=y
sensors.build.pm:
extra_configs:
- CONFIG_PM=y
- CONFIG_PM_DEVICE=y
- CONFIG_UART_INTERRUPT_DRIVEN=y
sensors.generic_test:
build_only: false
extra_configs:

View file

@ -34,3 +34,7 @@ test_uart_a01nyub: a01nyub {
test_uart_explorir_m: explorir-m {
compatible = "gss,explorir-m";
};
test_uart_fcx_mldx5: fcx-mldx5 {
compatible = "ap,fcx-mldx5";
};