summaryrefslogtreecommitdiff
path: root/ports/esp32s2
diff options
context:
space:
mode:
authorbrendan <2bndy5@gmail.com>2021-01-06 15:28:19 -0800
committerbrendan <2bndy5@gmail.com>2021-01-06 15:28:19 -0800
commit18122e0455023070e64fa6be9b07afbd28da894d (patch)
tree1f20b0208c0d0dcbc7fa6f479a58ce5332dbc94a /ports/esp32s2
parent092331eee148977bef5de974906194e17640257d (diff)
missed a couple inline code snippets
Diffstat (limited to 'ports/esp32s2')
-rw-r--r--ports/esp32s2/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/esp32s2/README.rst b/ports/esp32s2/README.rst
index d62e33679..827aba41b 100644
--- a/ports/esp32s2/README.rst
+++ b/ports/esp32s2/README.rst
@@ -76,7 +76,7 @@ Once this is complete, your final OpenOCD command may look something like this:
openocd -f interface/jlink.cfg -f SOMEPATH/copied-esp32s2-saola-1.cfg
-Where `SOMEPATH` is the location of your copied configuration file (this can be placed in the port/boards directory with a prefix to ignore it with `.gitignore`, for instance). Interface, target and board config files sourced from espressif only need their paths from the $OPENOCD_SCRIPTS location, you don't need to include their full path. Once OpenOCD is running, connect to GDB with:
+Where ``SOMEPATH`` is the location of your copied configuration file (this can be placed in the port/boards directory with a prefix to ignore it with ``.gitignore``, for instance). Interface, target and board config files sourced from espressif only need their paths from the $OPENOCD_SCRIPTS location, you don't need to include their full path. Once OpenOCD is running, connect to GDB with:
.. code-block::