Skip to content

Commit 46f7313

Browse files
herculanodavikartben
authored andcommitted
board: esp32_eye: doc: fix link formatting in board page
Fixed link formatting from Markdown to reStructuredText. Signed-off-by: Davi Herculano <davi.herculano@adam-audio.de>
1 parent 5545e58 commit 46f7313

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

boards/espressif/esp32s3_eye/doc/index.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Overview
44
********
55

6-
The ESP32-S3-EYE is a small-sized AI development board produced by [Espressif](https://espressif.com).
7-
It is based on the [ESP32-S3](https://www.espressif.com/en/products/socs/esp32-s3) SoC.
6+
The ESP32-S3-EYE is a small-sized AI development board produced by `Espressif`_.
7+
It is based on the `ESP32-S3`_ SoC.
88
It features a 2-Megapixel camera, an LCD display, and a microphone, which are used for image
99
recognition and audio processing. ESP32-S3-EYE offers plenty of storage, with an 8 MB Octal PSRAM
1010
and a 8 MB flash.
@@ -258,7 +258,7 @@ Debugging
258258

259259
ESP32-S3 modules require patches to OpenOCD that are not upstreamed yet.
260260
Espressif maintains their own fork of the project. The custom OpenOCD can be obtained at
261-
`OpenOCD ESP32`_
261+
`OpenOCD ESP32`_.
262262

263263
The Zephyr SDK uses a bundled version of OpenOCD by default.
264264
You can overwrite that behavior by adding the
@@ -282,3 +282,7 @@ application.
282282
:goals: debug
283283

284284
.. _`OpenOCD ESP32`: https://github.com/espressif/openocd-esp32/releases
285+
286+
.. _`Espressif`: https://espressif.com
287+
288+
.. _`ESP32-S3`: https://www.espressif.com/en/products/socs/esp32-s3

0 commit comments

Comments
 (0)