Skip to content

Commit 645582d

Browse files
authored
rm not needed patches
1 parent e002ad5 commit 645582d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tools/install-esp-idf.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,8 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
6666
export IDF_COMMIT=$(git -C "$IDF_PATH" rev-parse --short HEAD)
6767
export IDF_BRANCH=$(git -C "$IDF_PATH" symbolic-ref --short HEAD || git -C "$IDF_PATH" tag --points-at HEAD)
6868

69-
# Temporarily patch the ETH driver to support custom SPI
69+
# Temporarily patch the ESP32-S2 I2C LL driver to keep the clock source
7070
cd $IDF_PATH
71-
patch -p1 -N -i ../patches/spi_eth.diff
72-
patch -p1 -N -i ../patches/eth_multicast.diff
7371
patch -p1 -N -i ../patches/esp32s2_i2c_ll_master_init.diff
7472
cd -
7573
fi

0 commit comments

Comments
 (0)