File tree 3 files changed +8
-7
lines changed
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,4 @@ sdkconfig
15
15
sdkconfig.old
16
16
version.txt
17
17
components /arduino_tinyusb /tinyusb /
18
+ dependencies.lock
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ CONFIG_TINYUSB_CDC_TX_BUFSIZE=64
204
204
#
205
205
CONFIG_TINYUSB_MSC_ENABLED=y
206
206
CONFIG_TINYUSB_DESC_MSC_STRING="Espressif MSC Device"
207
- CONFIG_TINYUSB_MSC_BUFSIZE=512
207
+ CONFIG_TINYUSB_MSC_BUFSIZE=4096
208
208
# end of Mass Storage (MSC) driver
209
209
210
210
#
Original file line number Diff line number Diff line change 3
3
source ./tools/config.sh
4
4
5
5
CAMERA_REPO_URL=" https://github.com/espressif/esp32-camera.git"
6
- FACE_REPO_URL=" https://github.com/espressif/esp-face .git"
6
+ FACE_REPO_URL=" https://github.com/espressif/esp-dl .git"
7
7
RMAKER_REPO_URL=" https://github.com/espressif/esp-rainmaker.git"
8
- DSP_REPO_URL=" https://github.com/espressif/esp-dl .git"
8
+ DSP_REPO_URL=" https://github.com/espressif/esp-dsp .git"
9
9
LITTLEFS_REPO_URL=" https://github.com/joltwallet/esp_littlefs.git"
10
10
TINYUSB_REPO_URL=" https://github.com/hathach/tinyusb.git"
11
11
@@ -56,10 +56,10 @@ if [ $? -ne 0 ]; then exit 1; fi
56
56
57
57
if [ ! -d " $AR_COMPS /esp-face" ]; then
58
58
git clone $FACE_REPO_URL " $AR_COMPS /esp-face"
59
- cml=` cat " $AR_COMPS /esp-face/CMakeLists.txt" `
60
- echo " if(IDF_TARGET STREQUAL \" esp32\" OR IDF_TARGET STREQUAL \" esp32s2\" OR IDF_TARGET STREQUAL \" esp32s3\" )" > " $AR_COMPS /esp-face/CMakeLists.txt"
61
- echo " $cml " >> " $AR_COMPS /esp-face/CMakeLists.txt"
62
- echo " endif()" >> " $AR_COMPS /esp-face/CMakeLists.txt"
59
+ # cml=`cat "$AR_COMPS/esp-face/CMakeLists.txt"`
60
+ # echo "if(IDF_TARGET STREQUAL \"esp32\" OR IDF_TARGET STREQUAL \"esp32s2\" OR IDF_TARGET STREQUAL \"esp32s3\")" > "$AR_COMPS/esp-face/CMakeLists.txt"
61
+ # echo "$cml" >> "$AR_COMPS/esp-face/CMakeLists.txt"
62
+ # echo "endif()" >> "$AR_COMPS/esp-face/CMakeLists.txt"
63
63
else
64
64
git -C " $AR_COMPS /esp-face" fetch && \
65
65
git -C " $AR_COMPS /esp-face" pull --ff-only
You can’t perform that action at this time.
0 commit comments