You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/esp-idf_component.rst
+7-9
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,17 @@
2
2
Arduino as an ESP-IDF component
3
3
###############################
4
4
5
-
This method is recommended for advanced users. To use this method, you will need to have the ESP-IDF toolchain installed.
6
-
7
-
For a simplified method, see `Installing using Boards Manager <https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html#installing-using-boards-manager>`_.
5
+
About
6
+
-----
8
7
9
-
ESP32 Arduino lib-builder
10
-
-------------------------
8
+
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.
11
9
12
-
If you don't need any modifications in the default Arduino ESP32 core, we recommend you to install using the Boards Manager.
13
-
14
-
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.
10
+
This method is recommended for advanced users. To use this method, you will need to have the ESP-IDF toolchain installed.
15
11
16
-
For more information see `Arduino lib builder <https://github.com/espressif/esp32-arduino-lib-builder>`_
12
+
For a simplified method, see `Installing using Boards Manager <https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html#installing-using-boards-manager>`_.
17
13
14
+
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.
15
+
For more information, see the `Lib Builder documentation <lib_builder.html>`_.
0 commit comments