Skip to content
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
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
Loading