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 8c7da11 commit b277799Copy full SHA for b277799
build.sh
@@ -90,6 +90,7 @@ shift $((OPTIND -1))
90
CONFIGS=$@
91
92
export IDF_CCACHE_ENABLE=$CCACHE_ENABLE
93
+export IDF_TOOLCHAIN=clang
94
95
# Output the TARGET array
96
echo "TARGET(s): ${TARGET[@]}"
tools/config.sh
@@ -6,7 +6,7 @@ if [ -z $IDF_PATH ]; then
6
fi
7
8
if [ -z $IDF_BRANCH ]; then
9
- export IDF_BRANCH="release/v5.5"
+ export IDF_BRANCH="release/v5.5_clang"
10
11
12
# Arduino branch to use
0 commit comments