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 samples: Fix device instance const qualifier loss 2020-09-02 13:48:13 +02:00
CMakeLists.txt samples: application_development: Fix for userspace 2020-06-13 16:37:58 -04:00
prj.conf samples: application_development: Fix for userspace 2020-06-13 16:37:58 -04:00
README.rst samples: out_of_tree_driver: Add readme to out of tree sample 2020-05-15 17:18:56 +02:00
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.