diff --git a/docs/en/resources.rst b/docs/en/resources.rst index 98054740f6..4690953647 100644 --- a/docs/en/resources.rst +++ b/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 ############ diff --git a/docs/en/third-party-tools/clion.rst b/docs/en/third-party-tools/clion.rst new file mode 100644 index 0000000000..08fe65ef7d --- /dev/null +++ b/docs/en/third-party-tools/clion.rst @@ -0,0 +1,26 @@ +.. _clion: + +CLion +##### + +What is CLion? +~~~~~~~~~~~~~~ + +`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 `__ 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 `__. 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 `__: The official documentation for CLion provides detailed information on various aspects of the IDE, including ESP-IDF integration. diff --git a/docs/en/third-party-tools/visualgdb.rst b/docs/en/third-party-tools/visualgdb.rst new file mode 100644 index 0000000000..ae26b2970f --- /dev/null +++ b/docs/en/third-party-tools/visualgdb.rst @@ -0,0 +1,29 @@ +.. _visualgdb: + +VisualGDB +######### + +What is VisualGDB? +~~~~~~~~~~~~~~~~~~ + +`VisualGDB `__ 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 `__. + + +Configuration +~~~~~~~~~~~~~ + +`Creating Advanced ESP32 Projects with 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 `__ 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 `__: The official documentation for VisualGDB provides comprehensive guides and tutorials on using VisualGDB with ESP-IDF. diff --git a/docs/zh_CN/resources.rst b/docs/zh_CN/resources.rst index 169f494ff0..6c9c3e9881 100644 --- a/docs/zh_CN/resources.rst +++ b/docs/zh_CN/resources.rst @@ -9,7 +9,10 @@ :maxdepth: 2 third-party-tools/platformio + third-party-tools/clion + third-party-tools/visualgdb +有关这些第三方工具的问题,请寻求该工具的支持渠道或用户社区的帮助。 有用的链接 ########## diff --git a/docs/zh_CN/third-party-tools/clion.rst b/docs/zh_CN/third-party-tools/clion.rst new file mode 100644 index 0000000000..ab9fa524a8 --- /dev/null +++ b/docs/zh_CN/third-party-tools/clion.rst @@ -0,0 +1 @@ +.. include:: ../../en/third-party-tools/clion.rst \ No newline at end of file diff --git a/docs/zh_CN/third-party-tools/visualgdb.rst b/docs/zh_CN/third-party-tools/visualgdb.rst new file mode 100644 index 0000000000..0e83872861 --- /dev/null +++ b/docs/zh_CN/third-party-tools/visualgdb.rst @@ -0,0 +1 @@ +.. include:: ../../en/third-party-tools/visualgdb.rst \ No newline at end of file