Skip to content

Commit 285527c

Browse files
samples: sensor: Add adxl367 streaming config
Adds adxl367 streaming configuration to accelerometer samples. Signed-off-by: Vladislav Pejic <[email protected]>
1 parent 761776e commit 285527c

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Copyright (c) 2025 Analog Devices, Inc.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_SPI_RTIO=y
5+
CONFIG_SENSOR_ASYNC_API=y
6+
CONFIG_ADXL367_STREAM=y
7+
CONFIG_ADXL367_FIFO_STREAM_MODE=y

samples/sensor/accel_polling/sample.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,10 @@ tests:
3434
- SNIPPET=rtt-tracing;rtt-console
3535
platform_allow:
3636
- apard32690/max32690/m4
37+
sample.sensor.accel_polling.adxl367-stream:
38+
extra_args:
39+
- SHIELD=eval_adxl367_ardz
40+
- EXTRA_CONF_FILE=adxl367-stream.conf
41+
- SNIPPET=rtt-tracing;rtt-console
42+
platform_allow:
43+
- apard32690/max32690/m4

0 commit comments

Comments
 (0)