File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 33set -e
44
55BOARD=${1:- MICROLITE}
6- IDF_VERSION=${IDF_VERSION:- v5.4 }
6+ IDF_VERSION=${IDF_VERSION:- v5.2.2 }
77
88# Update submodules required for build
99if [ ! -d third_party/micropython ]; then
@@ -44,10 +44,9 @@ rm -rf build
4444# Inject flags so that:
4545# • C builds drop -Werror=stringop-overflow
4646# • C++ builds retain -fno-rtti
47- idf.py fullclean \
48- -DCMAKE_C_FLAGS=" -Wno-error=stringop-overflow -Wno-stringop-overflow" \
49- -DCMAKE_CXX_FLAGS=" -fno-rtti" \
50- build
47+ idf.py clean
48+ idf.py build -DCMAKE_C_FLAGS=" -Wno-error=stringop-overflow -Wno-stringop-overflow" \
49+ -DCMAKE_CXX_FLAGS=" -fno-rtti"
5150chmod +x ../../scripts/assemble-unified-image-esp.sh
5251../../scripts/assemble-unified-image-esp.sh ../../third_party/micropython/ports/esp32
5352popd > /dev/null
You can’t perform that action at this time.
0 commit comments