Skip to content

Commit b277799

Browse files
committed
use clang
1 parent 8c7da11 commit b277799

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ shift $((OPTIND -1))
9090
CONFIGS=$@
9191

9292
export IDF_CCACHE_ENABLE=$CCACHE_ENABLE
93+
export IDF_TOOLCHAIN=clang
9394

9495
# Output the TARGET array
9596
echo "TARGET(s): ${TARGET[@]}"

tools/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [ -z $IDF_PATH ]; then
66
fi
77

88
if [ -z $IDF_BRANCH ]; then
9-
export IDF_BRANCH="release/v5.5"
9+
export IDF_BRANCH="release/v5.5_clang"
1010
fi
1111

1212
# Arduino branch to use

0 commit comments

Comments
 (0)