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 ca771bd commit b34019bCopy full SHA for b34019b
tools/install-esp-idf.sh
@@ -20,6 +20,11 @@ if [ -z "$IDF_PATH" ]; then
20
cd "$AR_ROOT"
21
fi
22
23
+if [ "$IDF_COMMIT" ]; then
24
+ git -C $IDF_PATH checkout $IDF_COMMIT
25
+ git -C $IDF_PATH submodule update
26
+fi
27
+
28
if ! [ -x "$(command -v $IDF_TOOLCHAIN-gcc)" ]; then
29
echo "GCC toolchain is not installed! Installing local copy"
30
0 commit comments