Skip to content

Commit c795bc6

Browse files
authored
Patch esp-hosted-mcu
1 parent 1992165 commit c795bc6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/install-esp-idf.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ if [ ! -x $idf_was_installed ] || [ ! -x $commit_predefined ]; then
8585
#patch -p1 -N -i $AR_PATCHES/esp32s2_i2c_ll_master_init.diff
8686
#cd -
8787

88+
# Temporarily patch esp-hosted-mcu bt driver vhci_drv (missign define)
89+
cd $IDF_PATH
90+
patch -p1 -N -i $AR_PATCHES/hosted_mcu_vhci_drv.diff
91+
cd -
92+
8893
# Get the exact IDF version from file "version.txt"
8994
cd $IDF_PATH
9095
export IDF_VERSION=$(<version.txt)

0 commit comments

Comments
 (0)