This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

out-of-tree driver

Hi,
This time I'm on NCS 1.3.0.
Board definition is derived from nrf5340pdk_nrf5340, with some minor variations, and it is out-of-tree. I think it is OK.
Since I moved also my DAC driver out-of-tree I'm having problems with cmake build.
This is all they provide on this topic, nothing! (docs.zephyrproject.org/.../README.html)
I'm sharing the files holding out hope that someone could kindly try it out.
Just run the build.sh script to get the work done.


Thank you

Parents
  • Hi Gabriele,

    When i think about hwo to organization my own driver for a long time ,I have notice your ticket.I look your code. FIRST OF ALL,I will thank you.

    Besides, I have a question about that why there is two <dac_dacx0501.c>file.And The zephyr sample code also contain zephyr subdirectory in the out of module,But I do not know why we must to creat zephyr subdirectory when we creat the module we needed.

Reply
  • Hi Gabriele,

    When i think about hwo to organization my own driver for a long time ,I have notice your ticket.I look your code. FIRST OF ALL,I will thank you.

    Besides, I have a question about that why there is two <dac_dacx0501.c>file.And The zephyr sample code also contain zephyr subdirectory in the out of module,But I do not know why we must to creat zephyr subdirectory when we creat the module we needed.

Children
Related