File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ Zephyr RTOS sources.
2121- nrf52 Development Kit (optional)
2222
2323# 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
2525steps in the ** Install dependencies** and ** Install Zephyr SDK** sections of the
2626official [ 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 ) .
2828Do not perform the steps under ** Get Zephyr and install Python
2929dependencies** . These steps will be performed inside the LF Zephyr workspace we
3030are going to create next.
@@ -68,8 +68,8 @@ pip install -r deps/zephyr/scripts/requirements.txt
6868## Workspace organization
6969Now you should have the following installed:
7070-` 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 `
7373- A few example applications under ` apps/ `
7474
7575This 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