From 4300a4c33b0f6becc43d1e3a130ebee19c411c6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Tue, 5 Nov 2024 11:48:01 +0100 Subject: [PATCH] doc: boards: esp32: fix XIAO-ESP32S3 build instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix wrong board target in build command snippets Signed-off-by: Benjamin Cabé --- boards/seeed/xiao_esp32s3/doc/index.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/boards/seeed/xiao_esp32s3/doc/index.rst b/boards/seeed/xiao_esp32s3/doc/index.rst index 7945ec352f0..afc3a7e231c 100644 --- a/boards/seeed/xiao_esp32s3/doc/index.rst +++ b/boards/seeed/xiao_esp32s3/doc/index.rst @@ -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 @@ -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: @@ -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. @@ -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