docs: added third-party tools visualgdb and clion

pull/12276/head
Linda 2023-06-09 17:36:15 +08:00
rodzic 080087a9a0
commit ab1bb317ea
6 zmienionych plików z 63 dodań i 0 usunięć

Wyświetl plik

@ -8,7 +8,10 @@ Resources
:maxdepth: 2
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
############

Wyświetl plik

@ -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.

Wyświetl plik

@ -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.

Wyświetl plik

@ -9,7 +9,10 @@
:maxdepth: 2
third-party-tools/platformio
third-party-tools/clion
third-party-tools/visualgdb
有关这些第三方工具的问题,请寻求该工具的支持渠道或用户社区的帮助。
有用的链接
##########

Wyświetl plik

@ -0,0 +1 @@
.. include:: ../../en/third-party-tools/clion.rst

Wyświetl plik

@ -0,0 +1 @@
.. include:: ../../en/third-party-tools/visualgdb.rst