| sample: |
| name: Accelerometer polling sample |
| common: |
| tags: sensors |
| harness: console |
| harness_config: |
| type: one_line |
| regex: |
| - "^\\s*[0-9A-Za-z_,+-.]*@[0-9A-Fa-f]* \\[m\/s\\^2\\]: \ |
| \\(\\s*-?[0-9\\.]*,\\s*-?[0-9\\.]*,\\s*-?[0-9\\.]*\\)$" |
| tests: |
| sample.sensor.accel_stream: |
| filter: dt_alias_exists("accel0") |
| integration_platforms: |
| - cc1352r_sensortag # adxl362 |
| - thingy53/nrf5340/cpuapp # adxl362, bmi270 |
| sample.sensor.accel_stream.adxl345-stream: |
| extra_args: |
| - SHIELD=pmod_acl |
| - EXTRA_CONF_FILE=adxl345-stream.conf |
| - SNIPPET=rtt-tracing;rtt-console |
| extra_configs: |
| - CONFIG_UART_CONSOLE=n |
| platform_allow: |
| - apard32690/max32690/m4 |
| sample.sensor.accel_stream.adxl362-stream: |
| extra_args: |
| - SHIELD=eval_adxl362_ardz |
| - EXTRA_CONF_FILE=adxl362-stream.conf |
| - SNIPPET=rtt-tracing;rtt-console |
| extra_configs: |
| - CONFIG_UART_CONSOLE=n |
| platform_allow: |
| - apard32690/max32690/m4 |
| sample.sensor.accel_stream.adxl367-stream: |
| extra_args: |
| - SHIELD="eval_adxl367_ardz" |
| - EXTRA_CONF_FILE="adxl367-stream.conf" |
| - SNIPPET="rtt-tracing;rtt-console" |
| platform_allow: |
| - apard32690/max32690/m4 |
| sample.sensor.accel_stream.adxl372-stream: |
| extra_args: |
| - SHIELD="eval_adxl372_ardz" |
| - EXTRA_CONF_FILE="adxl372-stream.conf" |
| - SNIPPET="rtt-tracing;rtt-console" |
| platform_allow: |
| - apard32690/max32690/m4 |
| sample.sensor.accel_stream.shields: |
| build_only: true |
| platform_allow: |
| - adafruit_qt_py_rp2040/rp2040 |
| extra_args: |
| - platform:adafruit_qt_py_rp2040/rp2040:SHIELD="adafruit_lis3dh" |