File tree Expand file tree Collapse file tree 8 files changed +17
-14
lines changed
Expand file tree Collapse file tree 8 files changed +17
-14
lines changed Original file line number Diff line number Diff line change @@ -35,3 +35,4 @@ sdkconfig
3535sdkconfig.old
3636.DS_Store
3737dependencies.lock
38+ managed_components /
Original file line number Diff line number Diff line change 1- [submodule "components/espp "]
2- path = components/espp
3- url = git@github.com:esp-cpp/espp
4- [submodule "components/esp32-camera "]
5- path = components/esp32-camera
6- url = git@github.com:espressif/esp32-camera
7- [submodule "components/esp-protocols "]
8- path = components/esp-protocols
9- url = git@github.com:espressif/esp-protocols
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ include($ENV{IDF_PATH}/tools/cmake/project.cmake)
66
77# add the component directories that we want to use
88set (EXTRA_COMPONENT_DIRS
9- "components/espp/components"
10- "components/esp-protocols/components/mdns"
119)
1210
1311add_compile_definitions (BOARD_HAS_PSRAM)
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # # IDF Component Manager Manifest File
2+ dependencies :
3+ # # Required IDF version
4+ idf :
5+ version : ' >=5.0'
6+ espressif/mdns : ' >=1.8'
7+ espressif/esp32-camera : ' >=2.0'
8+ espp/rtsp : ' >=1.0'
9+ espp/wifi : ' >=1.0'
10+ espp/monitor : ' >=1.0'
11+ espp/socket : ' >=1.0'
12+ espp/nvs : ' >=1.0'
13+ espp/task : ' >=1.0'
14+ espp/esp32-timer-cam : ' >=1.0'
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ CONFIG_SPIRAM=y
1818CONFIG_SPIRAM_USE_MALLOC=y
1919CONFIG_SPIRAM_MODE_OCT=y
2020CONFIG_SPIRAM_SPEED_80M=y
21+ CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y
22+ CONFIG_SPIRAM_RODATA=y
2123# CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY=y
2224
2325#
You can’t perform that action at this time.
0 commit comments