doc: west: 'west installation' is now 'west workspace'
This nomenclature change was done in west 0.7 because it seems to be a lot easier for people to understand. Propagate it to all the west documentation. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
c3ddea01f2
commit
90edd01644
8 changed files with 61 additions and 55 deletions
|
@ -69,10 +69,7 @@ Glossary of Terms
|
|||
A multi-repo meta-tool developed for the Zephyr project. See :ref:`west`.
|
||||
|
||||
west installation
|
||||
A directory on your system with a :file:`.west` subdirectory and
|
||||
a :term:`west manifest repository`. You clone the Zephyr source
|
||||
code onto your system by creating a west installation using the
|
||||
``west init`` command. See :ref:`west-multi-repo`.
|
||||
A term for a :term:`west workspace` used prior to west 0.7.
|
||||
|
||||
west manifest
|
||||
A YAML file named :file:`west.yml` which describes projects, or the Git
|
||||
|
@ -85,6 +82,12 @@ Glossary of Terms
|
|||
:term:`west manifest`. Its location is given by the :ref:`manifest.path
|
||||
configuration option <west-config-index>`. See :ref:`west-multi-repo`.
|
||||
|
||||
west workspace
|
||||
A directory on your system with a :file:`.west` subdirectory and
|
||||
a :term:`west manifest repository`. You clone the Zephyr source
|
||||
code onto your system by creating a west workspace using the
|
||||
``west init`` command. See :ref:`west-multi-repo`.
|
||||
|
||||
XIP
|
||||
(eXecute In Place) a method of executing programs directly from long
|
||||
term storage rather than copying it into RAM, saving writable memory for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue