Introduce a streaming API that uses the same data path as the async API. This includes features to the decoder: * Checking if triggers are present Adding streaming features built ontop of existing triggers: * Adding 3 operations to be done on a trigger * include - include the data with the trigger information * nop - do nothing * drop - drop the data (flush) * Add a new sensor_stream() API to mirror sensor_read() but add an optional handler to be able to cancel the stream. Signed-off-by: Yuval Peress <peress@google.com> topic#sensor_stream
14 lines
341 B
YAML
14 lines
341 B
YAML
sample:
|
|
name: Shell Sensor Module Sample
|
|
tests:
|
|
sample.sensor.shell:
|
|
integration_platforms:
|
|
- frdm_k64f
|
|
# TODO Remove once #63414 is resolved
|
|
platform_exclude: gd32l233r_eval
|
|
filter: ( CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_INTERRUPT )
|
|
tags: shell
|
|
harness: keyboard
|
|
min_ram: 20
|
|
min_flash: 33
|