File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 63
63
if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
64
64
git submodule update --recursive
65
65
$IDF_PATH /install.sh
66
+ python3 ./tools/get_idf_ver.py -p " $IDF_PATH /tools/cmake/version.cmake"
67
+ echo " ******* IDF version: $IDF_VERSION *********"
66
68
67
69
# 1) Temporarily patch the ESP32-S2 I2C LL driver to keep the clock source
68
70
# 2) Temporarily fix for mmu map and late init of psram https://github.com/espressif/arduino-esp32/issues/9936
69
71
cd $IDF_PATH
70
72
patch -p1 -N -i $AR_PATCHES /esp32s2_i2c_ll_master_init.diff
71
73
patch -p1 -N -i $AR_PATCHES /mmu_map.diff
72
74
patch -p1 -N -i $AR_PATCHES /lwip_max_tcp_pcb.diff
73
- # Get the exact IDF version from file "version.txt"
74
- export IDF_VERSION=$( < version.txt)
75
75
cd -
76
76
# Patch to use the framework included "framework-arduinoespressif32-libs"
77
77
cd " $AR_COMPS /arduino"
You can’t perform that action at this time.
0 commit comments