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
CMakeLists.txt
README.rst
prj.conf
sample.yaml

README.rst

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