mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 20:56:02 +00:00
The hts221 sensor driver was implicitly made dependent upon the disco_l475_iot1 board when it was converted to dts, so build the associated sample only for this board. This issue was encountered when adding sensor dts support to nxp boards, which don't have hts221. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
8 lines
143 B
YAML
8 lines
143 B
YAML
sample:
|
|
name: HTS221 Temperature and Humidity Monitor
|
|
tests:
|
|
test:
|
|
harness: sensor
|
|
tags: samples sensor
|
|
depends_on: i2c hts221
|