Skip to content

Commit 7522486

Browse files
author
zhufangluo
committed
feat(esp_media_protocols): Update dependency
1 parent d19841d commit 7522486

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

Kconfig.projbuild

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
723
config MEDIA_LIB_MEM_AUTO_TRACE
824
bool "Support trace memory automatically after media_lib_sal init"
925
default "n"

esp_media_protocols/CHANGELOG.md

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

esp_media_protocols/idf_component.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "0.5.0"
1+
version: "0.5.1"
22
description: Espressif media protocols
33
url: https://github.com/espressif/esp-adf-libs/tree/master/esp_media_protocols
44
repository: https://github.com/espressif/esp-adf-libs.git
@@ -7,7 +7,7 @@ issues: https://github.com/espressif/esp-adf/issues
77
dependencies:
88
idf:
99
version: '>=5.0'
10-
tempotian/media_lib_sal: "0.9.0"
10+
espressif/media_lib_sal: "^0.9.0"
1111

1212
targets:
1313
- esp32

0 commit comments

Comments
 (0)