ソースを参照

docs: added third-party tools visualgdb and clion

Linda 2 年 前
コミット
ab1bb317ea

+ 3 - 0
docs/en/resources.rst

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

+ 26 - 0
docs/en/third-party-tools/clion.rst

@@ -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 - 0
docs/en/third-party-tools/visualgdb.rst

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

+ 3 - 0
docs/zh_CN/resources.rst

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

+ 1 - 0
docs/zh_CN/third-party-tools/clion.rst

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

+ 1 - 0
docs/zh_CN/third-party-tools/visualgdb.rst

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