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:
parent
0d0e472b8f
commit
1803ddf54e
1 changed files with 7 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue