doc: west: clean up example workspace

Suggested-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2021-02-08 07:11:37 -08:00 committed by Anas Nashif
commit 1803ddf54e

View file

@ -20,9 +20,13 @@ workspace looks like this:
zephyrproject/ # west topdir zephyrproject/ # west topdir
├── .west/ # marks the location of the topdir ├── .west/ # marks the location of the topdir
│ └── config # per-workspace local configuration file │ └── config # per-workspace local configuration file
├── zephyr/ # .git/ repo │ the manifest repository,
│ ├── west.yml # manifest file │ never modified by west │ # The manifest repository, never modified by west after creation:
│ └── [... other files ...] │ after creation ├── zephyr/ # .git/ repo
│ ├── west.yml # manifest file
│ └── [... other files ...]
│ # Projects managed by west:
├── modules/ ├── modules/
│ └── lib/ │ └── lib/
│ └── tinycbor/ # .git/ project │ └── tinycbor/ # .git/ project