Skip to content

Commit 18122e0

Browse files
committed
missed a couple inline code snippets
1 parent 092331e commit 18122e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/esp32s2/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Once this is complete, your final OpenOCD command may look something like this:
7676
7777
openocd -f interface/jlink.cfg -f SOMEPATH/copied-esp32s2-saola-1.cfg
7878
79-
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:
79+
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:
8080

8181
.. code-block::
8282

0 commit comments

Comments
 (0)