mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 08:38:38 +08:00
xtensa/tools: Updated makefile to download the IDF stable version
This commit is contained in:
parent
89c9855d7b
commit
fde7c2bc19
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ ${IDF_PATH}:
|
||||||
mkdir -p ${ESP_PATH}
|
mkdir -p ${ESP_PATH}
|
||||||
echo "WARNING:this directory can be automatically removed" > ${ESP_PATH}/README
|
echo "WARNING:this directory can be automatically removed" > ${ESP_PATH}/README
|
||||||
cd ${ESP_PATH} && \
|
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} && \
|
cd ${IDF_PATH} && \
|
||||||
./install.sh
|
./install.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue