zephyr/tests/subsys/sensing
Anas Nashif 366ddac79e tests: sensing: fix identifier
Fix identifier of test and add to MAINTAINERS file.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2024-07-18 06:47:57 -04:00
..
boards
src
CMakeLists.txt tests: subsys: sensing: add sensing test skeleton 2024-06-06 00:42:04 -07:00
prj.conf tests: subsys: sensing: set CONFIG_EMUL=y 2024-06-06 04:44:49 -07:00
README.rst
testcase.yaml tests: sensing: fix identifier 2024-07-18 06:47:57 -04:00

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