From 64cac83b4830fc7cad9ea89dd47cb2afe2e94c38 Mon Sep 17 00:00:00 2001 From: Francois Ramu Date: Mon, 27 Nov 2023 10:51:51 +0100 Subject: [PATCH] samples: sensor: hts221 no trigger on stm32u585 disco kit The b_u585i_iot02a stm32 board has no HTS221 DRDY pin to trig the HTS221 relative humidity and temperature sensor So that sample.sensor.hts221.trigger is not applicable. Signed-off-by: Francois Ramu --- samples/sensor/hts221/sample.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/samples/sensor/hts221/sample.yaml b/samples/sensor/hts221/sample.yaml index beffa273cfd..472986177a1 100644 --- a/samples/sensor/hts221/sample.yaml +++ b/samples/sensor/hts221/sample.yaml @@ -23,3 +23,5 @@ tests: sample.sensor.hts221.trigger: extra_configs: - CONFIG_HTS221_TRIGGER_OWN_THREAD=y + platform_exclude: + - b_u585i_iot02a