zephyr/samples/application_development/out_of_tree_driver
Kumar Gala 59fd4bfdfd samples: app_dev: set integration_platforms to native_posix
Set integration_platforms on these samples to just native_posix.  This
should be sufficient to make sure these tests build and run.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-03-03 09:11:53 -06:00
..
hello_world_module/zephyr samples: convert DEVICE_AND_API_INIT to DEVICE_DEFINE 2020-12-19 20:05:40 -05:00
src
CMakeLists.txt
prj.conf
README.rst
sample.yaml samples: app_dev: set integration_platforms to native_posix 2021-03-03 09:11:53 -06:00

.. _out_of_tree_driver:

Out Of Tree Driver
##################

Overview
********
A simple example that demonstrates custom zephyr drivers using the zephyr driver
API that are maintained outside of Zephyr.