mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 12:44:33 +02:00
Merge branch 'docs/organize_third_party_ide' into 'master'
docs: added third-party tools visualgdb and clion See merge request espressif/esp-idf!24146
This commit is contained in:
@@ -9,7 +9,10 @@ Resources
|
|||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
third-party-tools/platformio
|
third-party-tools/platformio
|
||||||
|
third-party-tools/clion
|
||||||
|
third-party-tools/visualgdb
|
||||||
|
|
||||||
|
For inquiries related to these third-party tools, we recommend seeking assistance from the respective tool's support channels or user communities.
|
||||||
|
|
||||||
Useful Links
|
Useful Links
|
||||||
############
|
############
|
||||||
|
26
docs/en/third-party-tools/clion.rst
Normal file
26
docs/en/third-party-tools/clion.rst
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
.. _clion:
|
||||||
|
|
||||||
|
CLion
|
||||||
|
#####
|
||||||
|
|
||||||
|
What is CLion?
|
||||||
|
~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
`CLion <https://www.jetbrains.com/clion/>`__ is a cross-platform integrated Development Environment (IDE) for C and C++ programming. CLion also provides dedicated support for ESP-IDF, allowing developers to seamlessly work with the ESP-IDF framework.
|
||||||
|
|
||||||
|
Installation
|
||||||
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
|
To install CLion, please follow the instructions provided in `Install CLion <https://www.jetbrains.com/help/clion/installation-guide.html>`__ for your operating system (Windows, macOS, or Linux).
|
||||||
|
|
||||||
|
Configuration
|
||||||
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
To configure an ESP-IDF project in CLion, please refer to the guide on `Configure an ESP CMake project in CLion <https://www.jetbrains.com/help/clion/esp-idf.html#cmake-setup>`__. This guide will walk you through the necessary steps to set up your project properly.
|
||||||
|
|
||||||
|
Resources
|
||||||
|
~~~~~~~~~
|
||||||
|
|
||||||
|
For more information about CLion and ESP-IDF integration, please refer to the following resource:
|
||||||
|
|
||||||
|
- `CLion Documentation <https://www.jetbrains.com/help/clion/>`__: The official documentation for CLion provides detailed information on various aspects of the IDE, including ESP-IDF integration.
|
29
docs/en/third-party-tools/visualgdb.rst
Normal file
29
docs/en/third-party-tools/visualgdb.rst
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
.. _visualgdb:
|
||||||
|
|
||||||
|
VisualGDB
|
||||||
|
#########
|
||||||
|
|
||||||
|
What is VisualGDB?
|
||||||
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
`VisualGDB <https://visualgdb.com/>`__ is a powerful extension for Microsoft Visual Studio that provides advanced development tools and features for embedded systems, including support for the ESP-IDF framework. VisualGDB allows you to leverage the familiar and feature-rich Visual Studio environment for your ESP-IDF projects, enabling efficient coding, debugging, and deployment.
|
||||||
|
|
||||||
|
Installation
|
||||||
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Please download and install VisualGDB by following the steps stated in `VisualGDB download and installation <https://visualgdb.com/download/>`__.
|
||||||
|
|
||||||
|
|
||||||
|
Configuration
|
||||||
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
`Creating Advanced ESP32 Projects with ESP-IDF <https://visualgdb.com/tutorials/esp32/esp-idf/>`__ provide basic steps about how to configure an ESP-IDF project in VisualGDB.
|
||||||
|
|
||||||
|
You can also refer to `Advanced ESP-IDF Project Structure <https://visualgdb.com/documentation/espidf/>`__ to get a more comprehensive impression for developing ESP-IDF projects using VisualGDB.
|
||||||
|
|
||||||
|
Resources
|
||||||
|
~~~~~~~~~
|
||||||
|
|
||||||
|
For more information about VisualGDB and ESP-IDF integration, refer to the following resources:
|
||||||
|
|
||||||
|
- `VisualGDB Documentation <https://visualgdb.com/documentation/>`__: The official documentation for VisualGDB provides comprehensive guides and tutorials on using VisualGDB with ESP-IDF.
|
@@ -9,7 +9,10 @@
|
|||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
third-party-tools/platformio
|
third-party-tools/platformio
|
||||||
|
third-party-tools/clion
|
||||||
|
third-party-tools/visualgdb
|
||||||
|
|
||||||
|
有关这些第三方工具的问题,请寻求该工具的支持渠道或用户社区的帮助。
|
||||||
|
|
||||||
有用的链接
|
有用的链接
|
||||||
##########
|
##########
|
||||||
|
1
docs/zh_CN/third-party-tools/clion.rst
Normal file
1
docs/zh_CN/third-party-tools/clion.rst
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.. include:: ../../en/third-party-tools/clion.rst
|
1
docs/zh_CN/third-party-tools/visualgdb.rst
Normal file
1
docs/zh_CN/third-party-tools/visualgdb.rst
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.. include:: ../../en/third-party-tools/visualgdb.rst
|
Reference in New Issue
Block a user