Hi, i need to build one esp32 app, and it needs forked version of the esp-idf enviroment, but i cant figure out how to do it in the VS code. In the install config, there are official builds, and find esp-idf in your system. I tried find esp-idf and pointed it to github download of the forked version, but it just throws error
how do i use the fork in the extension?
VSCode Espressif IDF extension forked version of ESP-IDF
Re: VSCode Espressif IDF extension forked version of ESP-IDF
You can use ESP-IDF docker and use custom images to achieve it. You can select branch or tag for the version.
https://docs.espressif.com/projects/esp ... image.html
https://docs.espressif.com/projects/esp ... image.html
Code: Select all
docker build -t idf-custom:v4.4.1-esp32c3 \
--build-arg IDF_CLONE_BRANCH_OR_TAG=v4.4.1 \
--build-arg IDF_CLONE_SHALLOW=1 \
--build-arg IDF_INSTALL_TARGETS=esp32c3 \
tools/docker
Who is online
Users browsing this forum: Baidu [Spider] and 294 guests