We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 761776e commit 285527cCopy full SHA for 285527c
samples/sensor/accel_polling/adxl367-stream.conf
@@ -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
@@ -34,3 +34,10 @@ tests:
34
- SNIPPET=rtt-tracing;rtt-console
35
platform_allow:
36
- 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