zephyr/samples/application_development/out_of_tree_driver
Kumar Gala e2e882ab3e samples: convert DEVICE_AND_API_INIT to DEVICE_DEFINE
Convert samples to DEVICE_{DT_}DEFINE instead of DEVICE_AND_API_INIT
so we can deprecate DEVICE_AND_API_INIT in the future.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-12-19 20:05:40 -05: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: clean test identifiers 2020-05-11 17:00:26 +02: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.