]> granicus.if.org Git - esp-idf/commitdiff
docs: ulp: update for IDF Tools installation method
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 21 Aug 2019 12:45:33 +0000 (14:45 +0200)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 21 Aug 2019 12:45:33 +0000 (14:45 +0200)
binutils-esp32ulp is installed automatically by install.sh/install.bat
or the IDF Tools Installer for Windows.

docs/en/api-guides/ulp.rst

index df3b813c75234077d65b75b4b8abfb155db03d9b..505af97b7900b0a93df2eda1ee70fb66782d6282 100644 (file)
@@ -17,10 +17,9 @@ Installing the toolchain
 
 ULP coprocessor code is written in assembly and compiled using the `binutils-esp32ulp toolchain`_.
 
-1. Download pre-built binaries of the latest toolchain release from:
-https://github.com/espressif/binutils-esp32ulp/releases.
+If you have already set up ESP-IDF with CMake build system according to the :doc:`Getting Started Guide <../../get-started/index>`, then the ULP toolchain is already installed.
 
-2. Extract the toolchain into a directory, and add the path to the ``bin/`` directory of the toolchain to the ``PATH`` environment variable.
+If you are using ESP-IDF with the legacy GNU Make based build system, refer to the instructions on this page: :doc:`ulp-legacy`.
 
 Compiling ULP code
 ------------------