Skip to content

Commit 16e0a6f

Browse files
AlexCharltonkartben
authored andcommitted
boards: beaglev_fire: fix board identifiers in docs
Per PR review. Signed-off-by: Alex Charlton <[email protected]>
1 parent fdfb029 commit 16e0a6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

boards/beagle/beaglev_fire/doc/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ Building
1717

1818
There are three board configurations provided for the BeagleV-Fire:
1919

20-
* ``beaglev_fire_polarfire_e51``: Uses only the E51 core
21-
* ``beaglev_fire_polarfire_u54``: Uses the U54 cores
22-
* ``beaglev_fire_polarfire_u54_smp``: Uses the U54 cores with CONFIG_SMP=y
20+
* ``beaglev_fire/polarfire/e51``: Uses only the E51 core
21+
* ``beaglev_fire/polarfire/u54``: Uses the U54 cores
22+
* ``beaglev_fire/polarfire/u54/smp``: Uses the U54 cores with CONFIG_SMP=y
2323

2424
Applications for the ``beaglev_fire`` board configuration can be built as usual:
2525

2626
.. zephyr-app-commands::
2727
:zephyr-app: samples/hello_world
28-
:board: beaglev_fire_polarfire_u54
28+
:board: beaglev_fire/polarfire/u54
2929
:goals: build
3030

3131
Debugging

0 commit comments

Comments
 (0)