xtensa/tools: Updated makefile to download the IDF stable version

This commit is contained in:
Sara Souza 2020-10-20 08:24:07 -03:00 committed by Abdelatif Guettouche
parent 89c9855d7b
commit fde7c2bc19

View file

@ -41,7 +41,7 @@ ${IDF_PATH}:
mkdir -p ${ESP_PATH}
echo "WARNING:this directory can be automatically removed" > ${ESP_PATH}/README
cd ${ESP_PATH} && \
ls esp-idf || git clone -b master --recursive https://github.com/espressif/esp-idf.git && \
ls esp-idf || git clone -b v4.1 --recursive https://github.com/espressif/esp-idf.git && \
cd ${IDF_PATH} && \
./install.sh