Skip to content

Commit

Permalink
tests: build_all: sensor: uart: add fcx_mldx5
Browse files Browse the repository at this point in the history
Add FCX_MLDx5 uart node in the build_all tests.

Signed-off-by: Jeppe Odgaard <[email protected]>
  • Loading branch information
Jeppe Odgaard authored and nashif committed Mar 26, 2024
1 parent 8395772 commit 69e1d86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/drivers/build_all/sensor/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 4 additions & 0 deletions tests/drivers/build_all/sensor/uart.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};

0 comments on commit 69e1d86

Please sign in to comment.