File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
1212if (index EQUAL -1)
1313 set (io_inc "" )
1414else ()
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" )
Original file line number Diff line number Diff line change 1- version : " 0.7.4 "
1+ version : " 0.7.5 "
22description : Espressif GMF IO Module
33url : https://github.com/espressif/esp-gmf/tree/main/elements/gmf_io
44documentation : " https://github.com/espressif/esp-gmf/blob/main/elements/gmf_io/README.md"
You can’t perform that action at this time.
0 commit comments