xtensa/tools: Updated makefile to download the IDF stable version
This commit is contained in:
parent
89c9855d7b
commit
fde7c2bc19
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user