but has no trigger
(no .trigger_set function declared in the sensor_driver_api )
Consequently the samples
samples/sensor/accel_trig/
samples/sensor/magn_trig/
are not relevant
To Reproduce
west build -p always -b stm32f3_disco samples/sensor/accel_trig/
west flash
See error
Expected behavior
Do not execute this application for this platform even if dt_alias_exists("accel0") or dt_alias_exists("magn0") is true
could be in excluding the target in the sample.yaml
Impact
CI failure
Logs and console output
*** Booting Zephyr OS build v3.7.0-4635-g3978693d474f ***
Could not set trigger
Environment (please complete the following information):
OS: (e.g. Linux, MacOS, Windows) ubuntu
Toolchain (e.g Zephyr SDK, ...) 0.16.8
Commit SHA or Version used dfbcea777a10e27d12539a4fd85b5203f5421151
Describe the bug The PR https://github.com/zephyrproject-rtos/zephyr/pull/77335 added samples to trig accel and magn sensors. It appears that the stm32f3_disco board has both
but has no trigger (no .trigger_set function declared in the sensor_driver_api )
Consequently the samples
are not relevant
To Reproduce
Expected behavior Do not execute this application for this platform even if dt_alias_exists("accel0") or dt_alias_exists("magn0") is true could be in excluding the target in the sample.yaml
Impact CI failure
Logs and console output
Environment (please complete the following information):
Additional context one proposal: