File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ config MEDIA_PROTOCOL_LIB_ENABLE
44 bool "Enable Media Protocol Library"
55 default "y"
66
7+ config MEDIA_LIB_CRYPT_ENABLE
8+ bool "Enable media lib sal crypt library"
9+ default "y"
10+
11+ config MEDIA_LIB_SOCKET_ENABLE
12+ bool "Enable media lib sal socket library"
13+ default "y"
14+
15+ config MEDIA_LIB_TLS_ENABLE
16+ bool "Enable media lib sal tls library"
17+ default "y"
18+
19+ config MEDIA_LIB_NETIF_ENABLE
20+ bool "Enable media lib sal netif library"
21+ default "y"
22+
723config MEDIA_LIB_MEM_AUTO_TRACE
824 bool "Support trace memory automatically after media_lib_sal init"
925 default "n"
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.5.1
4+
5+ ### Features
6+
7+ - Update dependency to ` espressif/media_lib_sal `
8+
39## v0.5.0
410
511### Features
Original file line number Diff line number Diff line change 1- version : " 0.5.0 "
1+ version : " 0.5.1 "
22description : Espressif media protocols
33url : https://github.com/espressif/esp-adf-libs/tree/master/esp_media_protocols
44repository : https://github.com/espressif/esp-adf-libs.git
@@ -7,7 +7,7 @@ issues: https://github.com/espressif/esp-adf/issues
77dependencies :
88 idf :
99 version : ' >=5.0'
10- tempotian /media_lib_sal : " 0.9.0"
10+ espressif /media_lib_sal : " ^ 0.9.0"
1111
1212targets :
1313 - esp32
You can’t perform that action at this time.
0 commit comments