zephyr/samples/application_development/out_of_tree_driver
Gerard Marull-Paretas d5fc40e748 samples: out_of_tree_driver: remove usage of device_pm_control_nop
Replace usage of deprecated device_pm_control_nop with NULL.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-04-28 20:40:00 -04:00
..
hello_world_module/zephyr samples: out_of_tree_driver: remove usage of device_pm_control_nop 2021-04-28 20:40:00 -04:00
src samples: Fix device instance const qualifier loss 2020-09-02 13:48:13 +02:00
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.