File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
boards/beagle/beaglev_fire/doc Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ Building
17
17
18
18
There are three board configurations provided for the BeagleV-Fire:
19
19
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
23
23
24
24
Applications for the ``beaglev_fire `` board configuration can be built as usual:
25
25
26
26
.. zephyr-app-commands ::
27
27
:zephyr-app: samples/hello_world
28
- :board: beaglev_fire_polarfire_u54
28
+ :board: beaglev_fire/polarfire/u54
29
29
:goals: build
30
30
31
31
Debugging
You can’t perform that action at this time.
0 commit comments