Skip to content

Commit df04d99

Browse files
committed
Merge branch 'bugfix/fix_idf_build_set_property_error' into 'main'
feat(gmf_io): Fixed the issue where idf_build_set_property is not a valid function for component See merge request adf/multimedia/esp-gmf!188
2 parents ad66e6f + 9c6927d commit df04d99

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

elements/gmf_io/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.7.5
4+
5+
### Bug Fixes
6+
7+
- Fixed the issue where idf_build_set_property is not a valid function for component
8+
39
## v0.7.4
410

511
### Bug Fixes

elements/gmf_io/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ list(APPEND io_srcs "esp_gmf_io_file.c" "esp_gmf_io_embed_flash.c" "esp_gmf_io_i
1212
if(index EQUAL -1)
1313
set(io_inc "")
1414
else()
15-
idf_build_set_property(COMPILE_DEFINITIONS USE_ESP_GMF_ESP_CODEC_DEV_IO APPEND)
1615
message(STATUS "The esp_codec_dev is installed")
1716
list(APPEND io_srcs "codec_dev_io/esp_gmf_io_codec_dev.c")
1817
set(io_inc "codec_dev_io")

elements/gmf_io/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "0.7.4"
1+
version: "0.7.5"
22
description: Espressif GMF IO Module
33
url: https://github.com/espressif/esp-gmf/tree/main/elements/gmf_io
44
documentation: "https://github.com/espressif/esp-gmf/blob/main/elements/gmf_io/README.md"

0 commit comments

Comments
 (0)