Hi,
I am using nrf5340 with v2.5.1 toolchain
I have an out-of-tree driver, where i want to include adc_context.h from and have added:
-- ZEPHYR_BASE="/home/bka/ncs/v2.5.1/zephyr"
Hi,
I am using nrf5340 with v2.5.1 toolchain
I have an out-of-tree driver, where i want to include adc_context.h from and have added:
Hi,
You can see how it's done in this out-of-tree example application
Hi,
You can see how it's done in this out-of-tree example application
Adc_context.h is not included in any files in the project you just linked to? So please advice what I am supposed to use the example for?
To recapture: I have a out-of-tree driver from which i want to include zephyrs adc_context.h. How to do this? Is it possible? Is it meant to be used in this way? Please find more info in my original question?
Thx in advance,
Brian
Hi!
Maybe try something like this:
# Subdirectories add_subdirectory(drivers) # Include headers zephyr_include_directories(drivers)
Perfect. i wrongly used the