Hi,
I have been trying to understand how to modify existing projects/samples by adding aspect that are already supported in the libraries.
I have an nrf9151 development kit, and I have purchased an ADXL362 which I will connect to the IO. The 9151 thingy happens to have one on board.
There doesn't appear to be a supported sample for teh ADXL362 anymore, however I am using the MQTT sample and I am attempting to add the ADXL to the sample.
I create the project, start with a build using my DK and the overlay.
I remove the UART1 (trace) and replace it with SPI1, then I add teh adxl362 as a node into it, set the pins, add the label.
I navigate into kconfig gui to add the drivers and can not get the DT_HAS_ADI_ADXL362_ENABLED prereq to show up at y
I can not find this anywhere and have attempted to find out what this is but there is little information
If anyone can help that would be wonderful. Also are there generalised tutorials in how to develop using the dev tree and kconfig gui to expand functionality.
Thanks