8dede8f8a4
Includes splitting the Windows Eclipse setup doc into a separate page, as it has so many additional steps. Addresses github #17 and #166 https://github.com/espressif/esp-idf/issues/17 https://github.com/espressif/esp-idf/issues/166
4 lines
256 B
Bash
Executable file
4 lines
256 B
Bash
Executable file
#!/bin/bash
|
|
echo "eclipse_make.sh has been replaced with eclipse_make.py. Check the Windows Eclipse docs for the new command."
|
|
echo "This shell script will continue to work until the next major release."
|
|
python ${IDF_PATH}/tools/windows/eclipse_make.py $@
|