From: Jeroen Domburg Date: Tue, 30 Aug 2016 07:44:20 +0000 (+0800) Subject: Add bit of text saying openocd helper options for esp-idf are enabled by default X-Git-Tag: v0.9~75^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69f7bf523569d67c5280b0941337f4364d1f77dd;p=esp-idf Add bit of text saying openocd helper options for esp-idf are enabled by default --- diff --git a/docs/openocd.rst b/docs/openocd.rst index 48d3b246e7..57ee93db4a 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