Hi,
I'm trying to set up a custom driver for the VL53L1X Sensor. (nRF9160 + Icarus Board + NCS 1.7.1)
I placed a new folder in drivers/sensor + modify CmakeLists.fr & Kconfig files.
However when i perform a build with VSC, it does not seem to find and put the driver on application. (I can't init my sensor -> VL53L1X not found)
After debugging, i see in build/include/autoconf.h file, there is no trace of my call to CONFIG_VL53L1X (CONFIG_VL53L1X=y in prj.conf).
If i do exactly the same procedure with de VL53L0X driver (already in drivers/sensor), no problem, everything works (CONFIG_VL53L1X is present in autoconf, all is ok, sensor detected).
When adding a custom driver, do any special handling have to be done ?
Thanks