zephyr/samples/sensor/adxl372/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
345 B
YAML

sample:
name: ADXL372 High-g Accelerometer Sensor
tests:
sample.sensor.adxl372:
harness: sensor
tags: sensors
depends_on: spi
platform_whitelist: nrf52dk_nrf52832
sample.sensor.adxl372.i2c:
harness: sensor
tags: sensors
depends_on: i2c
platform_whitelist: frdm_k64f
extra_args: "CONF_FILE=prj_i2c.conf"