We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 012937e commit c6714ddCopy full SHA for c6714dd
tools/install-esp-idf.sh
@@ -64,9 +64,11 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
64
git submodule update --recursive
65
$IDF_PATH/install.sh
66
67
- # Temporarily patch the ESP32-S2 I2C LL driver to keep the clock source
+ # 1) Temporarily patch the ESP32-S2 I2C LL driver to keep the clock source
68
+ # 2) Temporarily fix for mmu map and late init of psram https://github.com/espressif/arduino-esp32/issues/9936
69
cd $IDF_PATH
70
patch -p1 -N -i ../patches/esp32s2_i2c_ll_master_init.diff
71
+ patch -p1 -N -i ../patches/mmu_map.diff
72
cd -
73
74
# Get the exact IDF version from file "version.txt"
0 commit comments