samples: sensor: Add adxl367 streaming config

Adds adxl367 streaming configuration to accelerometer samples.

Signed-off-by: Vladislav Pejic <vladislav.pejic@orioninc.com>
This commit is contained in:
Vladislav Pejic 2025-04-15 11:54:59 +02:00 committed by Benjamin Cabé
commit 644dd757b2
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,6 @@
# Copyright (c) 2025 Analog Devices, Inc.
# SPDX-License-Identifier: Apache-2.0
CONFIG_SPI_RTIO=y
CONFIG_SENSOR_ASYNC_API=y
CONFIG_ADXL367_STREAM=y

View file

@ -34,3 +34,10 @@ tests:
- SNIPPET=rtt-tracing;rtt-console
platform_allow:
- apard32690/max32690/m4
sample.sensor.accel_polling.adxl367-stream:
extra_args:
- SHIELD="eval_adxl367_ardz"
- EXTRA_CONF_FILE="adxl367-stream.conf"
- SNIPPET="rtt-tracing;rtt-console"
platform_allow:
- apard32690/max32690/m4