From 69f7bf523569d67c5280b0941337f4364d1f77dd Mon Sep 17 00:00:00 2001 From: Jeroen Domburg Date: Tue, 30 Aug 2016 15:44:20 +0800 Subject: [PATCH] Add bit of text saying openocd helper options for esp-idf are enabled by default --- docs/openocd.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/openocd.rst b/docs/openocd.rst index 48d3b246e..57ee93db4 100644 --- a/docs/openocd.rst +++ b/docs/openocd.rst @@ -118,9 +118,9 @@ Because gdb only sees the system from the point of view of the selected CPU, onl and the task running on the CPU gdb is connected to, will be shown correctly. The task that was active on the other cpu can be inspected, but its state may be wildly inconsistent. -The ESP-IDF code has the option of compiling in various support options for OpenOCD: it can stop execution when the first thread -is started and break the system if a panic or unhandled exception is thrown. Please see the ``make menuconfig`` menu for more -details. +The ESP-IDF code has the option of compiling in various support options for OpenOCD: it can stop execution when the first +thread is started and break the system if a panic or unhandled exception is thrown. Both options are enabled by default +but can be disabled using the esp-idf configuration menu. Please see the ``make menuconfig`` menu for more details. Normally, under OpenOCD, a board can be reset by entering 'mon reset' or 'mon reset halt' into gdb. For the ESP32, these commands work more or less, but have side effects. First of all, an OpenOCD reset only