Skip to content

Commit

Permalink
fix: path to zephyr training code repo
Browse files Browse the repository at this point in the history
The `zephyr-training` was moved from the home directory to the Desktop.
This commit updates all references to that path.

Signed-off-by: Mike Szczys <[email protected]>
  • Loading branch information
szczys authored and ChrisGammell committed Oct 26, 2023
1 parent 02b8184 commit 2a24d1e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion website/docs/zephyr-training/01_What_is_Zephyr/west.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ the training code, **including cloning the entire Zephyr tree and all
dependencies**:

```shell
cd ~/zephyr-training
cd ~/Desktop/zephyr-training
west init -m [email protected]:golioth/zephyr-training.git .
west update
west zephyr-export
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Zephyr includes a configuration tool called `menuconfig` for navigating the
massive web of Kconfig options. Let's use this to turn on Logging.
1. Maximize the terminal window in your VS Code
2. From the `~/zephyr-training/app` folder, launch menuconfig:
2. From the `~/Desktop/zephyr-training/app` folder, launch menuconfig:
```shell
$ west build -t menuconfig
Expand Down
2 changes: 1 addition & 1 deletion website/docs/zephyr-training/03_LED/add-led-devicetree.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ LED2.
1. Build the example
* Make sure the terminal at the bottom of the VS Code window is in the
`~/zephyr-training/app` folder
`~/Desktop/zephyr-training/app` folder
* Run the following code to build the `03_LED` app
```bash
Expand Down
2 changes: 1 addition & 1 deletion website/docs/zephyr-training/03_LED/build_blinky.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ C.
:::

* Make sure the terminal at the bottom of the VS Code window is in the
`~/zephyr-training/app` folder
`~/Desktop/zephyr-training/app` folder
* Run the following code to build the `03_LED` app

```bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ whenever the thread is serviced, and the priority level.
1. Build the example
* Make sure the terminal at the bottom of the VS Code window is in the
`~/zephyr-training/app` folder
`~/Desktop/zephyr-training/app` folder
* Run the following code to build the `04_blinkRTOS` app
```bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ the second value to `K_NO_WAIT`.
1. Build the example
* Make sure the terminal at the bottom of the VS Code window is in the
`~/zephyr-training/app` folder
`~/Desktop/zephyr-training/app` folder
* Run the following code to build the `04_blinkRTOS` app
```bash
Expand Down
2 changes: 1 addition & 1 deletion website/docs/zephyr-training/05_golioth/lightdb_stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Sample](https://github.com/golioth/golioth-zephyr-sdk/blob/main/samples/lightdb_
1. Build the example

* Make sure the terminal at the bottom of the VS Code window is in the
`~/zephyr-training/app` folder
`~/Desktop/zephyr-training/app` folder
* Run the following code to build the `05_golioth` app

```bash
Expand Down

0 comments on commit 2a24d1e

Please sign in to comment.