Skip to content

Commit

Permalink
doc: boards: esp32: fix XIAO-ESP32S3 build instructions
Browse files Browse the repository at this point in the history
fix wrong board target in build command snippets

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
  • Loading branch information
kartben authored and mmahadevan108 committed Nov 6, 2024
1 parent 85f9940 commit 4300a4c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions boards/seeed/xiao_esp32s3/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -196,14 +196,14 @@ Build and flash applications as usual (see :ref:`build_an_application` and

.. zephyr-app-commands::
:zephyr-app: samples/hello_world
:board: xiao_esp32s3/esp32/procpu
:board: xiao_esp32s3/esp32s3/procpu
:goals: build

.. group-tab:: XIAO ESP32S3 Sense

.. zephyr-app-commands::
:zephyr-app: samples/hello_world
:board: xiao_esp32s3/esp32/procpu/sense
:board: xiao_esp32s3/esp32s3/procpu/sense
:goals: build

The usual ``flash`` target will work with the ``xiao_esp32s3`` board
Expand All @@ -216,14 +216,14 @@ application.

.. zephyr-app-commands::
:zephyr-app: samples/hello_world
:board: xiao_esp32s3/esp32/procpu
:board: xiao_esp32s3/esp32s3/procpu
:goals: flash

.. group-tab:: XIAO ESP32S3 Sense

.. zephyr-app-commands::
:zephyr-app: samples/hello_world
:board: xiao_esp32s3/esp32/procpu/sense
:board: xiao_esp32s3/esp32s3/procpu/sense
:goals: flash

Open the serial monitor using the following command:
Expand Down Expand Up @@ -257,14 +257,14 @@ Here is an example for building the :zephyr:code-sample:`hello_world` applicatio

.. zephyr-app-commands::
:zephyr-app: samples/hello_world
:board: xiao_esp32s3/esp32/procpu
:board: xiao_esp32s3/esp32s3/procpu
:goals: debug

.. group-tab:: XIAO ESP32S3 Sense

.. zephyr-app-commands::
:zephyr-app: samples/hello_world
:board: xiao_esp32s3/esp32/procpu/sense
:board: xiao_esp32s3/esp32s3/procpu/sense
:goals: debug

You can debug an application in the usual way. Here is an example for the :zephyr:code-sample:`hello_world` application.
Expand All @@ -275,14 +275,14 @@ You can debug an application in the usual way. Here is an example for the :zephy

.. zephyr-app-commands::
:zephyr-app: samples/hello_world
:board: xiao_esp32s3/esp32/procpu
:board: xiao_esp32s3/esp32s3/procpu
:goals: debug

.. group-tab:: XIAO ESP32S3 Sense

.. zephyr-app-commands::
:zephyr-app: samples/hello_world
:board: xiao_esp32s3/esp32/procpu/sense
:board: xiao_esp32s3/esp32s3/procpu/sense
:goals: debug

References
Expand Down

0 comments on commit 4300a4c

Please sign in to comment.