Skip to content

Commit

Permalink
blog: Zephyr ROTS: fix init commands (#355)
Browse files Browse the repository at this point in the history
Fix Zephyr initial commands by removing command that no longer exist.

Signed-off-by: Marek Matej <[email protected]>
Co-authored-by: Marek Matej <[email protected]>
  • Loading branch information
marekmatej and Marek Matej authored Dec 6, 2024
1 parent 12e29f8 commit 3dbc1ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/blog/zephyr-rtos-on-esp32-first-steps/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ Here is a worthy observation: west is the tool that manages the entire life-cycl
west init ~/zephyrproject
cd ~/zephyrproject
west update
west espressif update
```

Be patient, these last commands will fetch Zephyr’s repository and all the HALs (including Espressif’s) already ported to this RTOS. Note that we do not explicitly call a git command to clone the repositories, __west__ takes care of everything.
Expand Down

0 comments on commit 3dbc1ff

Please sign in to comment.