Skip to content

Commit f73589d

Browse files
authored
IEP-1076: Removed the unwanted doc section (#854)
* Update README.md * Update OpenOCD Debugging.md
1 parent 040d12d commit f73589d

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,6 @@ ESP-IDF Serial Monitor will allow you to configure the default settings of the s
210210
<a name="debugging"></a>
211211
# Debugging the Project
212212

213-
## GDB Hardware Debugging
214-
215-
Please refer to <a href ="https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/jtag-debugging/index.html" > GDB Hardware Debugging guide</a>.
216-
217213
## GDB OpenOCD Debugging
218214

219215
Please refer to <a href="https://github.com/espressif/idf-eclipse-plugin/tree/master/docs/OpenOCD%20Debugging.md">GDB OpenOCD Debugging</a>.

docs/OpenOCD Debugging.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
## ESP-IDF GDB OpenOCD Debugging
1+
# ESP-IDF GDB OpenOCD Debugging
22

3-
Before you get started with the GDB OpenOCD Debugging, please make sure you've already installed `Embedded C/C++ OpenOCD Debugging` plugin while updating the IDF Eclipse Plugin and your [JTAG interface is configured and connected](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/jtag-debugging/index.html#configure-and-connect-jtag-interface).
4-
5-
To get the latest changes of the idf eclipse plugin, please check this [here](https://github.com/espressif/idf-eclipse-plugin#GettingStarted)
6-
7-
![](images/OpenOCDDebug_1.png)
8-
9-
# Create a new debug configuration
3+
## Create a new debug configuration
104
Please follow the below steps to create a new debug configuration.
115
* Right-click on the project
126
* `Debug As > Debug Configurations...` This will launch a debug configuration window

0 commit comments

Comments
 (0)