Commit 1803ddf5 authored by Martí Bolívar's avatar Martí Bolívar Committed by Anas Nashif
Browse files

doc: west: clean up example workspace

parent 0d0e472b
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -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