如果你在micropython的编译时(在ports/esp32目录下执行make命令时)出现: Failed to resolve component 'esp_adc',‘esp_mdns’,'esp_adc_cal'等错误提示,无法完成编译时,多半是遇到版本问题了。 esp-idf可以通过git checkout vx.x.x命令切换版本。 micropython在ports/esp32下也能通过git ehckout 切换,但是实...
Micropython Make 时候出现 Failed to resolve component 'esp_adc_cal':提示缺少组件,多半是因为IDF版本不对; Micropython Make 时候出现 Failed to resolve component 'mdns':提示缺少组件,多半是因为IDF版本不对; Micropython Make 时候出现 Failed to resolve component 'esp32':提示缺少组件,多半是因为IDF版本不...
Then open the CMakeLists txt file and scroll down until you come across the line that reads "set(COMPONENT_REQUIRES spi_flash mbedtls mdns ethernet esp_adc_cal wifi_provisioning)" and change the ethernet in that line to esp_eth, then try to get to menuconfig by using idf.py menuconfig ...
Failed to resolve component 'usb'.by celeron » Fri Sep 03, 2021 9:02 pm 我在esp-iot-solution的master主分支下,编译及下载examples下的任何工程都是没有问题的,当我把esp-iot-solution切换分支到usb/add_usb_solutions时,此分支看起来是在components增加了usb组件,并在examples增加了对应的usb应用示例。
esp_adc_cal/esp_adc_cal.o AR build/esp_adc_cal/libesp_adc_cal.a CC build/esp_common/src/esp_timer.o CC build/esp_common/src/stack_check.o CC build/esp_common/src/esp_err_to_name.o CC build/esp_common/src/pm_locks.o CC build/esp_common/src/ipc.o CC build/esp_common/src/...
Micropython Make 时候出现 Failed to resolve component 'esp_adc_cal':提示缺少组件,多半是因为IDF版本不对; Micropython Make 时候出现 Failed to resolve component 'mdns':提示缺少组件,多半是因为IDF版本不对; Micropython Make 时候出现 Failed to resolve component 'esp32':提示缺少组件,多半是因为IDF版本不...
ADC-Calibration # CONFIG_ADC_CAL_EFUSE_TP_ENABLE=y CONFIG_ADC_CAL_EFUSE_VREF_ENABLE=y CONFIG_ADC_CAL_LUT_ENABLE=y # end of ADC-Calibration # # Common ESP-related # # CONFIG_ESP_TIMER_PROFILING is not set CONFIG_ESP_ERR_TO_NAME_LOOKUP=y CONFIG_ESP_SYSTEM_EVENT_QUEUE_SIZE=32 CONFIG...
3 @@ +idf_component_register(SRCS "main.c" "wifi_manager.c" "http_server.c" + INCLUDE_DIRS "." + REQUIRES esp_wifi esp_http_server nvs_flash json spiffs) diff --git a/main/Kconfig.projbuild b/main/Kconfig.projbuild new file mode 100644 index 0000000..19e9f86 --- /dev/null +...
CONFIG_ADC_ONESHOT_CTRL_FUNC_IN_IRAM is not set # CONFIG_ADC_CONTINUOUS_ISR_IRAM_SAFE is not set # CONFIG_ADC_CONTINUOUS_FORCE_USE_ADC2_ON_C3_S3 is not set # end of ADC and ADC Calibration # # Common ESP-related # CONFIG_ESP_ERR_TO_NAME_LOOKUP=y # end of Common ESP-related #...
Micropython Make 时候出现 Failed to resolve component 'esp_adc_cal':提示缺少组件,多半是因为IDF版本不对; Micropython Make 时候出现 Failed to resolve component 'mdns':提示缺少组件,多半是因为IDF版本不对; Micropython Make 时候出现 Failed to resolve component 'esp32':提示缺少组件,多半是因为IDF版本不...