Hi,
I am new at the Zephyr RTOS,
I am using the VS code on windows 10, ncs v2.1.0,
I am building the Zephyr ADXL372 sensor example but getting the below 3 errors and 2 warning I don't understand the problem, because other exmples are buid successfully.
"#include errors detected based on information provided by the configurationProvider setting. Squiggles are disabled for this translation unit (D:\\Zephyr_Projects\\adxl372\\src\\main.c)."
"cannot open source file \"syscall_list.h\" (dependency of \"D:\\Zephyr_Projects\\adxl372\\zephyr\\zephyr.h\")"
"cannot open source file \"syscalls/mem_manage.h\" (dependency of \"D:\\Zephyr_Projects\\adxl372\\zephyr\\drivers\\sensor.h\")"
"The choice symbol ADXL372_SPI (defined at drivers/sensor/adxl372/Kconfig:28) was selected"
When i click on the above warning it opens KCONFIG file but it is empty.
"CONFIG_ADXL372_SPI was assigned the value y, but got the value n. Missing dependencies:\n<choice ADXL372_BUS_TYPE>"
When I click on the above error it opens prj.conf file and it contains below data