|
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-dl.git" |
7 |
| -#RMAKER_REPO_URL="https://github.com/espressif/esp-rainmaker.git" |
8 | 6 | DSP_REPO_URL="https://github.com/espressif/esp-dsp.git"
|
9 | 7 | LITTLEFS_REPO_URL="https://github.com/joltwallet/esp_littlefs.git"
|
10 | 8 | TINYUSB_REPO_URL="https://github.com/hathach/tinyusb.git"
|
@@ -50,22 +48,6 @@ if [ -f "$AR_COMPS/esp32-camera/idf_component.yml" ]; then
|
50 | 48 | fi
|
51 | 49 | if [ $? -ne 0 ]; then exit 1; fi
|
52 | 50 |
|
53 |
| -# |
54 |
| -# CLONE/UPDATE ESP-FACE |
55 |
| -# |
56 |
| - |
57 |
| -if [ ! -d "$AR_COMPS/esp-face" ]; then |
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" |
63 |
| -else |
64 |
| - git -C "$AR_COMPS/esp-face" fetch && \ |
65 |
| - git -C "$AR_COMPS/esp-face" pull --ff-only |
66 |
| -fi |
67 |
| -if [ $? -ne 0 ]; then exit 1; fi |
68 |
| - |
69 | 51 | #
|
70 | 52 | # CLONE/UPDATE ESP-LITTLEFS
|
71 | 53 | #
|
|
80 | 62 | fi
|
81 | 63 | if [ $? -ne 0 ]; then exit 1; fi
|
82 | 64 |
|
83 |
| -# |
84 |
| -# CLONE/UPDATE ESP-RAINMAKER |
85 |
| -# |
86 |
| - |
87 |
| -#if [ ! -d "$AR_COMPS/esp-rainmaker" ]; then |
88 |
| -# git clone $RMAKER_REPO_URL "$AR_COMPS/esp-rainmaker" |
89 |
| -# git -C "$AR_COMPS/esp-rainmaker" checkout f1b82c71c4536ab816d17df016d8afe106bd60e3 |
90 |
| -#fi |
91 |
| -#if [ $? -ne 0 ]; then exit 1; fi |
92 |
| - |
93 | 65 | #
|
94 | 66 | # CLONE/UPDATE ESP-DSP
|
95 | 67 | #
|
|
0 commit comments