We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ce198 commit f6effd0Copy full SHA for f6effd0
extra/bootstrap.sh
@@ -10,8 +10,9 @@ source venv/bin/activate
10
pip install west
11
west init -l .
12
west update
13
+west zephyr-export
14
pip install -r ../zephyr/scripts/requirements-base.txt
15
# download slim toolchain from https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.16.8
16
17
# add here the required blobs based on supported platforms
-west blobs fetch hal_nxp
18
+west blobs fetch hal_nxp
0 commit comments