File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
samples/sensor/stream_fifo Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 8
8
Overview
9
9
********
10
10
11
- This sample application demonstrates how to stream FIFO data using the :ref: `RTIO framework <rtio >`.
11
+ This sample application demonstrates how to stream FIFO data using the
12
+ :ref: `RTIO framework <rtio >` based :ref: `Read and Decode method <sensor-read-and-decode >`.
12
13
13
14
The streaming is started using the sensor_stream() API and it is self-sustained by the
14
15
SENSOR_TRIG_FIFO_WATERMARK trigger.
@@ -39,8 +40,16 @@ to be aliased as :samp:`stream{N}` where ``N`` goes from ``0`` to ``9``. For exa
39
40
.. note ::
40
41
Note that NUM_SENSORS defined in main.c must match ``N `` and should be set accordingly.
41
42
42
- Example devicetree overlays and configurations are already available for nucleo_f401re and
43
- nucleo_h503rb in the boards directory:
43
+ Example devicetree overlays and configurations are already available for sensortile_box_pro,
44
+ nucleo_f401re and nucleo_h503rb in the boards directory:
45
+
46
+ - :zephyr_file: `samples/sensor/stream_fifo/boards/sensortile_box_pro.overlay `
47
+
48
+ DT overlay file for the sensortile_box_pro board.
49
+
50
+ - :zephyr_file: `samples/sensor/stream_fifo/boards/sensortile_box_pro.conf `
51
+
52
+ Configuration file for the sensortile_box_pro board.
44
53
45
54
- :zephyr_file: `samples/sensor/stream_fifo/boards/nucleo_f401re.overlay `
46
55
You can’t perform that action at this time.
0 commit comments