-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'doc/jtag_debug_zh_CN' into 'master'
zh_CN translation of JTAG debugging See merge request idf/esp-idf!3709
- Loading branch information
Showing
27 changed files
with
2,147 additions
and
152 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
*************************************** | ||
Building OpenOCD from Sources for MacOS | ||
*************************************** | ||
:link_to_translation:`zh_CN:[中文]` | ||
|
||
The following instructions are alternative to downloading binary OpenOCD from Espressif website. To quickly setup the binary OpenOCD, instead of compiling it yourself, backup and proceed to section :doc:`setup-openocd-macos`. | ||
The following instructions are alternative to downloading binary OpenOCD from `Espressif GitHub <https://github.com/espressif/openocd-esp32/releases>`_. To quickly setup the binary OpenOCD, instead of compiling it yourself, backup and proceed to section :doc:`setup-openocd-macos`. | ||
|
||
.. highlight:: bash | ||
|
||
|
@@ -22,7 +23,7 @@ Install Dependencies | |
|
||
Install packages that are required to compile OpenOCD using Homebrew:: | ||
|
||
brew install automake libtool libusb wget [email protected] pkg-config | ||
brew install automake libtool libusb wget [email protected] pkg-config | ||
|
||
Build OpenOCD | ||
============= | ||
|
@@ -51,4 +52,4 @@ Next Steps | |
|
||
To carry on with debugging environment setup, proceed to section :ref:`jtag-debugging-configuring-esp32-target`. | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.