Skip to content

Commit 842267b

Browse files
committed
docs(vscode): add zephyr directory tree in "Add the source" section
1 parent 1f5c485 commit 842267b

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

docs/vscode/migrating.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,38 @@ Depending on the complexity of your project, adding the source should be quite s
9898

9999
</TabItem>
100100
<TabItem value="Zephyr" label="Zephyr">
101+
For Zephyr, the default workspace tree looks like this:
102+
```text
103+
├── bootloader
104+
│   └── mcuboot
105+
├── modules
106+
│   ├── bsim_hw_models
107+
│   ├── crypto
108+
│   ├── debug
109+
│   ├── fs
110+
│   ├── hal
111+
│   ├── lib
112+
│   └── tee
113+
├── tools
114+
│   ├── edtt
115+
│   └── net-tools
116+
├── .west
117+
│   └── config
118+
└── zephyr
119+
├── arch
120+
├── boards
121+
...
122+
├── zephyr-env.cmd
123+
└── zephyr-env.sh
124+
```
125+
126+
:::note
127+
This is not the entire tree, as it is very large!
128+
:::
101129

130+
You are encouraged to follow the [Zephyr getting started guide](https://docs.zephyrproject.org/latest/develop/getting_started/index.html), and to prepare your project following the
131+
[application development documentation for Zephyr](https://docs.zephyrproject.org/latest/develop/application/index.html) (in particular, see the different
132+
[application types](https://docs.zephyrproject.org/latest/develop/application/index.html#application-types)).
102133
</TabItem>
103134
</Tabs>
104135

0 commit comments

Comments
 (0)