Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs to Zephyr v3.7.0 #285

Merged
merged 1 commit into from
Sep 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/embedded/zephyr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ Zephyr RTOS sources.
- nrf52 Development Kit (optional)

# Getting started
The first step is to set up a proper Zephyr development environment. Follow the
The first step is to set up a proper Zephyr v3.7.0 development environment. Follow the
steps in the **Install dependencies** and **Install Zephyr SDK** sections of the
official [Zephyr Getting Started
Guide](https://docs.zephyrproject.org/latest/develop/getting_started/index.html).
Guide](https://docs.zephyrproject.org/3.7.0/develop/getting_started/index.html).
Do not perform the steps under **Get Zephyr and install Python
dependencies**. These steps will be performed inside the LF Zephyr workspace we
are going to create next.
Expand Down Expand Up @@ -68,8 +68,8 @@ pip install -r deps/zephyr/scripts/requirements.txt
## Workspace organization
Now you should have the following installed:
-`west`; Verify with `west boards`
- Zephyr SDK located at `/opt/zephyr-sdk-VERSION`
- Zephyr RTOS pulled down to `deps/zephyr`
- Zephyr SDK v0.16.8 located at `/opt/zephyr-sdk-0.16.8`
- Zephyr RTOS v3.7.0 pulled down to `deps/zephyr`
- A few example applications under `apps/`

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