ESP-IDF

 

  • DRIVE CLASES:

  • INSTALAR ECLIPSE:
  • INSTALACION DESDE ECLIPSE:

    • Installing IDF Plugin using update site URL:
      • Go to Help > Install New Software
      • Click Add…, and in the pop-up window:
      • Enter Name as Espressif IDF Plugin for Eclipse
      • Enter Location of the repository:
      • Stable releases: https://dl.espressif.com/dl/idf-eclipse-plugin/updates/latest/
      • Beta versions: https://dl.espressif.com/dl/idf-eclipse-plugin/updates/beta/
      • Click Add
      • Select Espressif IDF from the list and proceed with the installation
    • Installing ESP-IDF
      • Go to Help > Download and Configure ESP-IDF
      • From the Download ESP-IDF section, choose ESP-IDF version and directory to download
      • Click on Finish
    • To configure an existing ESP-IDF
      • Go to Help > Download and Configure ESP-IDF
      • NO Check Use an existing ESP-IDF directory from the file system
      • Choose ESP-IDF version
        • realeses/v4.2.0
      • Choose an existing ESP-IDF directory from the file system
        • C:/ESPIDF
      • Click on Finish

Installing ESP-IDF Tools:
ESP-IDF requires some prerequisite tools to be installed so you can build firmware for the ESP32. The prerequisite tools include Python, Git, cross-compilers, menuconfig tool, CMake and Ninja build tools. For this getting started guide, follow the instructions below.
  1. Navigate to Help > ESP-IDF Tools Manager > Install Tools
  2. Provide the ESP-IDF Directory path
  3. Provide Git and Python executable locations if they are not auto-detected.
  4. Click on Install Tools to proceed with the installation process. Check the Console for the installation details.
  5. Installation might take a while if you're doing it for the first time since it has to download and install xtensa-esp32-elf, esp32ulp-elf, cmake, openocd-esp32 and ninja tools.

Activación desde windows:


Si hay problemas con el GITHUB usar la Instalacion sin Repositorio:


              Comments

              Popular posts from this blog

              ¿Qué es RISC-V?