zephyr/tests/subsys/sensing/README.rst
Qianru Huang a736f150f7 tests: subsys: sensing: add sensing test skeleton
Add the test cases for Sensing(Sensing Subsystem) to verify the
functionality of sensing portion of subsystem.
The test cases are based on native_sim platform.

Signed-off-by: Qianru Huang <qianru.huang@intel.com>
2024-06-06 00:42:04 -07:00

22 lines
541 B
ReStructuredText

.. _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.