File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ Zephyr RTOS sources.
21
21
- nrf52 Development Kit (optional)
22
22
23
23
# Getting started
24
- The first step is to set up a proper Zephyr development environment. Follow the
24
+ The first step is to set up a proper Zephyr v3.7.0 development environment. Follow the
25
25
steps in the ** Install dependencies** and ** Install Zephyr SDK** sections of the
26
26
official [ Zephyr Getting Started
27
- Guide] ( https://docs.zephyrproject.org/latest /develop/getting_started/index.html ) .
27
+ Guide] ( https://docs.zephyrproject.org/3.7.0 /develop/getting_started/index.html ) .
28
28
Do not perform the steps under ** Get Zephyr and install Python
29
29
dependencies** . These steps will be performed inside the LF Zephyr workspace we
30
30
are going to create next.
@@ -68,8 +68,8 @@ pip install -r deps/zephyr/scripts/requirements.txt
68
68
## Workspace organization
69
69
Now you should have the following installed:
70
70
-` west ` ; Verify with ` west boards `
71
- - Zephyr SDK located at ` /opt/zephyr-sdk-VERSION `
72
- - Zephyr RTOS pulled down to ` deps/zephyr `
71
+ - Zephyr SDK v0.16.8 located at ` /opt/zephyr-sdk-0.16.8 `
72
+ - Zephyr RTOS v3.7.0 pulled down to ` deps/zephyr `
73
73
- A few example applications under ` apps/ `
74
74
75
75
This workspace is meant to house all of your different LF Zephyr apps, as long
You can’t perform that action at this time.
0 commit comments