Skip to content

Commit 4300a4c

Browse files
kartbenmmahadevan108
authored andcommitted
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 85f9940 commit 4300a4c

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
@@ -196,14 +196,14 @@ Build and flash applications as usual (see :ref:`build_an_application` and
196196

197197
.. zephyr-app-commands::
198198
:zephyr-app: samples/hello_world
199-
:board: xiao_esp32s3/esp32/procpu
199+
:board: xiao_esp32s3/esp32s3/procpu
200200
:goals: build
201201

202202
.. group-tab:: XIAO ESP32S3 Sense
203203

204204
.. zephyr-app-commands::
205205
:zephyr-app: samples/hello_world
206-
:board: xiao_esp32s3/esp32/procpu/sense
206+
:board: xiao_esp32s3/esp32s3/procpu/sense
207207
:goals: build
208208

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

217217
.. zephyr-app-commands::
218218
:zephyr-app: samples/hello_world
219-
:board: xiao_esp32s3/esp32/procpu
219+
:board: xiao_esp32s3/esp32s3/procpu
220220
:goals: flash
221221

222222
.. group-tab:: XIAO ESP32S3 Sense
223223

224224
.. zephyr-app-commands::
225225
:zephyr-app: samples/hello_world
226-
:board: xiao_esp32s3/esp32/procpu/sense
226+
:board: xiao_esp32s3/esp32s3/procpu/sense
227227
:goals: flash
228228

229229
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
257257

258258
.. zephyr-app-commands::
259259
:zephyr-app: samples/hello_world
260-
:board: xiao_esp32s3/esp32/procpu
260+
:board: xiao_esp32s3/esp32s3/procpu
261261
:goals: debug
262262

263263
.. group-tab:: XIAO ESP32S3 Sense
264264

265265
.. zephyr-app-commands::
266266
:zephyr-app: samples/hello_world
267-
:board: xiao_esp32s3/esp32/procpu/sense
267+
:board: xiao_esp32s3/esp32s3/procpu/sense
268268
:goals: debug
269269

270270
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
275275

276276
.. zephyr-app-commands::
277277
:zephyr-app: samples/hello_world
278-
:board: xiao_esp32s3/esp32/procpu
278+
:board: xiao_esp32s3/esp32s3/procpu
279279
:goals: debug
280280

281281
.. group-tab:: XIAO ESP32S3 Sense
282282

283283
.. zephyr-app-commands::
284284
:zephyr-app: samples/hello_world
285-
:board: xiao_esp32s3/esp32/procpu/sense
285+
:board: xiao_esp32s3/esp32s3/procpu/sense
286286
:goals: debug
287287

288288
References

0 commit comments

Comments
 (0)