Skip to content

Commit 04a1713

Browse files
committed
doc: boards: esp32: fix XIAO-ESP32S3 build instructions
fix wrong board target in build command snippets Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 4bb9453 commit 04a1713

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

boards/seeed/xiao_esp32s3/doc/index.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -199,14 +199,14 @@ Build and flash applications as usual (see :ref:`build_an_application` and
199199

200200
.. zephyr-app-commands::
201201
:zephyr-app: samples/hello_world
202-
:board: xiao_esp32s3/esp32/procpu
202+
:board: xiao_esp32s3/esp32s3/procpu
203203
:goals: build
204204

205205
.. group-tab:: XIAO ESP32S3 Sense
206206

207207
.. zephyr-app-commands::
208208
:zephyr-app: samples/hello_world
209-
:board: xiao_esp32s3/esp32/procpu/sense
209+
:board: xiao_esp32s3/esp32s3/procpu/sense
210210
:goals: build
211211

212212
The usual ``flash`` target will work with the ``xiao_esp32s3`` board
@@ -219,14 +219,14 @@ application.
219219

220220
.. zephyr-app-commands::
221221
:zephyr-app: samples/hello_world
222-
:board: xiao_esp32s3/esp32/procpu
222+
:board: xiao_esp32s3/esp32s3/procpu
223223
:goals: flash
224224

225225
.. group-tab:: XIAO ESP32S3 Sense
226226

227227
.. zephyr-app-commands::
228228
:zephyr-app: samples/hello_world
229-
:board: xiao_esp32s3/esp32/procpu/sense
229+
:board: xiao_esp32s3/esp32s3/procpu/sense
230230
:goals: flash
231231

232232
Open the serial monitor using the following command:
@@ -260,14 +260,14 @@ Here is an example for building the :zephyr:code-sample:`hello_world` applicatio
260260

261261
.. zephyr-app-commands::
262262
:zephyr-app: samples/hello_world
263-
:board: xiao_esp32s3/esp32/procpu
263+
:board: xiao_esp32s3/esp32s3/procpu
264264
:goals: debug
265265

266266
.. group-tab:: XIAO ESP32S3 Sense
267267

268268
.. zephyr-app-commands::
269269
:zephyr-app: samples/hello_world
270-
:board: xiao_esp32s3/esp32/procpu/sense
270+
:board: xiao_esp32s3/esp32s3/procpu/sense
271271
:goals: debug
272272

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

279279
.. zephyr-app-commands::
280280
:zephyr-app: samples/hello_world
281-
:board: xiao_esp32s3/esp32/procpu
281+
:board: xiao_esp32s3/esp32s3/procpu
282282
:goals: debug
283283

284284
.. group-tab:: XIAO ESP32S3 Sense
285285

286286
.. zephyr-app-commands::
287287
:zephyr-app: samples/hello_world
288-
:board: xiao_esp32s3/esp32/procpu/sense
288+
:board: xiao_esp32s3/esp32s3/procpu/sense
289289
:goals: debug
290290

291291
References

0 commit comments

Comments
 (0)