zephyr/samples/sensor/lps22hh/sample.yaml
Carles Cufi 6656214af2 boards: nrf52_pca10040: Rename to nrf52dk_nrf52832
The board name for the nRF52 DK, so far known as nrf52_pca10040, is
renamed to nrf52dk_nrf52832.  Its documentation and all references
to its name in the tree are updated accordingly. Overlay and
configuration files specific to this board are also renamed, to
match the new board name.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2020-04-06 13:09:07 +02:00

15 lines
389 B
YAML

sample:
name: LPS22HH Temperature and Pressure Monitor
tests:
sample.sensor.lps22hh.nrf52.iks01a3:
harness: console
platform_whitelist: nrf52dk_nrf52832
tags: sensors
depends_on: i2c
extra_args: SHIELD=x_nucleo_iks01a3
harness_config:
type: multi_line
ordered: yes
regex:
- "Temperature: (.*)"
- "Pressure: (.*)"