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 451d15dCopy full SHA for 451d15d
extra/bootstrap.sh
@@ -14,14 +14,12 @@ done
14
15
python3 -m venv venv
16
source venv/bin/activate
17
-pip install west
+pip install west protobuf grpcio-tools # c33 wifi
18
+pip install -r ../zephyr/scripts/requirements-base.txt
19
+
20
west init -l .
21
west config manifest.project-filter -- "$HAL_FILTER"
22
west update "$@"
23
west zephyr-export
-pip install -r ../zephyr/scripts/requirements-base.txt
24
west sdk install --version 0.17.0 -t arm-zephyr-eabi
-
25
-for hal in $NEEDED_HALS; do
26
- west blobs fetch $hal
27
-done
+west blobs fetch $NEEDED_HALS
0 commit comments