We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce84fde commit 1201211Copy full SHA for 1201211
tools/install-esp-idf.sh
@@ -37,6 +37,7 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
37
38
# Temporarily patch the ESP32-S2 I2C LL driver to keep the clock source
39
cd $IDF_PATH
40
+ cp -Rf ../patches/libbtdm_app.a ./components/bt/controller/lib_esp32c3_family/esp32s3/
41
patch -p1 -N -i ../patches/esp32s2_i2c_ll_master_init.diff
42
patch -p1 -N -i ../patches/mmu_map.diff
43
cd -
0 commit comments