mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 16:11:56 +08:00
xtensa/tools: Updated makefile to download the IDF stable version
This commit is contained in:
committed by
Abdelatif Guettouche
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user