zephyr/tests/subsys/sensing
Fabio Baltieri 92c459a9bc tests: subsys: sensing: set CONFIG_EMUL=y
The test is broken in CI because the emulated spi bus is not built in,
adding an explicit CONFIG_EMUL=y to the test config.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2024-06-06 04:44:49 -07:00
..
boards
src
CMakeLists.txt
prj.conf
README.rst
testcase.yaml

.. _sensing_test:

Sensing Subsystem Test Sample
############################

Overview
********

This test sample is used to test the Sensing Subsystem APIs. It is based
on bmi160 emulator on native_sim platform.

Building and Testing
********************

This application can be built and executed on native_sim as follows:

.. code-block:: console
   $ ./scripts/twister -p native_sim -T tests/subsys/sensing
To build for another board, change "native_sim" above to that board's name.

At the current stage, it only supports native_sim.