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
|
||||
├── .west/ # marks the location of the topdir
|
||||
│ └── config # per-workspace local configuration file
|
||||
├── zephyr/ # .git/ repo │ the manifest repository,
|
||||
│ ├── west.yml # manifest file │ never modified by west
|
||||
│ └── [... other files ...] │ after creation
|
||||
│
|
||||
│ # The manifest repository, never modified by west after creation:
|
||||
├── zephyr/ # .git/ repo
|
||||
│ ├── west.yml # manifest file
|
||||
│ └── [... other files ...]
|
||||
│
|
||||
│ # Projects managed by west:
|
||||
├── modules/
|
||||
│ └── lib/
|
||||
│ └── tinycbor/ # .git/ project
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue