We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f44932 commit 1675684Copy full SHA for 1675684
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