component manager sync problem with usb host
Posted: Mon Nov 21, 2022 6:57 pm
Hello everyone, I wanted to give it a spin with the usb host and used the IDF tag 5.0 rc1, however whenever I try to do any idf.py or idf.py menuconfig I notice a problem with the component manager not able to detect or download any of the versions available in the components library from here https://components.espressif.com/compon ... st_cdc_acm, for all the versions I get this issue:
The problem for me happens when I try to run the example:
/Users/myxx/esp-idf/examples/peripherals/usb/host/cdc/cdc_acm_vcp
The issue happens to me on OSX
Code: Select all
idf_component_manager.version_solver.mixology.failure.SolverFailure:
Because project depends on [b]espressif/usb_host_cdc_acm[/b] (>=1.0.2) which
doesn't match any versions, version solving failed.
Call Stack (most recent call first):
/Users/myx/esp-idf/tools/cmake/project.cmake:440 (idf_build_process)
CMakeLists.txt:8 (project)
/Users/myxx/esp-idf/examples/peripherals/usb/host/cdc/cdc_acm_vcp
The issue happens to me on OSX