This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Calling of driver .h file in user defined file

Hello,

I am using the project as in7776.hello_world_cpp_additional_source_files.zip

It is building successfully on VSCode.

I need to evaluate interfacing any SDK file moving further, hence I would want to include: nCS\v1.7.0\zephyr\include\drivers\clock_control.h (#include clock_control.h)

In user defined "my_class.h" file present in the above project.

Kindly guide me on how I can include it (CMakeLists.txt modification perhaps) and build successfully on VSCode.

P.S: I know clock_control initialization is being done initially during project configuration, I just want to evaluate inclusion of a driver file is all.!

Parents Reply Children
No Data
Related