Skip to content
Snippets Groups Projects
Commit 7c36237c authored by Clément Foucher's avatar Clément Foucher
Browse files

Update method to acquire Zephyr device structures

This MR updates the code used to acquire Zephyr device structures, in order to get rid of the `device_get_binding()` calls.

This allows to ensure statically (at compile time) that the drivers used by the code are correctly referenced wrt. drivers names in device tree, and to prevent code from using devices that are not enabled in device tree.
parent 78092099
No related branches found
No related tags found
1 merge request!37Update method to acquire Zephyr device structures
Showing
with 102 additions and 97 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment