我试图为SAME70_XPLAINED_PRO构建示例文件夹中的bme680示例应用程序。
$ west build -b sam_e70_xplained samples/sensor/bme680
使用以下命令失败:
/home/abc/zephyrproject/zephyr/samples/sensor/bme680/src/main.c:14:42: error: 'DT_INST_0_BOSCH_BME680_LABEL' undeclared (first use in this function); did you mean 'DT_INST_0_SOC_NV_FLASH_LABEL'?
struct device *dev = device_get_binding(DT_INST_0_BOSCH_BME680_LABEL);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
DT_INST_0_SOC_NV_FLASH_LABEL
在线阅读发现我们需要创建一个叠加层。我没有在此叠加层上找到任何信息。谁能提供bme680的示例叠加图