Hi,
I have an application build using ncs 2.9.0 and a custom board using the nrf5340.
The issue is that I am migrating to 2.9.0 from 2.3.0 In 2.3.0 there was no included driver for vl53l1x and we included the driver in our build. we used
Hi,
I have an application build using ncs 2.9.0 and a custom board using the nrf5340.
The issue is that I am migrating to 2.9.0 from 2.3.0 In 2.3.0 there was no included driver for vl53l1x and we included the driver in our build. we used
Hi Brian
I think 2 is the best option here. It should be enough to just rename the Kconfig reference in your driver.
Unfortunately our driver course is not yet updated for NCS 2.9. But I think you still can use it as a guidance for Kconfig part https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-7-device-driver-model/topic/exercise-1-13/
Regards
Runar
Hi Brian
I think 2 is the best option here. It should be enough to just rename the Kconfig reference in your driver.
Unfortunately our driver course is not yet updated for NCS 2.9. But I think you still can use it as a guidance for Kconfig part https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-7-device-driver-model/topic/exercise-1-13/
Regards
Runar
The answer above will work but im still having a problem where it tried to compile the zephyr version of the driver. I cant seen to figure out how its getting included. i changed the name of all the CONFIG_VL53L1X that I can find to CONFIG_VL53L1X_PRIV. Searching my entire build source I cant find anything that would make it include the zephyr version. Any hints?