Skip to content

Commit c8a14a8

Browse files
committed
chore: Update dependencies and remove submodules
1 parent 2578d92 commit c8a14a8

File tree

8 files changed

+17
-14
lines changed

8 files changed

+17
-14
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ sdkconfig
3535
sdkconfig.old
3636
.DS_Store
3737
dependencies.lock
38+
managed_components/

.gitmodules

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +0,0 @@
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

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
88
set(EXTRA_COMPONENT_DIRS
9-
"components/espp/components"
10-
"components/esp-protocols/components/mdns"
119
)
1210

1311
add_compile_definitions(BOARD_HAS_PSRAM)

components/esp-protocols

Lines changed: 0 additions & 1 deletion
This file was deleted.

components/esp32-camera

Lines changed: 0 additions & 1 deletion
This file was deleted.

components/espp

Lines changed: 0 additions & 1 deletion
This file was deleted.

main/idf_component.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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'

sdkconfig.defaults

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ CONFIG_SPIRAM=y
1818
CONFIG_SPIRAM_USE_MALLOC=y
1919
CONFIG_SPIRAM_MODE_OCT=y
2020
CONFIG_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
#

0 commit comments

Comments
 (0)