\r
mkdir -p ~/esp\r
cd ~/esp\r
- git clone --branch feature/cmake --recursive https://github.com/espressif/esp-idf.git\r
+ git clone --recursive https://github.com/espressif/esp-idf.git\r
\r
ESP-IDF will be downloaded into ``~/esp/esp-idf``.\r
\r
\r
mkdir %userprofile%\esp\r
cd %userprofile%\esp\r
- git clone --branch feature/cmake --recursive https://github.com/espressif/esp-idf.git\r
+ git clone --recursive https://github.com/espressif/esp-idf.git\r
\r
.. highlight:: bash\r
.. note::\r
cd esp-idf\r
git submodule update --init\r
\r
-.. note::\r
-\r
- The CMake-based build system preview uses a different Git branch to the default. This branch is ``feature/cmake``. If you missed the ``--branch`` option when cloning then you can switch branches on the command line::\r
-\r
- cd esp-idf\r
- git checkout feature/cmake\r
-\r
.. _get-started-setup-path-cmake:\r
\r
Setup Environment Variables\r