We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e002ad5 commit 645582dCopy full SHA for 645582d
tools/install-esp-idf.sh
@@ -66,10 +66,8 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
66
export IDF_COMMIT=$(git -C "$IDF_PATH" rev-parse --short HEAD)
67
export IDF_BRANCH=$(git -C "$IDF_PATH" symbolic-ref --short HEAD || git -C "$IDF_PATH" tag --points-at HEAD)
68
69
- # Temporarily patch the ETH driver to support custom SPI
+ # Temporarily patch the ESP32-S2 I2C LL driver to keep the clock source
70
cd $IDF_PATH
71
- patch -p1 -N -i ../patches/spi_eth.diff
72
- patch -p1 -N -i ../patches/eth_multicast.diff
73
patch -p1 -N -i ../patches/esp32s2_i2c_ll_master_init.diff
74
cd -
75
fi
0 commit comments