zephyr/samples/application_development/out_of_tree_driver
Torsten Rasmussen 1cccc8a8fe cmake: increase minimal required version to 3.20.0
Move to CMake 3.20.0.

At the Toolchain WG it was decided to move to CMake 3.20.0.

The main reason for increasing CMake version is better toolchain
support.

Better toolchain support is added in the following CMake versions:
- armclang, CMake 3.15
- Intel oneAPI, CMake 3.20
- IAR, CMake 3.15 and 3.20

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2021-08-20 09:47:34 +02: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 cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
README.rst samples: out_of_tree_driver: Add readme to out of tree sample 2020-05-15 17:18:56 +02:00
prj.conf samples: application_development: Fix for userspace 2020-06-13 16:37:58 -04:00
sample.yaml samples: app_dev: set integration_platforms to native_posix 2021-03-03 09:11:53 -06:00

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.