Skip to content

Commit 45a94ac

Browse files
authored
Merge pull request #285 from erlingrj/zephyr-v3.7
Update docs to Zephyr v3.7.0
2 parents 7031243 + 2f1f80b commit 45a94ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/embedded/zephyr.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
2525
steps in the **Install dependencies** and **Install Zephyr SDK** sections of the
2626
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).
2828
Do not perform the steps under **Get Zephyr and install Python
2929
dependencies**. These steps will be performed inside the LF Zephyr workspace we
3030
are going to create next.
@@ -68,8 +68,8 @@ pip install -r deps/zephyr/scripts/requirements.txt
6868
## Workspace organization
6969
Now 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

7575
This workspace is meant to house all of your different LF Zephyr apps, as long

0 commit comments

Comments
 (0)