From 80d1f780baf56ac860ed0cfa9930b8e81807e110 Mon Sep 17 00:00:00 2001 From: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:22:42 -0300 Subject: [PATCH] docs(component): Improve Arduino as component documentation --- docs/en/esp-idf_component.rst | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/docs/en/esp-idf_component.rst b/docs/en/esp-idf_component.rst index f3c7c7ce9af..aa946c61744 100644 --- a/docs/en/esp-idf_component.rst +++ b/docs/en/esp-idf_component.rst @@ -2,19 +2,17 @@ Arduino as an ESP-IDF component ############################### -This method is recommended for advanced users. To use this method, you will need to have the ESP-IDF toolchain installed. - -For a simplified method, see `Installing using Boards Manager `_. +About +----- -ESP32 Arduino lib-builder -------------------------- +You can use the Arduino framework as an ESP-IDF component. This allows you to use the Arduino framework in your ESP-IDF projects with the full flexibility of the ESP-IDF. -If you don't need any modifications in the default Arduino ESP32 core, we recommend you to install using the Boards Manager. - -Arduino Lib Builder is the tool that integrates ESP-IDF into Arduino. It allows you to customize the default settings used by Espressif and try them in Arduino IDE. +This method is recommended for advanced users. To use this method, you will need to have the ESP-IDF toolchain installed. -For more information see `Arduino lib builder `_ +For a simplified method, see `Installing using Boards Manager `_. +If you plan to use these modified settings multiple times, for different projects and targets, you can recompile the Arduino core with the new settings using the Arduino Static Library Builder. +For more information, see the `Lib Builder documentation `_. Installation ------------