We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 0c15649 commit 9462515Copy full SHA for 9462515
extra/bootstrap.sh
@@ -14,14 +14,11 @@ done
14
15
python3 -m venv venv
16
source venv/bin/activate
17
-pip install west
+pip install west protobuf grpcio-tools
18
west init -l .
19
west config manifest.project-filter -- "$HAL_FILTER"
20
west update "$@"
21
west zephyr-export
22
pip install -r ../zephyr/scripts/requirements-base.txt
23
west sdk install --version 0.17.0 -t arm-zephyr-eabi
24
-
25
-for hal in $NEEDED_HALS; do
26
- west blobs fetch $hal
27
-done
+west blobs fetch $NEEDED_HALS
0 commit comments