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 <francois.ramu@st.com>
diff --git a/samples/sensor/hts221/sample.yaml b/samples/sensor/hts221/sample.yaml
index beffa27..4729861 100644
--- a/samples/sensor/hts221/sample.yaml
+++ b/samples/sensor/hts221/sample.yaml
@@ -23,3 +23,5 @@
sample.sensor.hts221.trigger:
extra_configs:
- CONFIG_HTS221_TRIGGER_OWN_THREAD=y
+ platform_exclude:
+ - b_u585i_iot02a