Skip to content

Commit bc77dfb

Browse files
thedevleonkartben
authored andcommitted
[doc]: correct board target for xiao_nrf54l15
This corrects the board referred to as "xiao_nrf54l15" to the correct target "xiao_nrf54l15/nrf54l15/cpuapp". Signed-off-by: Leon Mueller <[email protected]>
1 parent 75220de commit bc77dfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boards/seeed/xiao_nrf54l15/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Here is an example for the :zephyr:code-sample:`hello_world` application.
7878

7979
.. zephyr-app-commands::
8080
:zephyr-app: samples/hello_world
81-
:board: xiao_nrf54l15
81+
:board: xiao_nrf54l15/nrf54l15/cpuapp
8282
:goals: flash
8383

8484
Open a serial terminal (minicom, putty, etc.) connecting to the UCB CDC ACM serial port.
@@ -87,7 +87,7 @@ Reset the board and you should see the following message in the terminal:
8787

8888
.. code-block:: console
8989
90-
Hello World! xiao_nrf54l15
90+
Hello World! xiao_nrf54l15/nrf54l15/cpuapp
9191
9292
9393
.. _Seeed Studio XIAO nRF54L15:

0 commit comments

Comments
 (0)