Skip to content

Commit 8c2ee34

Browse files
committed
fix(build): Changes required to build against IDF v5.3
1 parent 65e6fb1 commit 8c2ee34

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

configs/builds.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@
143143
["qio","80m","opi_ram"],
144144
["dio","80m","qio_ram"],
145145
["dio","80m","opi_ram"],
146-
["opi","80m","opi_ram"],
147-
["opi","80m","qio_ram"]
146+
["opi","80m","opi_ram"]
148147
]
149148
}
150149
]

tools/config.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ if [ -z $IDF_PATH ]; then
66
fi
77

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

1212
if [ -z $AR_PR_TARGET_BRANCH ]; then
13-
AR_PR_TARGET_BRANCH="master"
13+
AR_PR_TARGET_BRANCH="release/v3.1.x"
1414
fi
1515

1616
if [ -z $IDF_TARGET ]; then

0 commit comments

Comments
 (0)